.header{background:#fff;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}.logo{font-size:1.7rem;font-weight:500;text-decoration:none;color:#333}.logo-img{height:60px;width:auto}.logo-syner{color:#5e4a9c}.logo-go{color:#28a745}.nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#666;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#5e4a9c}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#5e4a9c;border-radius:1px}.header-actions{display:flex;align-items:center;gap:1rem;margin-left:auto;padding-right:20px}.auth-and-create{display:flex;gap:10px;margin-left:auto}.btn{white-space:nowrap}.search-box{position:relative;display:flex;align-items:center}.search-box i{position:absolute;left:12px;color:#666;z-index:1}.search-box input{padding:.5rem .5rem .5rem 2.5rem;border:1px solid #e5e7eb;border-radius:8px;width:250px;font-size:.9rem;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#5e4a9c;box-shadow:0 0 0 3px #6366f11a}.profile-menu{position:relative;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 6px #8585851a}.profile-menu:hover{background-color:#f3f4f6}.profile-avatar-small{width:32px;height:32px;border-radius:50%;overflow:hidden}.profile-avatar-small img{width:100%;height:100%;object-fit:cover}.profile-info-header{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:.9rem;color:#333}.user-balance{font-size:.8rem;color:#666}.profile-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.profile-menu:hover .profile-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.profile-dropdown a,.profile-dropdown div{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;text-decoration:none;color:#333;transition:background-color .3s ease}.profile-dropdown a:hover,.profile-dropdown div:hover{background-color:#f3f4f6}.dropdown-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-primary{background:#5e4a9c;color:#fff}.btn-primary:hover{background:#5e4a9c;transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.btn-outline{background:#ffffff1a;color:#fff;border:2px solid white;border-radius:8px;padding:.75rem 1.5rem;transition:all .3s ease;font-weight:500}.btn-outline:hover{background:#5e4a9c;color:#fff}.btn-gradient{background:linear-gradient(135deg,#5e4a9c,#5856eb);color:#fff;border:none}.btn-gradient:hover{background:linear-gradient(135deg,#5e4a9c,#5856eb)}.page{display:none;min-height:calc(100vh - 80px)}.page.active{display:block}.hero{background:linear-gradient(to bottom,#667eea,#764ba2);color:#fff;padding:4rem 0 2rem;margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;height:400px;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;z-index:1}.hero-text h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{color:#fbbf24}.hero-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-img{width:50%;height:100%;object-fit:cover;position:absolute;top:0;right:0}.about-platform{padding:4rem 0;background:linear-gradient(to bottom,#f1f1f1,#fff);border-radius:20px;box-shadow:0 10px 20px #10b9811a}.about-platform h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about-card{text-align:center;padding:2rem;border-radius:16px;background:#fff;box-shadow:0 6px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.about-card i{font-size:2rem;color:#5e4a9c;margin-bottom:1rem}.about-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.featured-projects{padding:4rem 0;background:#f8fafc}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.section-header h2{font-size:2.5rem;color:#333}.project-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#666;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.filter-btn:hover,.filter-btn.active{background:#5e4a9c;color:#fff;border-color:#6366f1}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.projects-grid.list-view{grid-template-columns:1fr}.projects-grid.list-view .project-card{display:flex;gap:1.5rem}.projects-grid.list-view .project-image{flex-shrink:0;width:200px}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;cursor:pointer;position:relative}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.project-image{position:relative;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:.5rem}.category-badge,.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.category-badge{background:#6366f1e6;color:#fff}.status-badge{background:#28a745;color:#fff}.status-badge.status-completed{background:#6b7280e6}.project-content{padding:1.5rem}.project-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333;line-height:1.3}.project-author,.project-location{font-size:.9rem;color:#666;margin-bottom:.25rem}.project-description{font-size:.9rem;color:#666;margin:.75rem 0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-progress{margin:1rem 0}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#059669);border-radius:4px;transition:width .3s ease}.progress-info{display:flex;justify-content:space-between;font-size:.9rem}.raised{font-weight:600;color:#28a745}.goal{color:#666}.project-stats{display:flex;justify-content:space-between;font-size:.85rem;color:#666;margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.project-stats span{display:flex;align-items:center;gap:.25rem}.projects-header{padding:2rem 0;background:#fff;margin-bottom:2rem}.projects-header h1{font-size:2.5rem;margin-bottom:2rem;color:#333}.projects-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.search-filters{display:flex;gap:1rem;flex-wrap:wrap}.search-input,.filter-select{padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9rem;min-width:150px}.search-input:focus,.filter-select:focus{outline:none;border-color:#5e4a9c;box-shadow:0 0 0 3px #6366f11a}.view-toggle{display:flex;gap:.25rem;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.view-btn{padding:.5rem;border:none;background:#fff;color:#666;cursor:pointer;transition:all .3s ease}.view-btn:hover,.view-btn.active{background:#5e4a9c;color:#fff}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-state i{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem}.pricing-preview{padding:4rem 0;background:#fff}.pricing-preview h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.pricing-card.featured{border-color:#5e4a9c;transform:scale(1.05)}.pricing-card.featured:before{content:"Рекомендуем";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#5e4a9c;color:#fff;padding:.25rem 1rem;border-radius:12px;font-size:.8rem;font-weight:500}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.price{font-size:2.5rem;font-weight:700;color:#5e4a9c;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem;text-align:left}.pricing-card li{padding:.5rem 0;color:#666;border-bottom:1px solid #f3f4f6}.pricing-card li:last-child{border-bottom:none}.auth-container{max-width:500px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;overflow:hidden}.auth-tabs{display:flex;background:#f8fafc}.auth-tab{flex:1;padding:1rem;border:none;background:transparent;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}.auth-tab.active{background:#fff;color:#5e4a9c;border-bottom:2px solid #6366f1}.auth-form{display:none;padding:2rem}.auth-form.active{display:block}.auth-form h2{text-align:center;margin-bottom:2rem;color:#333}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#5e4a9c;box-shadow:0 0 0 3px #6366f11a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.password-input{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:none;color:#666;cursor:pointer;padding:.25rem}.field-error{color:#ef4444;font-size:.85rem;margin-top:.25rem;display:none}.form-error,.form-success{padding:.75rem;border-radius:6px;margin-top:1rem;font-size:.9rem;display:none}.form-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.form-success{background:#f0fdf4;color:#28a745;border:1px solid #bbf7d0}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.checkbox input{width:auto}.forgot-password{color:#5e4a9c;text-decoration:none;font-size:.9rem}.forgot-password:hover{text-decoration:underline}.demo-credentials{margin-top:2rem;padding:1rem;background:#f0fdf4;border-radius:6px;border:1px solid #bbf7d0}.demo-credentials p{margin:.25rem 0;font-size:.9rem;color:#166534}.btn-spinner{display:none}.profile-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;padding:2rem 0}.profile-sidebar{background:#fff;border-radius:12px;padding:2rem;height:fit-content;box-shadow:0 4px 6px #0000000d}.profile-info{text-align:center;margin-bottom:2rem}.profile-status{display:inline-block;padding:.25rem .75rem;background:#28a745;color:#fff;border-radius:12px;font-size:.8rem;font-weight:500;margin-bottom:1rem}.profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:4px solid #f3f4f6}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.balance{margin:1rem 0;padding:1rem;background:#f8fafc;border-radius:8px}.balance span{display:block;margin-bottom:.5rem}.profile-stats{display:flex;justify-content:space-around;margin-top:1.5rem}.profile-stat{text-align:center}.profile-stat-value{display:block;font-size:1.5rem;font-weight:700;color:#5e4a9c}.profile-stat-label{font-size:.8rem;color:#666}.profile-nav{list-style:none}.profile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;color:#666;border-radius:6px;transition:all .3s ease;margin-bottom:.25rem}.profile-nav-link:hover,.profile-nav-link.active{background:#f3f4f6;color:#5e4a9c}.profile-nav-link.logout{color:#ef4444}.profile-nav-link.logout:hover{background:#fef2f2}.profile-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.profile-section{display:none}.profile-section.active{display:block}.profile-section h2{margin-bottom:2rem;color:#333}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;border-left:4px solid #5E4A9C}.stat-card i{font-size:2rem;color:#6366f1}.stat-card h3{font-size:2rem;font-weight:700;color:#333;margin:0}.stat-card p{color:#666;margin:0}.settings-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.settings-tab{padding:.75rem 1rem;border:none;background:none;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease}.settings-tab:hover,.settings-tab.active{color:#5e4a9c;border-bottom-color:#5e4a9c}.settings-content{margin-top:2rem}.settings-section{display:none}.settings-section.active{display:block}.settings-form{max-width:600px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group.full-width{grid-column:1 / -1}.avatar-upload{display:flex;align-items:center;gap:1rem}.current-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb}.current-avatar img{width:100%;height:100%;object-fit:cover}.smart-contracts-info{margin-bottom:2rem}.info-card{display:flex;gap:1rem;padding:1.5rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px}.info-card i{font-size:2rem;color:#0284c7;flex-shrink:0}.info-card h3{margin-bottom:.5rem;color:#0c4a6e}.info-card p{color:#0369a1;line-height:1.6}.contracts-list{space-y:1.5rem}.contract-item{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.contract-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.contract-status{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.contract-status.active{background:#dcfce7;color:#166534}.contract-status.completed{background:#f3f4f6;color:#374151}.contract-details h4{margin:1rem 0 .5rem;color:#333}.participants-list{margin-bottom:1rem}.participant{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.signature-status{margin-left:auto;font-size:.8rem;font-weight:500}.signature-status.verified{color:#28a745}.contract-terms ul{list-style:none;padding-left:0}.contract-terms li{padding:.25rem 0;color:#666}.notifications-list{display:flex;flex-direction:column;gap:1rem}.notification-item{display:flex;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .3s ease}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#f0f9ff;border-color:#bae6fd}.notification-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#666}.notification-item.unread .notification-icon{background:#dbeafe;color:#2563eb}.notification-content h4{margin-bottom:.25rem;color:#333}.notification-content p{color:#666;font-size:.9rem;margin-bottom:.5rem}.notification-time{font-size:.8rem;color:#9ca3af}.messages-layout{display:grid;grid-template-columns:300px 1fr;height:500px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.messages-sidebar{background:#f8fafc;border-right:1px solid #e5e7eb}.conversations-list{height:100%;overflow-y:auto}.conversation-item{display:flex;gap:.75rem;padding:1rem;cursor:pointer;transition:background-color .3s ease;position:relative}.conversation-item:hover,.conversation-item.active{background:#fff}.conversation-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.conversation-avatar img{width:100%;height:100%;object-fit:cover}.conversation-info{flex:1;min-width:0}.conversation-info h4{font-size:.9rem;margin-bottom:.25rem;color:#333}.conversation-info p{font-size:.8rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-time{font-size:.75rem;color:#9ca3af}.unread-count{position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:500}.messages-content{display:flex;flex-direction:column}.messages-header{padding:1rem;border-bottom:1px solid #e5e7eb;background:#fff}.chat-user-info{display:flex;align-items:center;gap:.75rem}.chat-user-info img{width:32px;height:32px;border-radius:50%}.online-status{font-size:.8rem;color:#28a745}.messages-body{flex:1;padding:1rem;overflow-y:auto;background:#f8fafc}.message{margin-bottom:1rem;display:flex}.message.sent{justify-content:flex-end}.message-content{max-width:70%;padding:.75rem;border-radius:12px;position:relative}.message.received .message-content{background:#fff;border:1px solid #e5e7eb}.message.sent .message-content{background:#5e4a9c;color:#fff}.message-time{font-size:.75rem;opacity:.7;margin-top:.25rem;display:block}.message-input{padding:1rem;border-top:1px solid #e5e7eb;background:#fff;display:flex;gap:.5rem}.message-input input{flex:1;padding:.5rem;border:1px solid #e5e7eb;border-radius:6px}.account-balance{margin-bottom:2rem}.balance-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center}.balance-amount{font-size:3rem;font-weight:700;margin:1rem 0}.balance-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.transactions-table{overflow-x:auto}.transactions-table table{width:100%;border-collapse:collapse}.transactions-table th,.transactions-table td{padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb}.transactions-table th{background:#f8fafc;font-weight:600;color:#333}.amount.positive{color:#28a745;font-weight:600}.amount.negative{color:#ef4444;font-weight:600}.status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.status.completed{background:#dcfce7;color:#166534}.create-project-header{text-align:center;margin-bottom:3rem}.create-project-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.progress-steps{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .3s ease}.step.active{opacity:1}.step-number{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.step.active .step-number{background:#5e4a9c;color:#fff}.step-title{font-size:.9rem;font-weight:500;color:#666}.step.active .step-title{color:#333}.create-project-form{max-width:800px;margin:0 auto}.form-step{display:none}.form-step.active{display:block}.step-header{text-align:center;margin-bottom:2rem}.step-header h2{font-size:2rem;margin-bottom:.5rem;color:#333}.step-description{color:#666;font-size:1.1rem}.form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem}.form-section h3{margin-bottom:1.5rem;color:#333;font-size:1.3rem}.char-counter{font-size:.8rem;color:#666;text-align:right;margin-top:.25rem}.char-counter.warning{color:#f59e0b}.file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#fafafa}.file-upload-area:hover,.file-upload-area.drag-over{border-color:#5e4a9c;background:#f0f9ff}.file-upload-area i{font-size:2rem;color:#9ca3af;margin-bottom:.5rem}.file-upload-area span{display:block;color:#666;font-size:.9rem}.file-upload-area input{display:none}.uploaded-files{margin-top:1rem}.uploaded-file{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f3f4f6;border-radius:6px;margin-bottom:.5rem}.remove-file{margin-left:auto;background:#ef4444;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:.8rem}.reward-item{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background:#fff}.reward-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reward-header h3{color:#333;margin:0}.remove-reward{background:#ef4444;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:1.2rem;display:none}.add-reward-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;color:#666;transition:all .3s ease;background:#fff}.add-reward-btn:hover{border-color:#5e4a9c;color:#5e4a9c;background:#f0f9ff}.account-type-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.account-type-card{padding:1.5rem;border:2px solid #e5e7eb;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.account-type-card:hover,.account-type-card.selected{border-color:#5e4a9c;background:#f0f9ff}.account-type-card i{font-size:2rem;color:#5e4a9c;margin-bottom:1rem}.account-type-card h4{margin-bottom:.5rem;color:#333}.account-type-card p{color:#666;font-size:.9rem}.documents-upload{display:grid;gap:1.5rem}.document-item{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background:#fafafa}.document-item label{display:block;margin-bottom:1rem;font-weight:600;color:#333}.pricing-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.pricing-package{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.pricing-package:hover,.pricing-package.selected{border-color:#5e4a9c;transform:translateY(-2px);box-shadow:0 8px 25px #6366f126}.pricing-package.featured{border-color:#5e4a9c;transform:scale(1.02)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#5e4a9c;color:#fff;padding:.25rem 1rem;border-radius:12px;font-size:.8rem;font-weight:500}.pricing-package h4{font-size:1.3rem;margin-bottom:.5rem;color:#333}.package-price{font-size:2rem;font-weight:700;color:#5e4a9c;margin-bottom:1rem}.package-features{list-style:none}.package-features li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#666;font-size:.9rem}.package-features .fa-check{color:#10b981}.package-features .fa-times{color:#ef4444}.project-preview{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.preview-header{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.preview-status{margin-left:auto;padding:.25rem .5rem;background:#fbbf24;color:#fff;border-radius:4px;font-size:.8rem;font-weight:500}.preview-project-card{padding:1rem}.preview-project-image{height:150px;background:#f3f4f6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;margin-bottom:1rem}.preview-project-image i{font-size:2rem;margin-bottom:.5rem}.preview-project-content{padding:0 1rem}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.collections-header{padding:2rem 0;text-align:center}.collections-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.collections-filters{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.collections-map{margin:2rem 0;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.collections-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.collection-item{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease-in-out;overflow:hidden;height:350px;display:flex;flex-direction:column;width:100%}.collection-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.collection-image{height:200px;overflow:hidden}.collection-image img{width:100%;height:100%;object-fit:cover}.collection-content{padding:1.5rem;flex-grow:1}.collection-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#333}.collection-content p{color:#666;margin-bottom:1rem;line-height:1.6}.collection-meta{display:flex;justify-content:space-between;font-size:.9rem;color:#666}.collection-meta span{display:flex;align-items:center;gap:.25rem}.interactive-map{margin:2rem 0;border-radius:12px;box-shadow:0 10px 15px #0000001a;overflow:hidden}.interactive-map iframe{border-radius:12px;box-shadow:0 4px 10px #0000001a}.about-content{max-width:800px;margin:0 auto;padding:2rem 0}.about-hero{text-align:center;margin-bottom:4rem}.about-hero h1{font-size:3rem;margin-bottom:1rem;color:#333}.about-subtitle{font-size:1.3rem;color:#666}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.about-section p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.mission-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.stat-item{text-align:center;padding:2rem;background:#f8fafc;border-radius:12px}.stat-item h3{font-size:2.5rem;font-weight:700;color:#6366f1;margin-bottom:.5rem}.stat-item p{color:#666;font-weight:500}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.feature{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:center}.feature i{font-size:3rem;color:#6366f1;margin-bottom:1rem}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.feature p{color:#666;line-height:1.6}.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.step{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;position:relative}.step-number{width:60px;height:60px;border-radius:50%;background:#5e4a9c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.2rem;margin-bottom:1rem;color:#333}.step p{color:#666;line-height:1.6}.team-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin:3rem 0}.value{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:8px}.value h4{font-size:1.1rem;margin-bottom:.5rem;color:#333}.value p{color:#666;font-size:.9rem}.about-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#667eea,#5e4a9c);color:#fff;border-radius:12px;margin-top:4rem}.about-cta h2{font-size:2rem;margin-bottom:1rem}.about-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.faq-header{text-align:center;padding:2rem 0}.faq-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.faq-content{max-width:1000px;margin:0 auto}.faq-categories{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.faq-category{padding:.75rem 1.5rem;border:1px solid #e5e7eb;background:#fff;color:#666;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.faq-category:hover,.faq-category.active{background:#5e4a9c;color:#fff;border-color:#5e4a9c}.faq-list{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.faq-category-content{display:none}.faq-category-content.active{display:block}.faq-item{border-bottom:1px solid #e5e7eb}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background-color .3s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{font-size:1.1rem;color:#333;margin:0}.faq-question i{color:#666;transition:transform .3s ease}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#666;line-height:1.6}.pricing-header{text-align:center;padding:2rem 0}.pricing-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.pricing-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.pricing-card-detailed{background:#fff;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative}.pricing-card-detailed:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.pricing-card-detailed.featured{border-color:#5e4a9c;transform:scale(1.05)}.pricing-header-card{padding:2rem;text-align:center;background:#f8fafc;position:relative}.pricing-card-detailed.featured .pricing-header-card{background:linear-gradient(135deg,#5e4a9c,#8b5cf6);color:#fff}.pricing-header-card h3{font-size:1.5rem;margin-bottom:1rem}.pricing-header-card .price{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.pricing-card-detailed.featured .price{color:#fff}.pricing-header-card p{opacity:.8}.pricing-features{list-style:none;padding:2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.pricing-features li:last-child{border-bottom:none}.pricing-features .fa-check{color:#10b981;font-size:1.1rem}.pricing-features .fa-times{color:#ef4444;font-size:1.1rem}.records-header{text-align:center;padding:2rem 0}.records-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.records-list{max-width:800px;margin:0 auto}.record-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;margin-bottom:1.5rem;transition:transform .3s ease}.record-item:hover{transform:translateY(-2px)}.record-rank{font-size:2rem;font-weight:700;color:#5e4a9c;min-width:60px;text-align:center}.record-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.record-image img{width:100%;height:100%;object-fit:cover}.record-info{flex:1}.record-info h3{font-size:1.3rem;margin-bottom:.5rem;color:#333}.record-info p{color:#666;margin-bottom:.25rem}.record-location{font-size:.9rem;color:#9ca3af}.record-amount{text-align:right}.record-amount .amount{display:block;font-size:1.5rem;font-weight:700;color:#28a745;margin-bottom:.25rem}.record-amount .percentage{font-size:.9rem;color:#666}.project-detail-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;padding:2rem 0}.project-main{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}.project-header h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.project-meta{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.project-meta span{color:#666;font-size:.9rem}.project-media{margin-bottom:2rem}.project-media img{width:100%;height:400px;object-fit:cover;border-radius:8px}.project-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.tab-btn{padding:.75rem 1rem;border:none;background:none;color:#666;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease}.tab-btn:hover,.tab-btn.active{color:#5e4a9c;border-bottom-color:#5e4a9c}.tab-content{display:none}.tab-content.active{display:block}.tab-content h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.tab-content p{color:#666;line-height:1.6;margin-bottom:1rem}.news-item,.comment-item,.sponsor-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem}.news-item h4,.comment-item h4,.sponsor-item h4{margin-bottom:.5rem;color:#333}.news-date,.comment-time{font-size:.8rem;color:#9ca3af}.comment-item,.sponsor-item{display:flex;gap:1rem;align-items:flex-start}.comment-avatar,.sponsor-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.comment-avatar img,.sponsor-avatar img{width:100%;height:100%;object-fit:cover}.sponsor-amount{margin-left:auto;font-weight:600;color:#28a745}.project-sidebar{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;height:fit-content;position:sticky;top:100px}.funding-card{text-align:center}.funding-progress{margin-bottom:2rem}.funding-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.funding-stats .stat{text-align:center}.funding-stats .amount{display:block;font-size:1.5rem;font-weight:700;color:#333}.funding-stats .label{font-size:.9rem;color:#666}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:none;align-items:center;justify-content:center;z-index:10000}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb}.support-options{margin-top:1rem}.reward-option{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease}.reward-option:hover{border-color:#5e4a9c;background:#f0f9ff}.reward-option h4{margin-bottom:.5rem;color:#333}.reward-option p{color:#666;margin:0}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151;flex-wrap:wrap;gap:1rem}.footer-bottom .logo{font-size:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:#d1d5db;font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#fff}.notification{position:fixed;top:20px;right:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;gap:.75rem;max-width:400px;z-index:10001;animation:slideIn .3s ease}.notification-success{border-left:4px solid #28A745}.notification-success i{color:#10b981}.notification-info{border-left:4px solid #5E4A9C}.notification-info i{color:#5e4a9c}.notification-close{margin-left:auto;background:none;border:none;color:#666;cursor:pointer;font-size:1.2rem;padding:.25rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.container{padding:0 15px}.header-content{flex-wrap:wrap;gap:1rem}.nav{display:none}.mobile-menu-toggle{display:block;background:none;border:none;font-size:1.5rem;color:#333;cursor:pointer}.search-box input{width:200px}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.projects-grid{grid-template-columns:1fr}.projects-controls{flex-direction:column;align-items:stretch}.search-filters{flex-direction:column}.profile-layout,.project-detail-layout,.form-row,.form-grid,.pricing-grid,.pricing-comparison,.about-grid,.about-features{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}.messages-layout{grid-template-columns:1fr;height:auto}.messages-sidebar{max-height:200px;overflow-y:auto}.footer-bottom{flex-direction:column;text-align:center}.notification{left:20px;right:20px;max-width:none}}@media (max-width: 480px){.hero-text h1{font-size:1.8rem}.section-header{flex-direction:column;text-align:center}.project-filters{justify-content:center}.auth-container{margin:1rem}.modal-content{margin:1rem;width:calc(100% - 2rem)}.progress-steps{flex-wrap:wrap;gap:1rem}.step{flex-direction:row;align-items:center;gap:.5rem}.step-number{width:30px;height:30px;font-size:.9rem}.step-title{font-size:.8rem}}@media print{.header,.footer,.btn,.modal{display:none!important}.page{display:block!important}body{background:#fff}.container{max-width:none;padding:0}}@media (prefers-contrast: high){.btn-outline{border-width:2px}.project-card{border:1px solid #333}.form-group input,.form-group select,.form-group textarea{border-width:2px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary-color: #5E4A9C;--secondary-color: #28A745;--accent-color: #f59e0b;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-accent: #f3f4f6;--border-color: #e5e7eb;--border-light: #f3f4f6;--success-color: #28A745;--warning-color: #f59e0b;--error-color: #ef4444;--info-color: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--transition: all .2s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);font-size:16px;opacity:1;transition:opacity .5s ease-in-out}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:var(--border-radius);font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap;transition:var(--transition);font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--primary-color),#5E4A9C);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5E4A9C,var(--primary-color));transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{background:#ffffff80;color:var(--primary-color);border:1px solid var(--primary-color);transition:all .3s ease}.btn-outline:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-large{padding:.75rem 1.5rem;font-size:1rem}.btn-full{width:100%}.btn-gradient{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.btn-gradient:hover{background:linear-gradient(135deg,#5e4a9c,#28a745)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.project-media{margin:20px 0;text-align:center}.media-figure{display:inline-block;margin:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000026;background-color:#f9f9f9;max-width:100%}.media-figure img{width:100%;max-width:600px;height:auto;display:block;transition:transform .3s ease;margin:0 auto}.media-figure:hover img{transform:scale(1.02)}.media-figure figcaption{padding:10px 15px;font-size:14px;color:#555;background-color:#fff;border-top:1px solid #eee}@media (max-width: 768px){.collections-header h1{font-size:2rem}.filter-select{font-size:.9rem;padding:.5rem}.interactive-map iframe{height:350px}}.auth-required-content{text-align:center;padding:1rem 0}.auth-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#5e4a9c,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.auth-required-content h4{font-size:1.5rem;margin-bottom:.5rem;color:#333}.auth-required-content p{color:#666;margin-bottom:2rem;line-height:1.6}.auth-benefits{text-align:left;max-width:400px;margin:0 auto}.benefit-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;border-left:3px solid #5e4a9c}.benefit-item i{color:#28a745;font-size:1.1rem;flex-shrink:0}.benefit-item span{color:#333;font-size:.9rem;line-height:1.4}.modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009}.modal-content{animation:modalSlideIn .3s ease-out;box-shadow:0 20px 40px #0003}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header h3{display:flex;align-items:center;gap:.5rem;color:#333}.modal-header h3 i{color:#5e4a9c}.modal-footer .btn{min-width:120px}.modal-footer .btn-primary{background:linear-gradient(135deg,#5e4a9c,#8b5cf6);border:none;box-shadow:0 4px 12px #5e4a9c4d}.modal-footer .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #5e4a9c66}@media (max-width: 768px){.modal-content{margin:1rem;width:calc(100% - 2rem)}.auth-benefits{max-width:100%}.benefit-item{padding:.5rem}.benefit-item span{font-size:.85rem}}
