@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;600&display=swap";.auth-page{min-height:100vh;background:#1e3a8a;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);background-size:50px 50px;animation:moveBackground 20s linear infinite}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.auth-container{max-width:1100px;width:100%;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative;z-index:1}.auth-branding{background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:60px 50px;color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.branding-content{position:relative;z-index:2;text-align:center}.brand-logo{display:flex;align-items:center;justify-content:center}.brand-image{width:600px;height:auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2));animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.brand-tagline{font-size:28px;font-weight:700;margin-bottom:16px;line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.1)}.brand-description{font-size:16px;line-height:1.6;opacity:.95;margin-bottom:40px;max-width:400px;margin-left:auto;margin-right:auto}.brand-features{display:flex;flex-direction:column;gap:20px;align-items:center}.feature-item{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:14px 20px;width:100%;color:#fff}.feature-item:hover{background:#ffffff1f;transform:none}.feature-icon{font-size:18px}.decorative-circle{position:absolute;border-radius:50%;background:#ffffff14;z-index:1}.circle-1{width:300px;height:300px;top:-100px;left:-100px;animation:float 6s ease-in-out infinite}.circle-2{width:200px;height:200px;bottom:-50px;right:-50px;animation:float 8s ease-in-out infinite reverse}.circle-3{width:150px;height:150px;top:50%;right:20%;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.auth-form-section{padding:48px 56px;display:flex;align-items:center;justify-content:center;background:#fff}.auth-form-container{width:100%;max-width:400px}.form-header{margin-bottom:32px;text-align:center}.form-title{font-size:32px;font-weight:600;color:#0f172a;margin-bottom:8px}.form-subtitle{font-size:15px;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#334155;text-align:left}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;font-size:20px;z-index:1;pointer-events:none;color:#6b7280;filter:none}.form-input{width:100%;padding:14px 16px 14px 48px;border:1px solid #e2e8f0;border-radius:12px;font-size:15px;transition:all .2s ease;background:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-input:focus{outline:none;border-color:#3b5fc0;background:#fff;box-shadow:0 0 0 3px #3b5fc01f}.form-input::placeholder{color:#94a3b8}.password-toggle{position:absolute;right:16px;background:none;border:none;font-size:20px;cursor:pointer;opacity:.6;transition:opacity .2s ease;padding:4px}.password-toggle:hover{opacity:1}.form-options{display:flex;justify-content:space-between;align-items:center}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#64748b}.form-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#1E3A8A}.forgot-password{font-size:14px;color:#1e3a8a;text-decoration:none;font-weight:600;transition:color .2s ease}.forgot-password:hover{color:#2563eb;text-decoration:underline}.password-strength{display:flex;align-items:center;gap:12px;margin-top:-12px}.strength-bar{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.strength-fill{height:100%;transition:all .3s ease;border-radius:3px}.strength-fill.weak{width:33%;background:#ef4444}.strength-fill.medium{width:66%;background:#f59e0b}.strength-fill.strong{width:100%;background:#10b981}.strength-text{font-size:12px;font-weight:600;white-space:nowrap;color:#64748b}.terms-checkbox{margin-top:8px;align-items:flex-start}.terms-checkbox .checkbox-text{line-height:1.5;text-align:left}.terms-link{color:#1e3a8a;text-decoration:none;font-weight:600}.terms-link:hover{text-decoration:underline}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#2d4fc4;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #1e3a8a4d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.submit-btn:hover{background:#1e3ea8;transform:translateY(-2px);box-shadow:0 8px 20px #1e3a8a66}.submit-btn:active{transform:translateY(0)}.btn-icon{font-size:20px;transition:transform .3s ease}.submit-btn:hover .btn-icon{transform:translate(4px)}.form-divider{display:flex;align-items:center;gap:16px;margin:24px 0}.divider-line{flex:1;height:1px;background:#e2e8f0}.divider-text{font-size:14px;color:#94a3b8;font-weight:500}.social-login{display:grid;grid-template-columns:1fr 1fr;gap:12px}.social-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b;text-align:center;white-space:nowrap}.social-btn:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.social-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;border-radius:50%}.google-btn .social-icon{background:#4285f4;color:#fff}.facebook-btn .social-icon{background:#1877f2;color:#fff}.auth-footer{margin-top:24px;text-align:center}.footer-text{font-size:14px;color:#64748b}.footer-link{color:#1e3a8a;font-weight:700;text-decoration:none;margin-left:6px;transition:color .2s ease}.footer-link:hover{color:#2563eb;text-decoration:underline}@media(max-width:768px){.auth-container{grid-template-columns:1fr}.auth-branding{padding:40px 30px;min-height:250px}.brand-tagline{font-size:24px}.brand-description{font-size:14px}.auth-form-section{padding:40px 24px}.form-title{font-size:28px}}@media(max-width:480px){.auth-page{padding:12px}.auth-branding{padding:30px 20px;min-height:200px}.auth-form-section{padding:32px 20px}.form-title{font-size:24px}.social-login{flex-direction:column}.social-btn{width:100%}}.notification-toast{position:fixed;top:24px;right:24px;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 8px 24px #0003;display:flex;align-items:center;gap:12px;z-index:9999;animation:slideInRight .3s ease,slideOutRight .3s ease 2.7s;max-width:400px}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.notification-icon{font-size:24px;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.notification-text{font-size:15px;font-weight:600;line-height:1.4}.auth-wrapper,.profile-wrapper{min-height:100vh;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;align-items:center;justify-content:center;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-error{display:flex;align-items:center;gap:8px;color:#dc3545;font-size:14px;font-weight:500;margin:15px 0;padding:12px 16px;background:linear-gradient(135deg,#ffe6e6,#ffebee);border:1px solid #ffcdd2;border-radius:10px;border-left:4px solid #dc3545;animation:slideIn .3s ease-out}.error-icon{font-size:16px}.loading,.error{text-align:center;padding:40px;color:#6c757d;font-size:18px}.error{color:#dc3545}.complete-profile-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.complete-profile-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.3) 0%,transparent 50%);animation:gradientShift 8s ease-in-out infinite}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.8}}.complete-profile-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 32px 64px #0003,0 0 0 1px #ffffff1a;padding:48px;width:100%;max-width:700px;position:relative;z-index:1;border:1px solid rgba(255,255,255,.2)}.complete-profile-header{text-align:center;margin-bottom:40px;position:relative}.complete-profile-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.complete-profile-title{font-size:36px;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-.5px}.complete-profile-subtitle{font-size:16px;color:#64748b;font-weight:500;line-height:1.6}.enhanced-form-section{margin-bottom:32px;padding:32px;background:linear-gradient(135deg,#fffc,#f8fafccc);border-radius:20px;border:1px solid rgba(226,232,240,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;transition:all .3s ease}.enhanced-form-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:20px 20px 0 0}.enhanced-form-section:hover{transform:translateY(-2px);box-shadow:0 12px 32px #667eea26}.enhanced-section-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 24px;display:flex;align-items:center;gap:12px}.enhanced-section-title:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 0 0 4px #667eea33}.enhanced-form-group{margin-bottom:24px;position:relative}.enhanced-form-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;display:block;transition:color .2s ease}.enhanced-input-wrapper{position:relative;display:flex;align-items:center}.enhanced-input-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;opacity:0;transition:opacity .3s ease;pointer-events:none}.enhanced-input-wrapper:focus-within:before{opacity:1}.enhanced-input-icon{position:absolute;left:20px;font-size:20px;z-index:2;transition:transform .2s ease}.enhanced-input-wrapper:focus-within .enhanced-input-icon{transform:scale(1.1)}.enhanced-form-input{width:100%;padding:18px 24px 18px 56px;border:2px solid rgba(226,232,240,.8);border-radius:16px;font-size:16px;font-weight:500;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;z-index:1}.enhanced-form-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a,0 8px 24px #667eea26;transform:translateY(-2px)}.enhanced-form-input::placeholder{color:#9ca3af;font-weight:400}.enhanced-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.enhanced-submit-btn{width:100%;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 24px #667eea4d,0 0 0 1px #ffffff1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden}.enhanced-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.enhanced-submit-btn:hover:before{left:100%}.enhanced-submit-btn:hover{transform:translateY(-3px);box-shadow:0 16px 40px #667eea66,0 0 0 1px #fff3}.enhanced-submit-btn:active{transform:translateY(-1px)}.enhanced-btn-icon{font-size:20px;transition:transform .3s ease}.enhanced-submit-btn:hover .enhanced-btn-icon{transform:rotate(360deg)}@media(max-width:768px){.complete-profile-container{padding:32px 24px;margin:20px}.enhanced-form-row{grid-template-columns:1fr}.complete-profile-title{font-size:28px}.enhanced-form-section{padding:24px 20px}}.auth-error{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:16px 20px;border-radius:8px;background:#fee2e2;color:#991b1b;border-left:4px solid #EF4444;box-shadow:0 4px 12px #00000026;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;animation:slideIn .3s ease-out}.error-icon{font-size:20px;flex-shrink:0}@keyframes slideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;min-width:400px;max-width:500px;animation:slideUp .3s ease;padding:24px;text-align:center}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-title{font-size:20px;font-weight:600;color:#1e3a8a;margin-bottom:12px}.modal-message{font-size:16px;color:#475569;margin-bottom:24px;line-height:1.5}.modal-buttons{display:flex;gap:12px;justify-content:center}.logout-btn{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;min-width:100px}.logout-btn.confirm{background:#ef4444;color:#fff}.logout-btn.confirm:hover{background:#dc2626;transform:translateY(-1px)}.logout-btn.cancel{background:#f1f5f9;color:#475569}.logout-btn.cancel:hover{background:#e2e8f0}.modal-header{padding:20px 24px;border-bottom:1px solid #E2E8F0}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#1e3a8a}.modal-body{padding:24px}.modal-body p{margin:0;font-size:14px;color:#475569;line-height:1.6}.modal-label{display:block;font-size:14px;font-weight:500;color:#334155;margin-bottom:8px}.modal-input{width:100%;padding:10px 12px;border:1px solid #CBD5E1;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease}.modal-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.modal-actions{padding:16px 24px;border-top:1px solid #E2E8F0;display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}.modal-btn-cancel{background:#f1f5f9;color:#475569}.modal-btn-cancel:hover{background:#e2e8f0}.modal-btn-confirm{background:#1e3a8a;color:#fff}.modal-btn-confirm:hover{background:#2563eb;transform:translateY(-1px)}.toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:400px;animation:slideIn .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.toast-success{background:#10b981;color:#fff;border-left:4px solid #059669}.toast-error{background:#ef4444;color:#fff;border-left:4px solid #dc2626}.toast-info{background:#3b82f6;color:#fff;border-left:4px solid #2563eb}.toast-message{flex:1;font-size:14px;font-weight:500}.toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0;margin-left:12px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease}.toast-close:hover{background:#fff3}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:500px){.modal-content{min-width:90%;margin:0 20px}}:root{--primary: #1E3A8A;--primary-light: #2563EB;--primary-dark: #1e40af;--background: #f1f5f9;--card-bg: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--border: #e2e8f0;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--h1-size: 32px;--h1-weight: 700;--h2-size: 24px;--h2-weight: 600;--h3-size: 20px;--h3-weight: 600;--body-size: 16px;--body-weight: 400;--small-size: 14px;--small-weight: 400;--radius-card: 12px;--radius-btn: 8px;--shadow-card: 0 1px 3px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 12px rgba(30, 58, 138, .15);--transition: all .2s ease}*{box-sizing:border-box}html{direction:ltr}.home-wrapper{min-height:100vh;background:var(--background);display:flex;flex-direction:column;font-family:var(--font-family);color:var(--text-primary);padding-top:64px}.app-header{position:fixed;top:0;left:0;right:0;height:64px;background:#1e3a8a;border-bottom:1px solid var(--border);box-shadow:0 1px 3px #0000000d;z-index:1000}.header-container{max-width:100%;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:24px}.brand-logo{display:flex;align-items:center;justify-content:center;padding-top:5px}.brand-image{height:70px;width:auto;object-fit:contain;animation:none}.header-search{flex:1;max-width:500px;position:relative;display:flex;align-items:center}.search-input{width:100%;padding:10px 40px 10px 16px;border:1px solid var(--border);border-radius:24px;font-size:14px;background:var(--background);transition:var(--transition);font-family:var(--font-family);color:var(--text-primary)}.search-input::placeholder{color:var(--text-secondary)}.search-input:focus{outline:none;border-color:var(--primary);background:var(--card-bg);box-shadow:0 0 0 3px #1e3a8a1a}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;pointer-events:none}.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.notification-wrapper,.messages-wrapper{position:relative}.notification-btn,.messages-btn{position:relative;width:40px;height:40px;border:none;background:#ffffff1a;border-radius:50%;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;font-size:20px}.notification-btn:hover,.messages-btn:hover{background:#fff3;transform:scale(1.05)}.notification-icon,.messages-icon{font-size:20px;animation:none}.notification-badge,.messages-badge{position:absolute;top:-2px;right:-2px;background:var(--danger);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid white;box-shadow:0 2px 4px #0003}.user-profile-wrapper{position:relative;margin-right:8px}.user-profile-btn{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:24px;cursor:pointer;transition:var(--transition);box-shadow:0 1px 3px #0000000d;font-family:var(--font-family)}.user-profile-btn:hover{border-color:#ffffff4d;background:#ffffff26;transform:translateY(-1px)}.user-avatar-container{position:relative;width:36px;height:36px;flex-shrink:0}.user-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid white}.user-status-dot{position:absolute;bottom:0;left:0;width:12px;height:12px;background:var(--success);border:2px solid white;border-radius:50%;box-shadow:0 0 0 1px #10b98133}.user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.user-display-name{font-size:14px;font-weight:600;color:#fff;line-height:1.2}.user-status-text{font-size:12px;color:#fffc;font-weight:500;line-height:1}.dropdown-arrow{font-size:10px;color:#fffc;margin-right:4px;transition:transform .2s ease}.user-profile-btn:hover .dropdown-arrow{transform:translateY(2px)}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;width:280px;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:1000;opacity:1;transform:translateY(0);transition:var(--transition)}.user-dropdown-menu.hidden{opacity:0;transform:translateY(-10px);pointer-events:none}.dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#1e3a8a,#2563eb);border-radius:12px 12px 0 0}.dropdown-avatar{width:48px;height:48px;border-radius:50%;border:3px solid rgba(255,255,255,.3);object-fit:cover;flex-shrink:0}.dropdown-user-info{flex:1}.dropdown-name{font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.dropdown-email{font-size:13px;color:#ffffffe6}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;transition:var(--transition);font-size:14px;font-weight:500;color:#334155;font-family:var(--font-family);text-align:left;text-decoration:none}.dropdown-item:hover{background:var(--background);color:var(--primary)}.dropdown-icon{font-size:18px;flex-shrink:0}.dropdown-divider{height:1px;background:var(--border);margin:8px 0}.logout-item{color:var(--danger)}.logout-item:hover{background:#fef2f2}.home-main-layout{display:flex;flex:1;gap:0}.app-sidebar{position:fixed;left:0;top:64px;width:280px;height:calc(100vh - 64px);background:var(--card-bg);box-shadow:1px 0 3px #00000014;padding:24px 0;border-right:1px solid var(--border);overflow-y:auto;z-index:100}.sidebar-nav{display:flex;flex-direction:column;gap:8px;padding:0 12px}.nav-item{display:flex;align-items:center;gap:12px;padding:16px 20px;border:none;background:transparent;border-radius:var(--radius-btn);cursor:pointer;transition:var(--transition);font-size:18px;font-weight:500;color:var(--text-secondary);text-decoration:none;width:100%;position:relative;font-family:var(--font-family);-webkit-user-select:none;user-select:none;min-height:56px}.nav-item:hover{background:#1e3a8a0d;color:var(--primary)}.nav-item.active{background:#1e3a8a1a;color:var(--primary);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--primary);border-radius:0 3px 3px 0}.nav-icon{font-size:28px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nav-text{flex:1;text-align:left}.nav-badge{background:var(--danger);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:12px;margin-left:auto;flex-shrink:0}.nav-item.logout{margin-top:auto;color:var(--danger)}.nav-item.logout:hover{background:#ef444414;color:#dc2626}.nav-icon.info-icon:before{content:"ⓘ";font-weight:700;font-size:18px}.nav-icon.todos-icon:before{content:"✓";font-weight:700;font-size:18px}.nav-icon.posts-icon:before{content:"✎";font-weight:600;font-size:18px}.nav-icon.albums-icon:before{content:"🖼";font-size:18px}.nav-icon.logout-icon:before{content:"⏚";font-weight:700;font-size:18px}.home-content{flex:1;padding:32px 32px 32px 312px;overflow-y:auto}.content-title{font-size:32px;font-weight:700;color:#1e3a8a;margin:0 0 8px;display:flex;align-items:center;gap:8px}.home-breadcrumb{font-size:var(--small-size);color:var(--text-secondary);margin-bottom:24px;font-family:var(--font-family)}.home-content-card{background:var(--card-bg);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:var(--transition)}.home-content-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-light)}.main-content{padding:0;background:var(--background)}.content-container{background:#f1f5f9;min-height:calc(100vh - 64px);padding:24px}.content-card{background:var(--card-bg);border-radius:var(--radius-card);padding:24px;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:var(--transition);height:100%;display:flex;flex-direction:column}.create-post-card{background:var(--card-bg);border-radius:var(--radius-card);padding:20px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.create-post-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.create-post-avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--primary);object-fit:cover}.create-post-input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:24px;font-size:15px;background:var(--background);transition:var(--transition);font-family:var(--font-family);color:var(--text-primary)}.create-post-input::placeholder{color:var(--text-secondary)}.create-post-input:focus{outline:none;border-color:var(--primary);background:var(--card-bg);box-shadow:0 0 0 3px #1e3a8a1a}.create-post-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--border)}.action-btn{flex:1;padding:8px 12px;border:none;background:var(--background);border-radius:var(--radius-btn);font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-family:var(--font-family)}.action-btn:hover{background:var(--border);color:var(--primary)}.post-submit-btn{padding:8px 24px;border:none;background:var(--primary);color:#fff;border-radius:var(--radius-btn);font-size:14px;font-weight:600;cursor:pointer;transition:var(--transition);font-family:var(--font-family)}.post-submit-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.back-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid rgba(30,58,138,.25);background:#ffffffe6;color:var(--primary);font-weight:600;text-decoration:none;transition:var(--transition);box-shadow:0 4px 12px #00000012}.back-button:hover{background:#1e3a8a14;transform:translateY(-1px)}.stats-card{background:var(--card-bg);border-radius:var(--radius-card);padding:20px;box-shadow:var(--shadow-card);border:1px solid var(--border)}.stats-title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px;margin-top:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-item{display:flex;align-items:center;gap:12px;padding:12px;background:var(--background);border-radius:var(--radius-btn);border:1px solid var(--border)}.stat-icon{font-size:28px;flex-shrink:0}.stat-info{display:flex;flex-direction:column}.stat-number{font-size:20px;font-weight:700;color:var(--primary);line-height:1}.stat-label{font-size:12px;color:var(--text-secondary);margin-top:4px}.feed-section{display:flex;flex-direction:column;gap:16px}.feed-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.post-card{background:var(--card-bg);border-radius:var(--radius-card);padding:20px;box-shadow:var(--shadow-card);border:1px solid var(--border);transition:var(--transition)}.post-card:hover{box-shadow:var(--shadow-hover);border-color:var(--primary-light)}.post-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.post-avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--border);object-fit:cover;flex-shrink:0}.post-user-info{flex:1}.post-user-name{font-size:15px;font-weight:600;color:var(--text-primary);margin:0}.post-time{font-size:13px;color:var(--text-secondary);margin-top:2px}.post-menu-btn{border:none;background:transparent;font-size:20px;color:var(--text-secondary);cursor:pointer;padding:4px 8px;border-radius:4px;transition:var(--transition);flex-shrink:0}.post-menu-btn:hover{background:var(--background);color:var(--primary)}.post-content{margin-bottom:16px}.post-title{font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.post-text{font-size:15px;color:#334155;line-height:1.6;margin:0}.post-actions{display:flex;gap:8px;padding-top:12px;border-top:1px solid var(--border)}.post-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border:none;background:transparent;border-radius:var(--radius-btn);font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:var(--transition);font-family:var(--font-family)}.post-action-btn:hover{background:var(--background);color:var(--primary)}@media(max-width:768px){.app-sidebar{display:none}.home-content{padding:16px}.app-header,.header-container{padding:0 16px}.header-search,.user-info,.dropdown-arrow{display:none}.user-profile-btn{padding:6px}.user-dropdown-menu{left:auto;right:0}.main-content{padding:16px}.content-container{max-width:100%}.stats-grid{grid-template-columns:1fr}}.todos-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:24px;background:#f1f5f9}.todos-header{margin-bottom:24px}.todos-title{font-size:28px;font-weight:700;color:#1e3a8a;margin:0 0 8px}.todos-subtitle{font-size:14px;color:#64748b;margin:0}.todos-toolbar{display:flex;gap:12px;align-items:center;padding:16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;margin-bottom:20px;flex-wrap:wrap}.todos-toolbar.compact{gap:6px;padding:8px;border-radius:8px;margin-bottom:16px;min-height:48px}.todos-search-input{flex:1;min-width:200px;height:44px;padding:10px 14px 10px 56px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .2s ease;box-sizing:border-box;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%2364748B" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 14px center}.todos-toolbar.compact .todos-search-input{min-width:100px;height:28px;padding:4px 8px 4px 28px;border-radius:4px;font-size:11px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 24 24" fill="none" stroke="%2364748B" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 8px center}.todos-search-input::placeholder{padding-left:10px}.todos-search-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.todos-select{height:40px;padding:0 32px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;cursor:pointer;transition:all .2s ease}.todos-toolbar.compact .todos-select{height:28px;padding:0 16px 0 6px;border-radius:4px;font-size:11px}.todos-select:focus{outline:none;border-color:#1e3a8a}.todos-btn{height:40px;padding:0 20px;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.todos-toolbar.compact .todos-btn{height:28px;padding:0 10px;border-radius:4px;font-size:11px;white-space:nowrap}.todos-btn:hover{background:#2563eb;transform:translateY(-1px)}.todos-btn-outline{background:#fff;color:#1e3a8a;border:1px solid #1E3A8A}.todos-btn-outline:hover{background:#eff6ff;transform:translateY(-1px)}.todos-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.todos-table-header{display:grid;grid-template-columns:50px 60px 1fr 120px 100px;gap:16px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #E2E8F0;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.todos-table-row{display:grid;grid-template-columns:50px 60px 1fr 120px 100px;gap:16px;padding:16px 20px;border-bottom:1px solid #F1F5F9;align-items:center;transition:background .2s ease}.todos-table-row:hover{background:#f8fafc}.todos-table-row:last-child{border-bottom:none}.todos-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#1E3A8A}.todos-id{font-size:13px;color:#64748b;font-weight:500}.todos-title-text{font-size:14px;color:#0f172a;font-weight:500}.todos-title-text.completed{color:#94a3b8;text-decoration:line-through}.todos-status{font-size:12px;font-weight:600;padding:4px 12px;border-radius:12px;display:inline-block}.todos-status.completed{background:#dcfce7;color:#166534}.todos-status.pending{background:#fef3c7;color:#92400e}.todos-actions{display:flex;gap:8px}.todos-action-btn{width:32px;height:32px;border:1px solid #E2E8F0;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px}.todos-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.todos-empty{text-align:center;padding:60px 20px;color:#64748b}.todos-empty-icon{font-size:48px;margin-bottom:16px}.todos-empty-text{font-size:16px;font-weight:500;color:#0f172a;margin-bottom:8px}.todos-empty-subtext{font-size:14px;color:#64748b}@media(max-width:768px){.todos-table-header,.todos-table-row{grid-template-columns:40px 1fr 80px}.todos-id,.todos-actions{display:none}}.app-error{position:fixed;top:20px;left:-400px;z-index:9999;display:flex;align-items:center;gap:10px;min-width:280px;max-width:360px;padding:14px 18px;border-radius:10px;background:#fff;color:#dc3545;border-left:5px solid #dc3545;box-shadow:0 8px 20px #0000001f;font-size:14px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .4s ease}.app-error.show{left:20px;opacity:1}.app-error.hide{left:-400px;opacity:0}.error-icon{font-size:18px}.posts-dynamic-layout{display:flex;gap:24px;transition:all .3s ease;margin-top:0;height:calc(100vh - 200px);min-height:600px;width:100%}.posts-right-panel{flex:0 0 50%;display:flex;flex-direction:column;gap:20px;overflow:visible;min-height:0}.posts-list-section{flex:0 0 50%;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.posts-list-section.with-details{flex:0 0 50%;min-width:50%}.posts-list-header{padding:20px;border-bottom:1px solid #E2E8F0}.posts-list-title{font-size:20px;font-weight:600;color:#1e3a8a;margin:0 0 12px}.posts-search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%2394A3B8" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 12px center;transition:all .2s ease}.posts-search-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.posts-list-scroll{flex:1;overflow-y:auto;padding:8px}.photos-list-scroll{height:70vh;overflow-y:auto}.post-list-item{padding:16px;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;background:#f8fafc}.post-list-item:hover{background:#f8fafc;border-color:#e2e8f0}.post-list-item.active{background:#eff6ff;border-color:#1e3a8a}.post-list-item-id{font-size:11px;color:#94a3b8;font-weight:600;margin-bottom:6px}.post-list-item-title{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:12px;line-height:1.4}.post-list-item-actions{display:flex;gap:6px;align-items:center}.post-list-item-btn{padding:6px 12px;background:#1e3a8a;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.post-list-item-btn:hover{background:#2563eb;transform:translateY(-1px)}.post-list-item-btn-edit,.post-list-item-btn-delete{width:28px;height:28px;border:1px solid #E2E8F0;background:#fff;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.post-list-item-btn-edit:hover{background:#f0f9ff;border-color:#1e3a8a}.post-list-item-btn-delete:hover{background:#fee2e2;border-color:#dc2626}.post-list-item-link{padding:6px 10px;background:#fff;color:#64748b;border:1px solid #E2E8F0;border-radius:6px;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s ease}.post-list-item-link:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.post-details-panel{flex:1;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight .3s ease}.post-details-header{padding:12px 16px;border-bottom:1px solid #E2E8F0;display:flex;justify-content:space-between;align-items:flex-start;flex-shrink:0}.post-details-close{width:32px;height:32px;border:none;background:#f1f5f9;border-radius:6px;cursor:pointer;font-size:18px;color:#64748b;transition:all .2s ease;flex-shrink:0}.post-details-close:hover{background:#e2e8f0;color:#0f172a}.post-details-content{flex:1;overflow-y:auto;padding:16px;min-height:0}.post-details-title{font-size:16px;font-weight:600;color:#1e3a8a;margin:0 0 8px;line-height:1.3}.post-details-meta{display:flex;gap:12px;font-size:11px;color:#64748b;margin:0}.post-details-body{font-size:14px;line-height:1.6;color:#334155;margin:0}.post-details-actions{padding:16px 24px;border-top:1px solid #E2E8F0;display:flex;gap:8px}.post-action-btn{padding:10px 16px;border:1px solid #E2E8F0;background:#fff;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.post-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.post-action-btn.primary{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.post-action-btn.primary:hover{background:#2563eb}.post-action-btn.danger:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.comments-panel{flex:1;min-height:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight .3s ease}.comments-panel-header{padding:16px 20px;background:#fff;border-bottom:1px solid #E2E8F0;display:flex;justify-content:space-between;align-items:center}.comments-panel-title{font-size:16px;font-weight:600;color:#1e3a8a;margin:0}.comments-hide-btn{padding:6px 12px;background:#f1f5f9;color:#64748b;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.comments-hide-btn:hover{background:#e2e8f0;color:#0f172a}.comments-list{flex:1;overflow-y:auto;padding:16px}.comment-bubble{background:#f8fafc;padding:12px 14px;border-radius:8px;margin-bottom:12px;border:1px solid #e2e8f0;transition:all .2s ease}.comment-bubble:hover{box-shadow:0 1px 3px #0000000f}.comment-bubble.own{background:#eff6ff;border-color:#1e3a8a}.comment-bubble.other{background:#f1f5f9;border-left-color:#94a3b8}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.comment-author{font-size:12px;font-weight:600;color:#0f172a}.comment-actions{display:flex;gap:4px}.comment-action-btn{width:18px;height:18px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:10px;transition:all .2s ease;padding:0}.comment-action-btn:hover{background:#f0f0f0;transform:scale(1.05)}.comment-body{font-size:13px;color:#334155;line-height:1.5;margin-bottom:6px}.comment-email{font-size:11px;color:#64748b}.comment-readonly{font-size:11px;color:#94a3b8;font-style:italic}.comments-input-section{padding:16px;background:#fff;border-top:1px solid #E2E8F0}.comments-input{width:100%;min-height:60px;padding:10px 12px;border:1px solid #E2E8F0;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;margin-bottom:8px;transition:all .2s ease}.comments-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.comments-submit-btn{width:100%;padding:10px;background:#1e3a8a;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.comments-submit-btn:hover{background:#2563eb;transform:translateY(-1px)}.comment-id{font-size:11px;color:#94a3b8;font-weight:400;margin-left:4px}.comments-empty{padding:40px 20px;text-align:center;color:#64748b;font-size:14px}.comments-page-container{display:flex;flex-direction:column;flex:1;min-height:0}.comments-page-container .comments-panel{width:100%;height:100%;flex:1}@media(max-width:768px){.posts-dynamic-layout{flex-direction:column}.posts-list-section.with-details{flex:1;max-height:45vh}.post-details-panel,.comments-panel{flex:1}}.albums-dynamic-layout{display:flex;gap:24px;transition:all .3s ease;margin-top:0;height:calc(100vh - 200px);min-height:600px;width:100%}.albums-list-section{flex:0 0 50%;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.albums-list-header{padding:20px;border-bottom:1px solid #E2E8F0;flex-shrink:0}.albums-right-panel{flex:0 0 50%;display:flex;flex-direction:column;gap:20px;overflow:visible;min-height:0}.photos-panel{flex:1;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight .3s ease}.photos-panel-header{padding:16px 20px;background:#fff;border-bottom:1px solid #E2E8F0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.photos-panel-title{font-size:16px;font-weight:600;color:#1e3a8a;margin:0}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:16px}.photos-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.photos-image{width:100%;height:150px;object-fit:cover;display:block}.photos-caption{padding:12px}.photos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#64748b;font-size:14px;grid-column:1 / -1}.photos-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .2s ease}.albums-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;padding:20px}.albums-container{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:calc(100vh - 64px);display:flex;flex-direction:column;background:#f1f5f9;overflow:hidden}.albums-header{margin-bottom:24px;flex-shrink:0}.albums-title{font-size:28px;font-weight:700;color:#1e3a8a;margin:0 0 8px}.albums-subtitle{font-size:14px;color:#64748b;margin:0}.albums-content-card{height:100vh;display:flex;flex-direction:column}.albums-dynamic-layout{display:flex;gap:24px;flex:1;min-height:0;overflow:hidden;width:100%;align-items:stretch}.albums-right-panel,.photos-panel{flex:1;display:flex;flex-direction:column;min-height:0}.albums-list-scroll::-webkit-scrollbar,.photos-list-scroll::-webkit-scrollbar{width:10px}.albums-list-scroll::-webkit-scrollbar-track,.photos-list-scroll::-webkit-scrollbar-track{background:#0000000d;border-radius:8px}.albums-list-scroll::-webkit-scrollbar-thumb,.photos-list-scroll::-webkit-scrollbar-thumb{background:#1e3a8a4d;border-radius:8px}.albums-list-scroll::-webkit-scrollbar-thumb:hover,.photos-list-scroll::-webkit-scrollbar-thumb:hover{background:#1e3a8a80}.albums-list-section{flex:0 0 45%;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;min-height:0}.albums-list-scroll,.posts-list-scroll{flex:1;overflow-y:auto;padding:8px;min-height:0}.photos-list-scroll{flex:1;overflow-y:auto;padding:12px;min-height:0}.albums-list-header{padding:20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.albums-list-title{font-size:20px;font-weight:600;color:#1e3a8a;margin:0 0 12px}.albums-search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%2394A3B8" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>') no-repeat 12px center;transition:all .2s ease}.albums-search-input:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.albums-list-scroll{flex:1;overflow-y:auto;padding:8px;min-height:0}.albums-gallery-grid{display:flex;flex-direction:column;gap:12px;padding:0}.album-gallery-card{position:relative;background:#f8fafc;border-radius:8px;overflow:visible;box-shadow:none;border:1px solid transparent;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:row;padding:12px;align-items:flex-start;gap:12px;min-height:84px}.album-gallery-card:hover{background:#eff6ff;border-color:#e2e8f0;transform:none;box-shadow:none}.album-gallery-card.active{background:#eff6ff;border-color:#1e3a8a}.album-gallery-image{width:60px;height:60px;min-width:60px;background:linear-gradient(135deg,#1e3a8a,#2563eb);display:flex;align-items:center;justify-content:center;font-size:32px;border-radius:8px;flex-shrink:0}.album-gallery-overlay{display:none}.album-gallery-content{padding:0;flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.album-gallery-title{font-size:15px;font-weight:600;color:#0f172a;margin:0;line-height:1.4;word-break:break-word;white-space:normal}.album-gallery-actions{display:flex;gap:6px;flex-wrap:wrap}.album-action-btn{height:36px;padding:0 16px;border:1px solid #E2E8F0;background:#fff;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#64748b;text-decoration:none;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;flex-shrink:0}.album-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.album-action-btn.primary{background:#1e3a8a;color:#fff;border-color:#1e3a8a}.album-action-btn.primary:hover{background:#2563eb;border-color:#2563eb}.album-action-btn.danger{color:#dc2626}.album-action-btn.danger:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.albums-right-panel{flex:1;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden;min-height:0}.photos-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.photos-panel-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.photos-panel-title{font-size:20px;font-weight:600;color:#1e3a8a;margin:0 0 12px}.photos-close{width:32px;height:32px;border:none;background:#f1f5f9;border-radius:6px;cursor:pointer;font-size:18px;color:#64748b;transition:all .2s ease;flex-shrink:0}.photos-close:hover{background:#e2e8f0;color:#0f172a}.photos-grid{display:flex;flex-direction:column;gap:12px;padding:8px;overflow-y:auto;flex:1;min-height:0}.photos-item{background:#f8fafc;border-radius:8px;overflow:visible;box-shadow:none;border:1px solid transparent;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:row;padding:12px;align-items:center;gap:12px}.photos-item:hover{background:#eff6ff;border-color:#e2e8f0;transform:none;box-shadow:none}.photos-image{width:60px;height:60px;min-width:60px;object-fit:cover;display:block;border-radius:6px;flex-shrink:0}.photos-caption{padding:0;font-size:15px;color:#0f172a;line-height:1.4;flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.photos-loading{text-align:center;padding:40px;color:#64748b;font-size:14px}.photos-spinner{display:inline-block;width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#1e3a8a;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.albums-empty{text-align:center;padding:60px 20px;color:#64748b}.albums-empty-icon{font-size:48px;margin-bottom:16px}.albums-empty-text{font-size:16px;font-weight:500;color:#0f172a}@media(max-width:768px){.albums-dynamic-layout{flex-direction:column}.albums-list-section{flex:1;max-height:45vh}.albums-right-panel{flex:1}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.photos-image{height:140px}}.info-page{font-family:DM Sans,sans-serif;min-height:100vh;background:#f0f4ff;position:relative;overflow-x:hidden;padding:48px 24px 64px;box-sizing:border-box}.info-bg-blob{position:fixed;border-radius:50%;filter:blur(80px);opacity:.45;pointer-events:none;z-index:0;animation:blobDrift 18s ease-in-out infinite alternate}.blob-1{width:520px;height:520px;background:radial-gradient(circle,#c7d7ff 0%,#a5bcff 60%,transparent 100%);top:-120px;left:-140px;animation-duration:20s}.blob-2{width:380px;height:380px;background:radial-gradient(circle,#d4edff 0%,#b8d9f8 60%,transparent 100%);bottom:80px;right:-100px;animation-duration:16s;animation-delay:-5s}.blob-3{width:260px;height:260px;background:radial-gradient(circle,#e0f0ff 0%,#cce4fc 60%,transparent 100%);top:55%;left:38%;animation-duration:22s;animation-delay:-9s}@keyframes blobDrift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,24px) scale(1.06)}}.info-wrapper{position:relative;z-index:1;max-width:860px;margin:0 auto;animation:pageIn .55s cubic-bezier(.22,1,.36,1) both}@keyframes pageIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes cardIn{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.info-hero{position:relative;background:#fff;border-radius:28px;padding:44px 36px 36px;box-shadow:0 2px #1e3a8a0f,0 8px 32px #1e3a8a1a,0 32px 64px #1e3a8a12;border:1.5px solid rgba(30,58,138,.1);display:flex;align-items:center;gap:32px;overflow:hidden;margin-bottom:20px;animation:cardIn .6s cubic-bezier(.22,1,.36,1) .05s both}.info-hero-glow{position:absolute;top:-60px;right:-60px;width:280px;height:280px;background:radial-gradient(circle,rgba(37,99,235,.12) 0%,transparent 70%);pointer-events:none}.info-avatar-ring{position:relative;flex-shrink:0}.info-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 0 0 4px #2563eb33,0 8px 28px #1e3a8a38;transition:transform .3s ease,box-shadow .3s ease}.info-avatar:hover{transform:scale(1.05);box-shadow:0 0 0 5px #2563eb47,0 12px 36px #1e3a8a47}.info-online-dot{position:absolute;bottom:7px;right:7px;width:18px;height:18px;background:#22c55e;border:3px solid white;border-radius:50%;animation:onlinePulse 2.4s ease-in-out infinite}@keyframes onlinePulse{0%,to{box-shadow:0 0 0 3px #22c55e40}50%{box-shadow:0 0 0 6px #22c55e1a}}.info-hero-text{flex:1}.info-name{font-family:Sora,sans-serif;font-size:30px;font-weight:800;color:#0f172a;margin:0 0 4px;letter-spacing:-.5px;line-height:1.15}.info-handle{font-size:15px;color:#64748b;font-weight:500;margin:0 0 16px}.info-hero-badge{display:inline-flex;align-items:center;gap:7px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;letter-spacing:.4px;padding:5px 13px;border-radius:999px;border:1.5px solid #bfdbfe;text-transform:uppercase}.badge-dot{width:7px;height:7px;background:#3b82f6;border-radius:50%}.info-strip{background:#fff;border-radius:20px;border:1.5px solid rgba(30,58,138,.1);box-shadow:0 4px 20px #1e3a8a12;padding:20px 28px;display:flex;align-items:center;margin-bottom:20px;animation:cardIn .6s cubic-bezier(.22,1,.36,1) .12s both}.strip-item{display:flex;align-items:center;gap:14px;flex:1;padding:4px 8px}.strip-icon{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;color:#1d4ed8;border:1.5px solid #bfdbfe}.strip-label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:3px}.strip-value{font-size:14px;font-weight:600;color:#1e293b}.strip-divider{width:1px;height:44px;background:#e2e8f0;flex-shrink:0;margin:0 8px}.info-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-block{background:#fff;border-radius:22px;border:1.5px solid rgba(30,58,138,.1);box-shadow:0 4px 20px #1e3a8a12;padding:28px 26px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.info-block:hover{transform:translateY(-4px);box-shadow:0 12px 36px #1e3a8a21}.address-block{animation:cardIn .6s cubic-bezier(.22,1,.36,1) .2s both}.company-block{animation:cardIn .6s cubic-bezier(.22,1,.36,1) .28s both}.block-deco{position:absolute;bottom:-30px;right:-30px;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);pointer-events:none}.comp-deco{background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);width:120px;height:120px;bottom:-35px;right:-35px}.block-header{display:flex;align-items:center;gap:12px;margin-bottom:22px}.block-icon-wrap{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.addr-color{background:linear-gradient(135deg,#fef9ee,#fde68a);color:#b45309;border:1.5px solid #fde68a}.comp-color{background:linear-gradient(135deg,#ecfdf5,#a7f3d0);color:#047857;border:1.5px solid #a7f3d0}.block-title{font-family:Sora,sans-serif;font-size:16px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.2px}.block-fields{display:flex;flex-direction:column}.field-row{display:flex;flex-direction:column;padding:12px 0;border-bottom:1px solid #f1f5f9;gap:3px}.field-row:last-child{border-bottom:none;padding-bottom:0}.field-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.9px}.field-value{font-size:14px;font-weight:600;color:#1e293b;line-height:1.4}.field-value.zip-chip{display:inline-block;background:#f1f5f9;border-radius:6px;padding:2px 10px;font-size:13px;font-family:Courier New,monospace;font-weight:700;color:#475569;border:1px solid #e2e8f0;letter-spacing:.5px}.field-value.company-name{font-family:Sora,sans-serif;font-size:14.5px;font-weight:700;color:#0f172a}.field-value.catchphrase{color:#4338ca;font-style:italic;font-size:13.5px;font-weight:500}.info-footer-note{text-align:center;font-size:12px;color:#94a3b8;font-weight:500;letter-spacing:.3px;margin-top:28px;animation:cardIn .6s cubic-bezier(.22,1,.36,1) .38s both}@media(max-width:660px){.info-page{padding:28px 16px 48px}.info-hero{flex-direction:column;text-align:center;padding:36px 24px 28px;gap:20px}.info-hero-badge{margin:0 auto}.info-strip{flex-direction:column;gap:16px;padding:20px;align-items:flex-start}.strip-divider{width:100%;height:1px;margin:0}.info-columns{grid-template-columns:1fr}.info-name{font-size:24px}}@media print{.info-bg-blob{display:none}.info-block,.info-strip,.info-hero{box-shadow:none;border:1px solid #e2e8f0}}.terms-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;background:#fff;padding:40px 20px;display:flex;justify-content:center;align-items:flex-start}.terms-container{max-width:1000px;width:100%;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000014;overflow:hidden;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.terms-header{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:20px;text-align:center}.terms-logo{width:150px;height:auto}.terms-title{font-size:24px;font-weight:700;margin:0 0 8px;padding-left:20px;text-align:center}.terms-subtitle{font-size:14px;margin:0;opacity:.9}.terms-content{padding:20px}.terms-section{margin-bottom:15px;padding:15px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.terms-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.terms-section h2{font-size:16px;font-weight:600;color:#1e3a8a;margin:0 0 8px;display:flex;align-items:center;gap:8px}.terms-section h2:before{content:"";width:18px;height:18px;background-image:url(data:image/svg+xml,%3csvg%20width%3d%2218%22%20height%3d%2218%22%20viewBox%3d%220%200%2018%2018%22%20fill%3d%22none%22%20xmlns%3d%22http%3a//www.w3.org/2000/svg%22%3e%3crect%20x%3d%223%22%20y%3d%221%22%20width%3d%2212%22%20height%3d%2216%22%20rx%3d%222%22%20stroke%3d%22%234f46e5%22%20strokeWidth%3d%221.5%22/%3e%3cline%20x1%3d%226%22%20y1%3d%225.5%22%20x2%3d%2212%22%20y2%3d%225.5%22%20stroke%3d%22%234f46e5%22%20strokeWidth%3d%221.2%22%20strokeLinecap%3d%22round%22/%3e%3cline%20x1%3d%226%22%20y1%3d%228.5%22%20x2%3d%2212%22%20y2%3d%228.5%22%20stroke%3d%22%234f46e5%22%20strokeWidth%3d%221.2%22%20strokeLinecap%3d%22round%22/%3e%3cline%20x1%3d%226%22%20y1%3d%2211.5%22%20x2%3d%2210%22%20y2%3d%2211.5%22%20stroke%3d%22%234f46e5%22%20strokeWidth%3d%221.2%22%20strokeLinecap%3d%22round%22/%3e%3c/svg%3e);background-size:contain;background-repeat:no-repeat;flex-shrink:0}.terms-section p{color:#374151;line-height:1.5;margin:0 0 8px;font-size:14px}.terms-section ul{margin:0;padding-left:15px}.terms-section li{color:#374151;margin-bottom:4px;font-size:14px}.terms-footer{padding:15px 20px;background:#f1f5f9;text-align:center;border-top:1px solid #e2e8f0}.terms-footer p{margin:2px 0;color:#64748b;font-size:12px}.code-section{background:#1e293b;color:#e2e8f0}.code-section h2{color:#60a5fa}.code-section h2:before{content:"💻"}.code-section p{color:#cbd5e1}.code-snippet{margin-bottom:20px;background:#0f172a;border-radius:8px;overflow:hidden}.code-snippet h3{background:#1e293b;margin:0;padding:12px 16px;font-size:16px;font-weight:600;color:#60a5fa}.code-snippet pre{margin:0;padding:16px;overflow-x:auto}.code-snippet code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.4;color:#e2e8f0}.terms-footer{background:#f1f5f9;padding:30px 40px;text-align:center;border-top:1px solid #e2e8f0}.terms-footer p{margin:4px 0;color:#64748b;font-size:14px}@media(max-width:768px){.terms-wrapper{padding:16px}.terms-header{padding:32px 20px}.terms-title{font-size:28px}.terms-content{padding:20px}.terms-section{padding:16px}}
