body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.language-switcher{display:flex;gap:.3rem}.language-button{background:#0000;border:1px solid var(--primary-color);border-radius:5px;color:var(--text-color);cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .7rem;transition:all .3s ease}.language-button:hover{background-color:var(--light-bg)}.language-button.active{background-color:var(--primary-color);color:var(--white)}@media (max-width:992px){.language-button{font-size:.75rem;padding:.3rem .6rem}}@media (max-width:768px){.language-switcher{justify-content:center;margin:.5rem 0}}.admin-dashboard{display:flex;flex-direction:column;min-height:100vh}.admin-header{align-items:center;background-color:#ff6b6b;box-shadow:0 2px 5px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.admin-header-title h1{font-size:1.8rem;margin:0}.admin-user-info{align-items:center;display:flex;gap:1rem}.admin-username{font-weight:700}.admin-content{display:flex;flex:1 1}.admin-sidebar{background-color:#e55a5a;color:#fff;padding:1rem 0;width:250px}.admin-nav{display:flex;flex-direction:column}.sidebar-item{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:1rem;padding:.8rem 1.5rem;text-align:left;transition:background-color .2s}.sidebar-item:hover{background-color:#d44c4c}.sidebar-item.active{background-color:#c73e3e;border-left:4px solid #ff6b6b}.sidebar-item i{margin-right:10px;text-align:center;width:20px}.admin-main{background-color:#f5f7fa;flex:1 1;overflow-y:auto;padding:2rem}.admin-tab-content{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.admin-tab-content h2{border-bottom:2px solid #f0f2f5;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.admin-actions{display:flex;justify-content:flex-end;margin-bottom:1rem}.admin-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;min-width:100px;padding:.5rem 1rem;transition:all .2s ease}.admin-button,.admin-button i{font-size:.9rem}.admin-button.add{background-color:#2ecc71;color:#fff}.admin-button.edit{background-color:#3498db;color:#fff}.admin-button.delete{background-color:#e74c3c;color:#fff}.admin-button.approve{background-color:#2ecc71;color:#fff}.admin-button.reject{background-color:#e74c3c;color:#fff}.admin-button.view{background-color:#3498db;color:#fff}.admin-button.cancel{background-color:#95a5a6;color:#fff}.admin-button:hover{box-shadow:0 2px 5px #0000001a;opacity:.9;transform:translateY(-2px)}.admin-button:disabled{background-color:#95a5a6;cursor:not-allowed;opacity:.7;transform:none}.admin-button:active{box-shadow:none;transform:translateY(0)}.admin-table{border-collapse:collapse;margin-top:1rem;width:100%}.admin-table th{background-color:#f0f2f5;border-bottom:2px solid #dfe2e5;font-weight:600;text-align:left}.admin-table td,.admin-table th{color:#2c3e50;padding:.75rem 1rem}.admin-table td{border-bottom:1px solid #ebeef2}.admin-table tr:hover{background-color:#f8f9fa}.admin-table .actions{display:flex;gap:.5rem}.status-badge{font-size:.8rem;padding:.25rem .5rem;text-transform:capitalize}.status-badge.status-available{background-color:#e1f5fe;color:#0288d1}.status-badge.status-adopted{background-color:#ffe8e8;color:#ff6b6b}.status-badge.status-pending{background-color:#fff8e1;color:#ffa000}.status-badge.status-undertreatment{background-color:#ffebee;color:#d32f2f}.status-badge.status-approved{background-color:#ff6b6b;color:#fff}.status-badge.status-rejected{background-color:#e74c3c;color:#fff}.status-select{background-color:#fff;border:1px solid #dfe2e5;border-radius:4px;padding:.5rem}.status-select:hover{border-color:#bdc3c7}.status-select:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.loading-spinner{align-items:center;color:#666;display:flex;font-size:1.1rem;justify-content:center;padding:2rem}.error-message{background-color:#fee2e2;border-radius:4px;color:#dc2626}.no-data{font-style:italic}@media screen and (max-width:1024px){.admin-content{flex-direction:column}.admin-sidebar{width:100%}.admin-nav{flex-direction:row;flex-wrap:wrap}}@media screen and (max-width:768px){.admin-header{flex-direction:column;padding:1rem;text-align:center}.admin-user-info{margin-top:.5rem}.admin-main{padding:1rem}.admin-table td,.admin-table th{padding:.5rem}.admin-table .actions{flex-direction:column;gap:.25rem}}.pets-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1.5rem}.pet-card{box-shadow:0 2px 10px #0000000d}.pet-card:hover{box-shadow:0 4px 15px #0000001a}.no-image,.pet-image{height:200px}.no-image{align-items:center;background-color:#f0f2f5;color:#95a5a6;display:flex;font-style:italic;justify-content:center;width:100%}.pet-info h3{color:#2c3e50;margin:0 0 .5rem}.pet-actions{border-top:1px solid #f0f2f5;padding:1rem}.pet-actions button,.pet-actions select{flex:1 1}@media (min-width:768px){.pet-card{display:flex;flex-direction:column}.pet-info{flex:1 1}}.add-pet-form{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2rem}.add-pet-form h3{border-bottom:2px solid #f0f2f5;color:#2c3e50;font-size:1.3rem;margin:0 0 1.5rem;padding-bottom:.5rem}.form-group label{color:#2c3e50}.form-group input,.form-group select,.form-group textarea{border:1px solid #dfe2e5;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.form-row{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (min-width:1024px){.form-row{grid-template-columns:repeat(3,1fr)}}.checkbox-group{margin-top:1rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{margin:0;width:auto}.status-badge.status-sahiplendirmebekliyor{background-color:#fff8e1;color:#ffa000}.status-badge.status-sahiplendirildi{background-color:#e8f5e9;color:#2e7d32}.status-badge.status-tedavialtında{background-color:#ffebee;color:#d32f2f}.status-badge.status-sahiplenmebaşvurusuvar{background-color:#e3f2fd;color:#1976d2}.image-upload-container{display:flex;flex-direction:column;gap:1rem}.image-preview{margin:0 auto;max-width:300px;text-align:center;width:100%}.pet-image-preview{border-radius:4px;box-shadow:0 2px 5px #0000001a;height:auto;width:100%}.image-info{color:#666;font-size:.9rem;margin-top:.5rem}.select-image-button{background-color:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.select-image-button:hover{background-color:#2980b9}.success-message{animation:fadeOut 3s forwards;animation-delay:2s;background-color:#d4edda;border-radius:4px;color:#155724}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.modal-content h3{color:#2c3e50;font-size:1.3rem;margin:0 0 1.5rem}.modal-actions{justify-content:flex-end;margin-top:1.5rem}@media screen and (max-width:768px){.admin-table{display:block;overflow-x:auto}.admin-table thead{display:none}.admin-table tbody{display:block}.admin-table tr{border:1px solid #dfe2e5;border-radius:4px;display:block;margin-bottom:1rem}.admin-table td{border-bottom:1px solid #f0f2f5;display:block;padding:.75rem;text-align:right}.admin-table td:before{color:#2c3e50;content:attr(data-label);float:left;font-weight:700}.admin-table td.actions{border-bottom:none;display:flex;flex-direction:column;gap:.5rem}.admin-table td.actions button{margin:0;width:100%}.admin-table td.actions button i{margin-right:.5rem}.admin-table .status-badge{display:inline-block;margin-top:.25rem}.admin-content{flex-direction:column}.admin-sidebar{width:100%}.admin-main,.admin-tab-content{padding:1rem}.admin-button{width:100%}.admin-button.approve{background-color:#2ecc71}.admin-button.reject{background-color:#e74c3c}.admin-button.view{background-color:#3498db}.admin-button.delete{background-color:#e74c3c}}.application-details{padding:1rem}.detail-section{margin-bottom:2rem}.detail-section h2{border-bottom:2px solid #f0f2f5;color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item.full-width{grid-column:1/-1}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.admin-button.back{align-items:center;background-color:#95a5a6;border-radius:4px;color:#fff;display:inline-flex;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.admin-button.back:hover{background-color:#7f8c8d}@media (max-width:768px){.application-details{padding:.5rem}.detail-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.application-details-modal{background:#fff;border-radius:8px;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header{border-bottom:1px solid #f0f2f5;justify-content:space-between;padding:1.5rem}.modal-header,.modal-header h3{align-items:center;display:flex}.modal-header h3{color:#2c3e50;font-size:1.3rem;gap:.5rem;margin:0}.modal-header h3 i{color:#ff6b6b}.close-button{background:none;border:none;color:#95a5a6;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:color .2s}.close-button:hover{color:#2c3e50}.modal-body{padding:1.5rem}.details-section{background-color:#f8f9fa;border-radius:4px;margin-bottom:2rem;padding:1rem}.details-section h4{align-items:center;color:#2c3e50;display:flex;font-size:1.1rem;gap:.5rem;margin:0 0 1rem}.details-section h4 i{color:#ff6b6b}.details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{margin-bottom:1rem}.detail-item label{color:#666;display:block;font-size:.9rem;margin-bottom:.25rem}.detail-item span{color:#2c3e50}.detail-item p{color:#2c3e50;line-height:1.5;margin:0}.modal-footer{border-top:1px solid #f0f2f5;justify-content:flex-end;padding:1.5rem}.modal-actions,.modal-footer{display:flex;gap:1rem}.modal-actions .admin-button{min-width:120px}.modal-actions .admin-button.approve{background-color:#2ecc71}.modal-actions .admin-button.reject{background-color:#e74c3c}.modal-actions .admin-button.cancel{background-color:#95a5a6}.detail-item .status-badge{border-radius:20px;display:inline-block;font-size:.8rem;margin-top:.25rem;padding:.25rem .5rem;text-transform:capitalize}.details-section.experience,.details-section.why-adopt{background-color:#f8f9fa}.details-section.experience h4 i,.details-section.why-adopt h4 i{color:#ff6b6b}@media (max-width:768px){.application-details-modal{margin:1rem;width:95%}.modal-header{padding:1rem}.modal-header h3{font-size:1.1rem}.modal-body{padding:1rem}.details-section{padding:.75rem}.details-grid{grid-template-columns:1fr}.modal-footer{padding:1rem}.modal-actions{flex-direction:column}.modal-actions .admin-button{width:100%}}.error-boundary{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;min-height:300px;padding:2rem}.error-content{max-width:500px;text-align:center}.error-content i{color:#f5222d;font-size:3rem;margin-bottom:1rem}.error-content h2{color:#333;font-size:1.5rem;margin-bottom:1rem}.error-content p{color:#666;line-height:1.5;margin-bottom:1.5rem}.retry-button{align-items:center;background-color:#1890ff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.retry-button:hover{background-color:#40a9ff}.retry-button i{color:#fff;font-size:1rem;margin:0}@media (max-width:768px){.error-boundary{padding:1rem}.error-content h2{font-size:1.25rem}.error-content p{font-size:.9rem}}.pet-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:2rem}.pet-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .2s}.pet-card:hover{transform:translateY(-5px)}.pet-image{height:300px;overflow:hidden;position:relative;width:100%}.pet-image img{height:100%;object-fit:cover;width:100%}.pet-info{background:#fffffff2;display:flex;flex:1 1;flex-direction:column;max-height:200px;overflow-y:auto;padding:1rem}.pet-info h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.pet-info p{color:#666;font-size:.9rem;margin:.25rem 0}.pet-actions{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;position:absolute;right:-200px;top:50%;transform:translateY(-50%);transition:right .3s ease;z-index:2}.pet-card:hover .pet-actions{right:1rem}.adopt-button,.details-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:4px;box-shadow:none;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin:0;min-width:120px;outline:none;padding:.75rem 1.5rem;text-align:center;transition:all .2s;width:auto}.adopt-button{background-color:#ff6b6be6}.adopt-button:hover{background-color:#ff6b6b;transform:translateX(-5px)}.adopt-button:disabled{background-color:#cccccce6;cursor:not-allowed;transform:none}.details-button{background-color:#4a90e2e6}.details-button:hover{background-color:#4a90e2;transform:translateX(-5px)}.pet-details-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.pet-details-content{background-color:#fff;border-radius:10px;max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem;position:relative;width:90%}.pet-details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.pet-details-header h2{color:#333;font-size:1.8rem;margin:0}.pet-details-body{display:flex;gap:2rem}.pet-details-image{border-radius:8px;height:300px;object-fit:cover;width:300px}.pet-details-info{flex:1 1}.pet-details-section{margin-bottom:2rem}.pet-details-section h3{align-items:center;color:#333;display:flex;gap:.5rem;margin-bottom:1rem}.pet-details-section h3 i{color:#4a90e2}.pet-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.pet-detail-item{display:flex;flex-direction:column;gap:.25rem}.pet-detail-item label{color:#666;font-size:.9rem}.pet-detail-item span{color:#333;font-weight:500}.pet-details-description{background-color:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1rem}.pet-details-description p{color:#666;line-height:1.6;margin:0}.pet-details-actions{display:flex;justify-content:flex-end;margin-top:2rem}.close-modal-button{padding:.5rem;transition:color .2s}.status-badge{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:500;padding:.25rem .75rem}.status-sahiplendirmebekliyor{background-color:#e3f2fd;color:#1976d2}.status-sahiplendirildi{background-color:#e8f5e9;color:#2e7d32}.status-tedavialtında{background-color:#fff3e0;color:#f57c00}.status-sahiplenmebaşvurusuvar{background-color:#f3e5f5;color:#7b1fa2}.status-unknown{background-color:#f5f5f5;color:#757575}.image-preview-modal{align-items:center;background-color:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.image-preview-content{max-height:90vh;max-width:90%;position:relative}.image-preview-content img{max-height:90vh;max-width:100%;object-fit:contain}.close-preview-button{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem;position:absolute;right:0;top:-40px}@media (max-width:768px){.pet-grid{grid-template-columns:1fr;padding:1rem}.pet-image{height:250px}.pet-info{max-height:150px}.pet-actions{flex-direction:row;justify-content:center;margin:0;padding:0;position:static;transform:none}.pet-card:hover .pet-actions{right:auto}.adopt-button,.details-button{margin:0;padding:.75rem 1.5rem;width:100%}.pet-details-body{flex-direction:column}.pet-details-image{height:250px;width:100%}.pet-details-grid{grid-template-columns:1fr}.pet-details-content{padding:1.5rem;width:95%}}.adoption-stories-carousel{margin:2rem auto;max-width:1200px;padding:0 1rem;width:100%}.carousel-title{color:#333;font-size:2rem;margin-bottom:2rem;text-align:center}.carousel-container{align-items:center;background:#f8f9fa;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;justify-content:center;padding:2rem;position:relative}.carousel-slide{overflow:hidden;width:100%}.story-content{align-items:center;display:flex;gap:2rem}.story-image{border-radius:8px;flex:0 0 400px;height:300px;overflow:hidden}.story-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.story-image img:hover{transform:scale(1.05)}.story-text{flex:1 1;padding:1rem}.story-text h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.story-text p{color:#666;line-height:1.6;margin-bottom:1rem}.adopter-name{color:#888;font-style:italic}.carousel-button{align-items:center;background:#fffc;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:2}.carousel-button:hover{background:#fffffff2;box-shadow:0 2px 4px #0000001a}.carousel-button.prev{left:1rem}.carousel-button.next{right:1rem}.carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.indicator{background:#ddd;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.indicator.active{background:#666;transform:scale(1.2)}@media (max-width:768px){.story-content{flex-direction:column}.story-image{flex:0 0 300px;width:100%}.carousel-button{font-size:1rem;height:30px;width:30px}}@media (max-width:480px){.story-image{flex:0 0 250px}.story-text h3{font-size:1.2rem}.story-text p{font-size:.9rem}}.auth-container{align-items:center;background-color:var(--light-bg);display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem}.auth-box{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:1.5rem}.auth-tab{background:none;border:none;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem;position:relative;transition:all .3s ease}.auth-tab.active{color:var(--primary-color);font-weight:600}.auth-tab.active:after{background-color:var(--primary-color);bottom:-1px;content:"";height:2px;left:0;position:absolute;width:100%}.auth-box h2{color:var(--primary-color);margin-bottom:2rem;text-align:center}.form-group input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:var(--primary-color);outline:none}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container input{padding-right:100px}.toggle-password{background:none;border:none;color:var(--primary-color);cursor:pointer;font-size:.9rem;padding:5px 10px;position:absolute;right:10px;transition:color .3s ease}.toggle-password:hover{color:#ff5252}.password-requirements{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:5px;margin-top:.5rem;padding:.75rem}.password-requirements h4{color:#555;font-size:.9rem;margin-bottom:.5rem;margin-top:0}.password-requirements ul{list-style:none;margin:0;padding:0}.requirement-error{align-items:center;color:#dc3545;display:flex;font-size:.85rem;margin:.25rem 0}.requirement-error:before{color:#dc3545;content:"•";margin-right:.5rem}.requirement-success{color:#28a745;font-size:.85rem;margin:0}.auth-button{background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s ease;width:100%}.auth-button:hover{background-color:#ff5252}.error-message{background-color:#ffebee;color:#c62828;padding:1rem;text-align:center}.success-message{background-color:#e8f5e9;border-radius:5px;color:#2e7d32;margin-bottom:1rem;padding:1rem;text-align:center}.auth-toggle{color:var(--text-color);margin-top:1.5rem;text-align:center}.auth-toggle p{margin:0}.toggle-button{background:none;border:none;color:var(--primary-color);cursor:pointer;font-weight:600;margin-left:.5rem;padding:.5rem;transition:color .3s ease}.toggle-button:hover{color:#ff5252;text-decoration:underline}@media (max-width:768px){.auth-container{padding:1rem}.auth-box{padding:1.5rem}}.volunteer-page{color:var(--text-color);font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.page-header h1{color:var(--primary-color)}.page-header p{color:var(--text-color)}.volunteer-content{display:flex;gap:2rem;margin-top:2rem}.volunteer-info{background-color:var(--white);border-radius:15px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2rem}.volunteer-info h2{border-bottom:2px solid var(--light-bg);color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.5rem}.volunteer-info ul{margin-bottom:2rem;padding-left:1.5rem}.volunteer-info li{color:var(--text-color);margin-bottom:.8rem}.positions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem}.position-icon{color:#ff6b6b;font-size:2rem;margin-bottom:.75rem;text-align:center}.position-card{background-color:#fff;border-radius:12px;border-top:3px solid #ff6b6b;box-shadow:0 3px 10px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.position-card:hover{box-shadow:0 5px 15px #00000026;transform:translateY(-10px)}.position-card h3{border-bottom:1px solid #f5f5f5;color:#ff6b6b;font-size:1.1rem;margin-bottom:.75rem;margin-top:0;padding-bottom:.6rem}.position-card p{color:#333;flex-grow:1;font-size:.95rem;line-height:1.4;margin:0}.volunteer-form{background-color:var(--white);border-radius:15px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2rem}.volunteer-form h2{border-bottom:2px solid var(--light-bg);color:var(--primary-color);font-size:1.6rem;margin-top:0;padding-bottom:.5rem}.form-group,.volunteer-form h2{margin-bottom:1.5rem}.form-group label{color:var(--text-color);font-weight:500}.form-group input,.form-group textarea{border:1px solid #ced4da;border-radius:5px}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #ff6b6b33}.form-group textarea{min-height:100px;resize:vertical}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:400;margin-bottom:0}.checkbox-group input[type=checkbox]{margin-right:.5rem;width:auto}.volunteer-form button{background-color:var(--primary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .3s ease;width:100%}.volunteer-form button:hover{background-color:#ff5252}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:5px;color:#721c24;margin-bottom:1rem;padding:.75rem 1.25rem}.volunteer-container{background-color:var(--white);border-radius:15px;box-shadow:0 4px 6px #0000001a;margin:4rem auto;max-width:800px;padding:2rem;text-align:center}.success-message{padding:2rem}.success-message h2{color:var(--secondary-color);margin-bottom:1.5rem}.success-message p{color:var(--text-color);font-size:1.1rem;margin-bottom:.8rem}.volunteer-button{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.volunteer-button:hover{background-color:#e55a5a}@media screen and (max-width:992px){.volunteer-content{flex-direction:column}.volunteer-form,.volunteer-info{width:100%}}@media screen and (max-width:768px){.volunteer-page{padding:1rem}.positions-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}}.adopt-page{margin:0 auto;max-width:1200px;padding:2rem}.page-header{margin-bottom:2rem;text-align:center}.page-header h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.page-header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:800px}.filters-container{margin-bottom:2rem}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-select{border:1px solid #ddd;border-radius:5px;font-size:1rem;min-width:150px;padding:.5rem}.pets-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.no-data{color:#666;font-size:1.2rem;grid-column:1/-1;padding:2rem;text-align:center}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.pagination-button{background-color:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.pagination-button:hover:not(:disabled){background-color:#f0f0f0}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.pagination-numbers{align-items:center;display:flex;gap:.5rem}.pagination-number{background-color:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.pagination-number:hover{background-color:#f0f0f0}.pagination-number.active{background-color:#007bff;border-color:#007bff;color:#fff}.pagination-ellipsis{color:#666;padding:0 .5rem}.adoption-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.adoption-modal-content{background-color:#fff;border-radius:10px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:90%}.close-modal-button{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.close-modal-button:hover{color:#333}.pet-preview{background-color:#f8f9fa;border-radius:5px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.pet-preview-image{border-radius:5px;height:150px;object-fit:cover;width:150px}.pet-preview-info{flex:1 1}.pet-preview-info h3{color:#333;margin:0 0 .5rem}.pet-preview-info p{color:#666;margin:.25rem 0}.adoption-form-group{margin-bottom:1.5rem}.adoption-form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.adoption-form-group input,.adoption-form-group textarea{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;width:100%}.adoption-form-group textarea{min-height:100px;resize:vertical}.adoption-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.adoption-cancel-button{background-color:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.adoption-cancel-button:hover{background-color:#f0f0f0}.adoption-submit-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s ease}.adoption-submit-button:hover:not(:disabled){background-color:#0056b3}.adoption-submit-button:disabled{cursor:not-allowed;opacity:.7}.adoption-error-message{background-color:#fff3f3;border:1px solid #ffcdd2;border-radius:5px;color:#dc3545;margin-bottom:1.5rem;padding:1rem}.adoption-success-message{padding:2rem;text-align:center}.adoption-success-message h3{color:#28a745;margin-bottom:1rem}.adoption-success-message p{color:#666;margin-bottom:2rem}@media (max-width:768px){.adopt-page{padding:1rem}.page-header h1{font-size:2rem}.filters{align-items:stretch;flex-direction:column}.filter-select{width:100%}.pets-grid{grid-template-columns:1fr}.adoption-modal-content{padding:1.5rem;width:95%}.pet-preview{flex-direction:column}.pet-preview-image{height:200px;width:100%}.adoption-form-actions{flex-direction:column}.adoption-cancel-button,.adoption-submit-button{width:100%}}.donate-page{margin:0 auto;max-width:1200px;padding:2rem 1rem}.donate-header{margin-bottom:2rem;text-align:center}.donate-header h1{color:#ff6b6b;font-size:2.5rem;margin-bottom:.5rem}.donate-header p{color:#555;font-size:1.1rem;margin:0 auto;max-width:700px}.donate-content{background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;overflow:hidden}.donate-methods{border-bottom:1px solid #eee;display:flex}.method-button{align-items:center;background:#f8f8f8;border:none;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease}.method-button.active{background:#fff;box-shadow:0 3px 0 #ff6b6b;color:#ff6b6b}.method-button:hover{background:#fff}.method-button i{font-size:1.2rem}.credit-card-donation{padding:2rem}.donation-form{margin:0 auto;max-width:800px}.form-section{margin-bottom:2rem}.form-section h3{border-bottom:1px solid #eee;color:#333;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.amount-options{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.amount-button{background:#fff;border:2px solid #ddd;border-radius:8px;color:#333;cursor:pointer;font-size:1.1rem;font-weight:700;min-width:100px;padding:.8rem 1.5rem;text-align:center;transition:all .2s ease}.amount-button.active,.amount-button:hover{background:#fff0f0;border-color:#ff6b6b;color:#ff6b6b}.custom-amount{align-items:center;border:2px solid #ddd;border-radius:8px;display:flex;padding:.5rem 1rem;transition:all .2s ease}.custom-amount.active,.custom-amount:focus-within{background:#fff0f0;border-color:#ff6b6b}.custom-amount input{background:#0000;border:none;color:#333;font-size:1.1rem;font-weight:700;outline:none;width:100px}.custom-amount span{color:#333;font-weight:700;margin-left:.5rem}.form-group,.form-row{margin-bottom:1rem}.form-group label{display:block}.form-group input,.form-group textarea{transition:border-color .2s ease;width:100%}.form-disclaimer{background:#f9f9f9;border-radius:4px;color:#666;font-size:.9rem;margin:2rem 0;padding:1rem}.donate-button{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:700;padding:1rem;transition:background .2s ease;width:100%}.donate-button:hover{background:#e55a5a}.donate-button:disabled{background:#ccc;cursor:not-allowed}.thank-you-message{padding:3rem}.thank-you-message i{animation:pulse 1.5s infinite;color:#ff6b6b;font-size:5rem;margin-bottom:1rem}.thank-you-message h2{font-size:2rem}.thank-you-message p{font-size:1.1rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.bank-transfer-info{padding:2rem}.bank-info-header{margin-bottom:2rem;text-align:center}.bank-info-header h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.bank-info-header p{color:#666;margin:0 auto;max-width:700px}.bank-accounts{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.bank-account-card{background:#f9f9f9;border-radius:8px;box-shadow:0 2px 5px #0000000d;padding:1.5rem}.bank-account-card h4{border-bottom:1px solid #eee;color:#333;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.bank-account-card p{font-size:.95rem;margin-bottom:.5rem}.copy-iban-button{align-items:center;background:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;transition:background .2s ease}.copy-iban-button:hover{background:#e55a5a}.contact-info{border-top:1px solid #eee;margin-top:3rem;padding-top:2rem;text-align:center}.contact-info h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.contact-info p{color:#666;margin-bottom:.5rem}.contact-info a{color:#ff6b6b;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media (max-width:768px){.form-row{flex-direction:column;gap:0}.amount-options{justify-content:center}.bank-accounts{grid-template-columns:1fr}.donate-methods{flex-direction:column}}.contact-page{margin:0 auto;max-width:1200px;padding:2rem 1rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-header h1{color:#ff6b6b;font-size:2.5rem;margin-bottom:.5rem}.contact-header p{color:#555;font-size:1.1rem;margin:0 auto;max-width:700px}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.contact-form-section,.contact-info-section{flex:1 1;min-width:300px}.contact-form-card,.contact-info-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:100%;overflow:hidden;padding:2rem}.contact-form-card h2,.contact-info-card h2,.faq-section h2,.map-section h2{border-bottom:2px solid #f5f5f5;color:#333;font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:.8rem}.info-item{align-items:flex-start;display:flex;margin-bottom:1.5rem}.info-item i{color:#ff6b6b;font-size:1.2rem;margin-right:1rem;margin-top:.2rem}.info-item h3{color:#444;font-size:1.1rem;margin-bottom:.3rem}.info-item p{color:#666;line-height:1.5}.info-item a{color:#ff6b6b;text-decoration:none;transition:color .2s}.info-item a:hover{color:#d44c4c;text-decoration:underline}.social-links h3{color:#444;font-size:1.1rem;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{align-items:center;background-color:#ff6b6b;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .2s ease;width:40px}.social-icons a:hover{background-color:#d44c4c;transform:translateY(-3px)}.contact-form{flex-direction:column}.contact-form,.form-row{display:flex;gap:1rem}.form-group{display:flex;flex:1 1;flex-direction:column}.form-group label{color:#555;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b6b;outline:none}.submit-button{background-color:#ff6b6b;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:background-color .2s}.submit-button:hover{background-color:#e55a5a}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.thank-you-message{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;text-align:center}.thank-you-message i{color:#4caf50;font-size:4rem;margin-bottom:1.5rem}.thank-you-message h2{border:none;color:#333;margin-bottom:1rem}.thank-you-message p{color:#666;line-height:1.6}.map-section{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;margin-top:3rem;overflow:hidden;padding:2rem}.map-section h2{border-bottom:2px solid #f5f5f5;color:#333;font-size:1.6rem;margin-bottom:1.5rem;padding-bottom:.8rem}.map-container{border-radius:8px;box-shadow:0 2px 4px #0000001a;height:400px;overflow:hidden;width:100%}.map-overlay{bottom:20px;position:absolute;right:20px;z-index:2}.directions-link{background-color:#ff6b6b;border-radius:4px;box-shadow:0 2px 5px #0003;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.2rem;transition:background-color .2s}.directions-link a{align-items:center;color:#fff;display:flex;gap:.5rem;text-decoration:none}.directions-link:hover{background-color:#e55a5a}.faq-section{margin-bottom:2rem}.faq-items{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.faq-item{background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000000d;overflow:hidden;padding:1.5rem}.faq-item h3{color:#333;font-size:1.1rem;margin-bottom:1rem;padding-left:1.5rem;position:relative}.faq-item h3:before{color:#ff6b6b;content:"Q:";font-weight:700;left:0;position:absolute}.faq-item p{color:#666;line-height:1.6;padding-left:1.5rem;position:relative}.faq-item p:before{color:#4caf50;content:"A:";font-weight:700;left:0;position:absolute}@media (max-width:768px){.contact-content,.form-row{flex-direction:column}.faq-items{grid-template-columns:1fr}}.privacy-page{background:#fff;border-radius:16px;box-shadow:0 4px 16px #00000014;margin:3rem auto;max-width:900px;padding:2rem 1rem}.privacy-header{margin-bottom:2.5rem;text-align:center}.privacy-header h1{align-items:center;color:#ff6b6b;display:flex;font-size:2.5rem;gap:.5rem;justify-content:center;margin-bottom:.5rem}.privacy-header .privacy-desc{color:#555;font-size:1.1rem;margin:0 auto;max-width:700px}.privacy-content-card{background:#f9f9f9;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin:0 auto;max-width:800px;padding:2.5rem 2rem}.privacy-content-card h2{border-bottom:2px solid #ffeaea;color:#ff6b6b;font-size:1.5rem;margin-bottom:1.2rem;padding-bottom:.5rem}.privacy-content-card p{color:#333;font-size:1.08rem;line-height:1.7}.privacy-content-card strong{color:#ff6b6b}.privacy-content-card a{color:#ff6b6b;text-decoration:underline}@media (max-width:768px){.privacy-page{padding:1rem .2rem}.privacy-content-card{padding:1.2rem .5rem}.privacy-header h1{font-size:2rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#ff6b6b;--primary-hover:#e55a5a;--secondary-color:#333;--light-color:#f4f4f4;--dark-color:#333;--max-width:1100px;--text-color:#2c3e50;--light-bg:#f7f9fc;--white:#fff}body{background-color:#f7f9fc;background-color:var(--light-bg);color:#2c3e50;color:var(--text-color);font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh;padding-top:80px}.header{background-color:#fff;background-color:var(--white);border-bottom:1px solid #eaeaea;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.header.scrolled{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffffff2;padding:.5rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.logo{font-size:1.8rem;font-weight:700}.logo a{align-items:center;color:#ff6b6b;color:var(--primary-color);display:flex;text-decoration:none;transition:color .3s ease}.logo a:hover{color:#333;color:var(--secondary-color)}.nav{gap:1rem}.nav,.nav-links{align-items:center;display:flex}.nav-links{gap:1.5rem;list-style:none;margin-right:1rem}.nav-links a{border-radius:5px;color:#2c3e50;color:var(--text-color);font-weight:500;padding:.5rem .75rem;text-decoration:none;transition:color .3s ease;white-space:nowrap}.nav-links a.active,.nav-links a:hover{background-color:#f7f9fc;background-color:var(--light-bg);color:#ff6b6b;color:var(--primary-color)}.user-profile-link a{align-items:center;display:flex;gap:.5rem}.profile-icon{align-items:center;background-color:#ff6b6b;background-color:var(--primary-color);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:32px;justify-content:center;overflow:hidden;width:32px}.profile-icon img{height:100%;object-fit:cover;width:100%}.header-logout{background-color:initial;border:1px solid #ff6b6b;border:1px solid var(--primary-color);border-radius:5px;color:#ff6b6b;color:var(--primary-color);cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.header-logout:hover{background-color:#ff6b6b;background-color:var(--primary-color);color:#fff}.loading{align-items:center;color:#ff6b6b;color:var(--primary-color);display:flex;font-size:1.5rem;height:100vh;justify-content:center}.hero{background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1548199973-03cce0bbc87b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-size:cover;color:#fff;color:var(--white);padding:6rem 2rem;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.hero p{font-size:1.4rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.hero-buttons{display:flex;gap:1rem;justify-content:center}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:4rem auto;max-width:1200px;padding:0 2rem}.feature-card{background-color:#fff;background-color:var(--white);border-radius:15px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{border-color:#ff6b6b;border-color:var(--primary-color);box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h2{color:#ff6b6b;color:var(--primary-color);margin-bottom:1rem}.stats{background-color:#f7f9fc;background-color:var(--light-bg);padding:4rem 2rem;text-align:center}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.stat-item{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.stat-item h3{color:#ff6b6b;color:var(--primary-color);font-size:2.5rem;margin-bottom:.5rem}.cta-button{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background-color:#ff6b6b;background-color:var(--primary-color);color:#fff;color:var(--white)}.cta-button.secondary{background-color:#333;background-color:var(--secondary-color);color:#fff;color:var(--white)}.cta-button:hover{box-shadow:0 5px 15px #0003;transform:translateY(-3px)}.footer{background-color:#2c3e50;color:#fff;margin-top:1.5rem;padding:1.5rem 0}.footer-content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto;max-width:1200px;padding:0 1.5rem}.footer-section{text-align:center}.footer-section h3{color:#fff;font-size:1.1rem;margin-bottom:.75rem}.footer-section p{color:#f8f9fa;font-size:.85rem;line-height:1.4;margin:.3rem 0}.footer-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:center}.footer-links a{align-items:center;color:#f8f9fa;display:flex;font-size:.85rem;gap:.3rem;padding:.3rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff6b6b;color:var(--primary-color)}.footer-links i{font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:.6rem;text-align:center}.footer-bottom p{color:#f8f9fa;font-size:.8rem;margin:0}@media (max-width:992px){.nav-links{gap:1rem}.nav-links a{font-size:.9rem;padding:.4rem .6rem}}@media (max-width:768px){.header{padding:.5rem 1rem}.header.scrolled{padding:.25rem 1rem}.header-content{flex-direction:column;gap:.5rem}.logo{font-size:1.4rem}.nav{width:100%}.nav-links{flex-wrap:wrap;font-size:.9rem;gap:.5rem;justify-content:center;padding:0}.nav-links a{padding:.3rem .5rem}.user-profile-link{margin:.25rem 0}.profile-icon{height:28px;width:28px}.App{padding-top:120px}.footer-content{grid-template-columns:1fr}.footer-links{flex-direction:row;justify-content:center}.hero h1{font-size:2.5rem}.hero-buttons{flex-direction:column}.cta-button{width:100%}.footer{margin-top:1rem;padding:1rem 0}.footer-content{gap:.75rem;padding:0 1rem}.footer-section{padding:.5rem}.footer-section h3{font-size:1rem;margin-bottom:.5rem}.footer-section p{font-size:.8rem;line-height:1.3;margin:.25rem 0}.footer-links{gap:.5rem}.footer-links a{font-size:.8rem;gap:.25rem;padding:.25rem}.footer-links i{font-size:.85rem}.footer-bottom{margin-top:.75rem;padding-top:.5rem}.footer-bottom p{font-size:.75rem}}.user-profile-link{position:relative}.user-menu-trigger{align-items:center;border-radius:5px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s}.user-menu-trigger:hover{background-color:#0000000d}.user-menu-trigger i{color:#555;font-size:.8rem;transition:transform .2s}.user-dropdown-menu{animation:dropdown-appear .2s ease forwards;background-color:#fff;border-radius:5px;box-shadow:0 5px 15px #0000001a;overflow:hidden;padding:.5rem 0;position:absolute;right:0;top:100%;transform-origin:top right;width:220px;z-index:1000}.user-dropdown-menu a,.user-dropdown-menu button{align-items:center;color:#333;display:flex;font-size:.95rem;font-weight:400;gap:.8rem;padding:.7rem 1rem;text-align:left;text-decoration:none;transition:background-color .2s;width:100%}.user-dropdown-menu a:hover,.user-dropdown-menu button:hover{background-color:#f5f5f5}.user-dropdown-menu a i,.user-dropdown-menu button i{color:#ff6b6b;color:var(--primary-color);font-size:1.1rem;text-align:center;width:20px}.dropdown-logout{background:none;border:none;border-top:1px solid #eee;color:#e74c3c;cursor:pointer;font-family:inherit;margin-top:.3rem}.dropdown-logout i{color:#e74c3c!important}@keyframes dropdown-appear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn{background:#ff6b6b;background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;margin-right:.5rem;padding:.5rem 1.5rem;transition:background-color .2s}.btn:hover{background:#e55a5a;background:var(--primary-hover)}.hero-content .btn{margin-top:1rem;padding:.75rem 2rem}.mobile-menu-button{background:none;border:none;color:#2c3e50;color:var(--text-color);cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease;z-index:1001}.mobile-menu-button:hover{color:#ff6b6b;color:var(--primary-color);transform:scale(1.1)}.mobile-menu-button:focus{color:#ff6b6b;color:var(--primary-color);outline:none}@media (max-width:768px){.mobile-menu-button{display:block}.nav{background-color:#fff;background-color:var(--white);box-shadow:2px 0 10px #0000001a;height:calc(100vh - 60px);left:-100%;overflow-y:auto;padding:1rem;position:fixed;top:60px;transition:all .3s ease;width:100%;z-index:1000}.nav.mobile-menu-open{left:0}.header-content{align-items:center;flex-direction:row;height:100%;justify-content:space-between;padding:0}.nav-links{flex-direction:column;padding:0}.nav-links,.nav-links li{margin:0;width:100%}.nav-links a{border-bottom:1px solid #f7f9fc;border-bottom:1px solid var(--light-bg);display:block;padding:1rem;text-align:left;width:100%}.user-profile-link{margin:1rem 0!important}.user-menu-trigger{justify-content:flex-start;width:100%}.user-dropdown-menu{border:1px solid #f7f9fc;border:1px solid var(--light-bg);box-shadow:none;margin-top:.5rem;position:static;width:100%}.language-switcher{justify-content:center;margin-top:1rem}.header{height:60px}.header.scrolled{height:50px}.logo{font-size:1.4rem}.App{padding-top:60px}}
/*# sourceMappingURL=main.54fbf1aa.css.map*/