:root{--primary-color:#1976d2;--primary-dark:#1565c0;--primary-light:#42a5f5;--secondary-color:#dc004e;--surface-color:#fff;--background-color:#f5f5f5;--background-primary:#fff;--background-light:#f8fafc;--error-color:#d32f2f;--success-color:#388e3c;--warning-color:#f57c00;--text-primary:#212121;--text-secondary:#757575;--text-disabled:#bdbdbd;--divider-color:#e0e0e0;--border-color:#b6c2d1;--border-light:#d0d7de;--shadow-1:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);--shadow-2:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);--shadow-3:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-color)}:where(input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=time],input[type=datetime-local],select,textarea){border:1px solid var(--border-light,#d0d7de);background-color:var(--surface-color,#fff);color:var(--text-primary);border-radius:6px;transition:border-color .2s ease,box-shadow .2s ease}:where(input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=time],input[type=datetime-local],select,textarea):focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light,rgba(25,118,210,.2))}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:4px;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-1);position:relative;overflow:hidden}.btn:hover{box-shadow:var(--shadow-2);transform:translateY(-1px)}.btn:active{transform:translateY(0);box-shadow:var(--shadow-1)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-outlined{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color);box-shadow:none}.btn-outlined:hover{background-color:var(--primary-color);color:#fff}.card{background-color:var(--surface-color);border-radius:8px;box-shadow:var(--shadow-1);transition:box-shadow .3s ease;overflow:hidden}.card:hover{box-shadow:var(--shadow-2)}.card-header{padding:16px 24px;border-bottom:1px solid var(--divider-color)}.card-content{padding:24px}.card-actions{padding:8px 16px;display:flex;justify-content:flex-end;gap:8px}.dashboard-container{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background-color:var(--surface-color);box-shadow:var(--shadow-1);padding:16px 24px;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-title{font-size:24px;font-weight:500;color:var(--text-primary);margin:0}.user-info{display:flex;align-items:center;gap:16px}.user-avatar-link{text-decoration:none;border-radius:50%;transition:transform .2s ease,box-shadow .2s ease}.user-avatar-link:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.15)}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;cursor:pointer}.dashboard-main{flex:1 1;padding:24px;max-width:1200px;margin:0 auto;width:100%}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px;margin-bottom:32px}.stat-card{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:#fff;padding:24px;border-radius:12px;box-shadow:var(--shadow-2);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:hsla(0,0%,100%,.1);border-radius:50%;transform:translate(30px,-30px)}.stat-card.houses{background:linear-gradient(135deg,#2196f3,#64b5f6)}.stat-card.rooms{background:linear-gradient(135deg,#4caf50,#81c784)}.stat-card.items{background:linear-gradient(135deg,#ff9800,#ffb74d)}.stat-card.value{background:linear-gradient(135deg,#9c27b0,#ba68c8)}.stat-icon{width:48px;height:48px;margin-bottom:16px;opacity:.9}.stat-number{font-size:32px;margin:8px 0}.stat-label{font-size:14px;opacity:.9;font-weight:500}.quick-actions{margin-bottom:32px}.section-title{font-size:20px;font-weight:500;margin-bottom:16px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.action-card{background-color:var(--surface-color);border-radius:8px;padding:24px;box-shadow:var(--shadow-1);transition:all .3s ease;cursor:pointer;text-decoration:none;color:var(--text-primary);display:block}.action-card:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.action-icon{width:32px;height:32px;margin-bottom:12px;color:var(--primary-color)}.action-title{font-size:16px;font-weight:500;margin-bottom:8px}.action-description{font-size:14px;color:var(--text-secondary);line-height:1.4}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}.tool-card{background-color:var(--surface-color);border-radius:8px;padding:20px;box-shadow:var(--shadow-1);transition:all .3s ease;cursor:pointer;text-decoration:none;color:var(--text-primary);display:flex;flex-direction:column;align-items:center;text-align:center}.tool-card:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.tool-icon{width:24px;height:24px;margin-bottom:8px;color:var(--text-secondary)}.tool-title{font-size:14px;font-weight:500}.home-profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.home-profile-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.home-profile-title{font-size:1.25rem;font-weight:600;margin:0 0 4px;color:#111827}.home-profile-subtitle{margin:0;color:#6b7280;font-size:.875rem}.progress-summary{font-size:.875rem;color:#374151;font-weight:500;white-space:nowrap}.progress-bar-container{height:8px;border-radius:999px;background:#f3f4f6;overflow:hidden;margin-bottom:20px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .3s ease;border-radius:999px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.step-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;transition:all .2s ease;position:relative}.step-card.incomplete{border-color:#e5e7eb;background:#fff}.step-card.incomplete:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.08)}.step-card.completed{border-color:#d1fae5;background:linear-gradient(135deg,rgba(34,197,94,.05),rgba(34,197,94,.02))}.step-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.step-icon-wrapper{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:12px;border:2px solid #e5e7eb}.step-card.completed .step-icon-wrapper{background:rgba(34,197,94,.1);border-color:#d1fae5}.step-icon{font-size:1.5rem;line-height:1}.step-checkmark{position:absolute;top:-4px;right:-4px;width:20px;height:20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1);font-size:.75rem}.step-status-badge{font-size:.75rem;font-weight:600;color:#10b981;background:rgba(34,197,94,.1);padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.step-card-body{flex:1 1;margin-bottom:12px}.step-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.4}.step-card.completed .step-title{color:#6b7280}.step-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.step-card-footer{margin-top:auto;padding-top:12px;border-top:1px solid #f3f4f6}.step-card.completed .step-card-footer{border-top-color:rgba(34,197,94,.1)}.step-action-button{width:100%;background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.step-action-button:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,.3)}.step-action-button:active{transform:translateY(0)}.home-profile-badge{background:linear-gradient(135deg,rgba(34,197,94,.1),rgba(34,197,94,.05));border:1px solid #d1fae5;border-radius:16px;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.badge-content{display:flex;align-items:center;gap:16px}.badge-icon{font-size:1.5rem;flex-shrink:0}.badge-text{flex:1 1}.badge-title{font-size:1rem;font-weight:600;color:#111827;margin-bottom:2px}.badge-subtitle{font-size:.875rem;color:#6b7280}.badge-dismiss{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 14px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap}.badge-dismiss:hover{background:#f9fafb;border-color:#9ca3af}.badge-dismiss:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.steps-grid{grid-template-columns:1fr}}@media (max-width:640px){.home-profile-header{flex-direction:column;gap:12px}.progress-summary{align-self:flex-start}.step-card{padding:16px}.badge-content{flex-direction:column;align-items:flex-start;gap:12px}.badge-dismiss{width:100%}}.admin-card{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:2px solid #dc3545}.admin-card:hover{background:linear-gradient(135deg,#c82333,#a71e2a);transform:translateY(-2px);box-shadow:0 8px 25px rgba(220,53,69,.3)}.admin-card .tool-icon{color:#fff}.admin-card .tool-title{color:#fff;font-weight:600}.profile-container{max-width:800px;margin:0 auto}.tab-navigation{display:flex;background-color:var(--surface-color);border-radius:8px 8px 0 0;box-shadow:var(--shadow-1);overflow:hidden;margin-bottom:0}.tab-button{flex:1 1;padding:16px 24px;border:none;background-color:transparent;color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.tab-button:hover{background-color:rgba(25,118,210,.1);color:var(--primary-color)}.tab-button.active{background-color:var(--primary-color);color:#fff}.tab-icon{width:20px;height:20px}.profile-form{background-color:var(--surface-color);border-radius:0 0 8px 8px;box-shadow:var(--shadow-1);padding:32px}.tab-content{margin-bottom:32px}.subsection-title{font-size:16px;font-weight:500;color:var(--text-primary);margin:24px 0 16px;padding-bottom:8px;border-bottom:1px solid var(--divider-color)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}.form-group{margin-bottom:24px}.form-group label,.form-label{display:block;margin-bottom:8px;font-weight:500;color:var(--text-primary)}.form-group label{align-self:flex-start}.form-input{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;transition:border-color .3s ease;background-color:var(--surface-color)}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.form-input:-moz-read-only{background-color:var(--background-color);color:var(--text-secondary)}.form-input:read-only{background-color:var(--background-color);color:var(--text-secondary)}.form-textarea{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .3s ease;background-color:var(--surface-color);resize:vertical;min-height:100px}.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.form-actions{gap:16px;padding-top:16px;border-top:1px solid var(--divider-color)}.message{padding:12px 16px;border-radius:4px;margin-bottom:24px;font-weight:500}.message.success{background-color:#e8f5e8;color:var(--success-color);border:1px solid #c8e6c9}.message.error{background-color:#ffebee;color:var(--error-color);border:1px solid #ffcdd2}.form-error{color:var(--error-color);font-size:14px;margin-top:4px}.nav-link{color:var(--text-secondary);text-decoration:none;padding:8px 16px;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;gap:8px}.nav-link:hover{background-color:rgba(25,118,210,.1);color:var(--primary-color)}.nav-link.active{background-color:var(--primary-color);color:#fff}@media (max-width:768px){.dashboard-main{padding:16px}.stats-grid{gap:16px}.actions-grid,.stats-grid{grid-template-columns:1fr}.tools-grid{grid-template-columns:repeat(2,1fr)}.dashboard-header{padding:12px 16px}.dashboard-title{font-size:20px}.profile-form{padding:24px 16px}.form-row{grid-template-columns:1fr}.tab-button{padding:12px 16px;font-size:13px}}@media (max-width:480px){.tools-grid{grid-template-columns:1fr}.user-info{gap:8px}.form-actions,.tab-navigation{flex-direction:column}}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:16px}.hidden{display:none}.home-container{min-height:100vh;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);display:flex;align-items:center;padding:2rem 1rem}.home-content{max-width:1200px;margin:0 auto;width:100%}.home-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;line-height:1.5}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-features{display:grid;grid-gap:1.5rem;gap:1.5rem}.feature-card{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:1.5rem;color:#fff;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.9}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.feature-description{opacity:.8;line-height:1.5}.auth-container{min-height:100vh;background:var(--background-color);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{background:var(--surface-color);border-radius:12px;padding:2rem;width:100%;max-width:1200px;border:1px solid var(--divider-color);box-shadow:0 4px 6px rgba(0,0,0,.1)}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.auth-subtitle{color:var(--text-secondary);font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-links{text-align:center;color:var(--text-secondary);font-size:.875rem}.auth-links p{margin:.5rem 0}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.btn-full{width:100%}.loading{opacity:.7;cursor:not-allowed}.error-text{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.error-message{background:#ffebee;color:var(--error-color);padding:1rem;border-radius:4px;border:1px solid #ffcdd2}.error-message strong{display:block;margin-bottom:.5rem}@media (max-width:768px){.home-hero{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.auth-card{padding:1.5rem;max-width:100%}.auth-title{font-size:1.5rem}}.page-header{margin-bottom:1rem}.breadcrumb{font-size:.9rem;color:var(--text-secondary)}.breadcrumb,.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-link{display:flex;align-items:center;gap:.25rem;color:var(--primary-color);text-decoration:none;padding:.25rem .5rem;border-radius:var(--border-radius);transition:all .2s ease}.breadcrumb-link:hover{background-color:var(--primary-light);color:var(--primary-dark)}.breadcrumb-separator{color:var(--text-light)}.breadcrumb-current{color:var(--text-primary);font-weight:500}.houses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.houses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.house-card{background:#fff;border-radius:12px;box-shadow:var(--shadow-medium);padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.house-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-large)}.house-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.house-name{margin:0;color:var(--primary-color);font-size:1.25rem;font-weight:600}.house-actions{display:flex;gap:.5rem}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease;font-size:1rem}.btn-icon:hover{background-color:var(--background-light)}.btn-icon.btn-danger:hover{background-color:#fee;color:#dc3545}.house-address{margin-bottom:1rem;color:var(--text-secondary);line-height:1.4}.house-address p{margin:.25rem 0}.house-stats{display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;background:var(--background-light);border-radius:8px}.stat-label{display:block;font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.stats-grid .stat-label{color:#fff;font-size:1.2rem;font-weight:600}.import-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.import-steps{display:flex;flex-direction:column;gap:1rem}.step-section{background:var(--background-light);border-radius:12px;border:1px solid var(--border-light);padding:1.25rem}.file-upload-area{position:relative;margin-bottom:1rem}.file-input{position:absolute;opacity:0;pointer-events:none}.file-upload-label{display:flex;flex-direction:row;align-items:center;justify-content:center;border:2px dashed var(--border-color);border-radius:12px;padding:5px 1rem;cursor:pointer;transition:all .2s ease;background:#fff}.file-upload-label:hover{border-color:var(--primary-color);background:#f8f9ff;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.upload-icon{font-size:2.1rem;margin-bottom:0}.upload-text{text-align:left}.upload-text strong{color:var(--primary-color);font-size:1.1rem}.upload-text p{color:var(--text-secondary);margin:.5rem 0 0;font-size:.875rem}.file-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--success-light);border-radius:8px;margin-top:1rem}.file-name{font-weight:500}.file-size{font-size:.875rem}.import-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.option-group h4{margin-bottom:1rem;color:var(--text-primary);font-size:1rem;font-weight:600}.checkbox-option{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;cursor:pointer}.checkbox-option input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label{font-size:.875rem;color:var(--text-primary)}.preview-summary{border:1px solid var(--border-light);border-radius:8px;overflow:hidden}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--background-light);border-bottom:1px solid var(--border-light);border-radius:8px;margin:1px 0}.stat-item{display:flex;flex-direction:column;align-items:center;padding:.3125rem .75rem;text-align:center}.stat-item:not(:last-child){border-right:1px solid var(--border-light)}.stat-number{font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.stat-item .stat-label{font-size:.8rem;color:var(--text-secondary);margin-top:.25rem}.preview-errors,.preview-warnings{padding:1.5rem;border-bottom:1px solid var(--border-light)}.preview-errors h4{color:var(--error-color);margin-bottom:1rem}.preview-warnings h4{color:#f59e0b;margin-bottom:1rem}.error-item,.warning-item{padding:.5rem 0;border-bottom:1px solid var(--border-light);font-size:.875rem}.error-item:last-child,.warning-item:last-child{border-bottom:none}.error-item{color:var(--error-color)}.warning-item{color:#f59e0b}.import-actions{padding:1.5rem;text-align:center}.error-note{margin-top:1rem;color:var(--error-color);font-size:.875rem}.import-help{margin-top:.3125rem;padding:1.25rem;background:var(--background-light);border-radius:12px;border:1px solid var(--border-light)}.step-preview{opacity:.6;pointer-events:none;position:relative}.step-preview:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.3);border-radius:12px;z-index:1}.preview-badge{display:inline-block;background:var(--primary-color);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;margin-left:.5rem;text-transform:uppercase;letter-spacing:.5px}.help-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-top:1rem}.help-card{background:#fff;padding:1.25rem;border-radius:8px;border:1px solid var(--border-color)}.help-card h4{color:var(--primary-color);margin-bottom:.75rem;font-size:1.1rem}.help-card ul{margin:.75rem 0;padding-left:1.25rem}.help-card li,.help-card p{margin-bottom:.5rem;font-size:.875rem}.help-card p{color:var(--text-secondary)}.export-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.export-options{background:var(--background-light);border-radius:12px;border:1px solid var(--border-light);padding:2rem}.export-options,.option-section{margin-bottom:2rem}.option-section:last-child{margin-bottom:0}.section-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:1rem}.checkbox-option,.radio-option{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:1rem;border:1px solid var(--border-color);border-radius:8px;transition:all .2s ease}.checkbox-option:hover,.radio-option:hover{border-color:var(--primary-color);background:rgba(45,85,255,.05)}.checkbox-option input[type=checkbox],.radio-option input[type=radio]{margin:0;transform:scale(1.2)}.checkbox-label,.radio-label{flex:1 1;line-height:1.5}.checkbox-label strong,.radio-label strong{color:var(--text-primary);display:block;margin-bottom:.25rem}.sub-option{margin-top:1rem;padding-left:2rem;display:flex;flex-direction:column;gap:.5rem}.sub-option label{font-weight:500;color:var(--text-secondary)}.export-preview{background:var(--background-light);border-radius:12px;border:1px solid var(--border-light);padding:1.5rem;margin-bottom:1rem}.preview-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid var(--border-color)}.preview-details{display:flex;flex-direction:column;gap:1rem}.preview-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-light)}.preview-item:last-child{border-bottom:none}.preview-label{font-weight:500;color:var(--text-secondary)}.preview-value{font-weight:600;color:var(--text-primary);text-align:right}.export-info{background:var(--background-light);border-radius:12px;border:1px solid var(--border-light);padding:2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.info-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border-color)}.info-card h4{color:var(--primary-color);margin-bottom:.5rem;font-weight:600}.info-card p{color:var(--text-secondary);line-height:1.6;margin:0}.btn.loading{pointer-events:none}.btn.loading:after{width:12px;height:12px}.export-options-compact{background:var(--background-light);border-radius:12px;border:1px solid var(--border-light);padding:1.25rem;margin-bottom:.75rem}.option-section-compact{margin-bottom:1.25rem}.option-section-compact:last-child{margin-bottom:0}.section-title-compact{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.radio-group-compact{display:flex;flex-direction:column;gap:.5rem}.radio-option-compact{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;padding:.3125rem;border-radius:6px;transition:background-color .2s}.radio-option-compact:hover{background-color:var(--background-hover)}.radio-option-compact input[type=radio]{margin:.125rem 0 0}.radio-label-compact{font-size:.875rem;line-height:1.4;color:var(--text-secondary)}.sub-option-compact{margin-top:.75rem;padding-left:1.25rem;border-left:2px solid var(--border-light)}.sub-option-compact label{display:block;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.375rem}.filter-select-compact{width:100%;max-width:350px;padding:.375rem .625rem;border:1px solid var(--border-light);border-radius:6px;font-size:.875rem;background:var(--background-primary);color:var(--text-primary)}.filter-select-compact:hover{border-color:var(--border-color)}.filter-select-compact:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}.sub-option-compact.sub-option-highlight{border-left-color:var(--primary-color)}.sub-option-compact.sub-option-highlight .filter-select-compact{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}.checkbox-group-compact{display:flex;flex-direction:column;gap:.5rem}.checkbox-option-compact{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;padding:.3125rem;border-radius:6px;transition:background-color .2s}.checkbox-option-compact:hover{background-color:var(--background-hover)}.checkbox-option-compact input[type=checkbox]{margin:.125rem 0 0}.checkbox-label-compact{font-size:.875rem;line-height:1.4;color:var(--text-secondary)}.option-explanation{font-size:.8rem;color:var(--text-muted);font-style:italic;margin-left:.25rem;line-height:1.3;display:inline}.export-footer{display:flex;justify-content:center;margin-top:1rem;padding:1.5rem 0}.btn-large{padding:.75rem 2rem;font-size:1rem;font-weight:600}.spreadsheet-preview{background:#fff;border-radius:8px;overflow:hidden;border:1px solid var(--border-light)}.spreadsheet-header{background:var(--background-light);padding:1rem;border-bottom:1px solid var(--border-light)}.spreadsheet-title{font-weight:600;color:var(--text-primary);font-size:.875rem}.spreadsheet-table{overflow-x:auto;max-height:300px;overflow-y:auto}.preview-table{width:100%;border-collapse:collapse;font-size:.875rem}.preview-table th{background:var(--background-light);color:var(--text-primary);font-weight:600;padding:.5rem .375rem;text-align:left;border-bottom:2px solid var(--border-light);position:-webkit-sticky;position:sticky;top:0;z-index:1}.preview-table td{padding:.5rem .375rem;border-bottom:1px solid var(--border-light);color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.preview-table tr:hover{background:var(--background-hover)}.preview-table tr:last-child td{border-bottom:none}.no-data{text-align:center;color:var(--text-muted);font-style:italic;padding:2rem!important}@media (max-width:768px){.export-header{flex-direction:column;gap:1rem;align-items:stretch}.export-options-compact{padding:1rem}.radio-group-compact{gap:.375rem}.radio-option-compact{padding:.1875rem}.checkbox-group-compact{gap:.375rem}.checkbox-option-compact{padding:.1875rem}.option-explanation{font-size:.75rem;margin-left:.25rem}.sub-option-compact{padding-left:1rem}.filter-select-compact{max-width:100%}.export-footer{margin-top:.75rem;padding:1rem 0}.spreadsheet-table{max-height:250px}.preview-table td,.preview-table th{padding:.375rem .25rem;font-size:.8rem;max-width:100px}.info-grid{grid-template-columns:1fr}.preview-item{flex-direction:column;align-items:flex-start;gap:.5rem}.preview-value{text-align:left}}.stat-value{display:block;font-size:1.25rem;font-weight:600;color:var(--primary-color)}.house-footer{border-top:1px solid var(--border-light);padding-top:1rem;color:var(--text-secondary);display:flex;justify-content:space-between;align-items:center}.modal-overlay{background:rgba(0,0,0,.5);padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:var(--shadow-large);max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-light)}.modal-header h2{margin:0;color:var(--primary-color)}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-secondary);padding:.5rem;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:var(--background-light);color:var(--text-primary)}.house-form{padding:1.5rem}.house-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.house-form .form-row .form-group{flex:1 1}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:0;padding-top:1rem;border-top:1px solid var(--border-light)}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon,.empty-state{color:var(--text-secondary)}.empty-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;opacity:.6}.empty-state h2{font-size:1.5rem}.empty-state h2,.empty-state h3{color:var(--text-primary);margin-bottom:1rem}.empty-state p{margin-bottom:2rem;font-size:1.1rem}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:4rem;font-size:1.1rem;color:var(--text-secondary)}@media (max-width:768px){.houses-header{flex-direction:column;gap:1rem;align-items:stretch}.houses-grid{grid-template-columns:1fr}.house-stats{flex-direction:column;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center;text-align:left}.stat-label{margin-bottom:0}.form-actions,.house-form .form-row{flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}}.rooms-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.page-subtitle{font-size:1rem;color:var(--text-secondary);margin-top:.25rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.room-card{background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .2s ease;display:flex;flex-direction:column;min-height:280px}.room-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.room-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.room-name{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-primary)}.room-actions{display:flex;gap:.5rem}.room-actions .btn{padding:6px 12px;font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal;box-shadow:none;border:1px solid var(--divider-color)}.room-actions .btn-outlined{background-color:transparent;color:var(--text-secondary);border:1px solid var(--divider-color)}.room-actions .btn-outlined:hover{background-color:var(--background-color);color:var(--text-primary);border-color:var(--text-secondary)}.room-actions .btn-danger{background-color:transparent;color:var(--error-color);border:1px solid rgba(211,47,47,.3)}.room-actions .btn-danger:hover{background-color:rgba(211,47,47,.1);border-color:var(--error-color)}.room-notes{color:var(--text-secondary);font-size:.9rem;margin:0 0 1rem;line-height:1.4;flex-shrink:0}.room-content{display:flex;flex-direction:column;flex-grow:1}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.item-card{background:#fff;border-radius:var(--border-radius);padding:1rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .2s ease;display:flex;flex-direction:column}.item-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-color)}.item-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.item-name{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-primary);line-height:1.4}.item-actions{display:flex;gap:.5rem;flex-shrink:0}.item-actions .btn{padding:6px 12px;font-size:12px;font-weight:400;text-transform:none;letter-spacing:normal;box-shadow:none;border:1px solid var(--divider-color)}.item-actions .btn-outlined{background-color:transparent;color:var(--text-secondary);border:1px solid var(--divider-color)}.item-actions .btn-outlined:hover{background-color:var(--background-color);color:var(--text-primary);border-color:var(--text-secondary)}.item-actions .btn-danger{background-color:transparent;color:var(--error-color);border:1px solid rgba(211,47,47,.3)}.item-actions .btn-danger:hover{background-color:rgba(211,47,47,.1);border-color:var(--error-color)}.item-content{display:flex;flex-direction:column;flex-grow:1;gap:.5rem}.item-location{margin-bottom:.25rem}.item-location p{margin:.25rem 0;font-size:.875rem}.item-details{margin-bottom:0}.item-details p{margin:.15rem 0;color:var(--text-secondary);font-size:.875rem}.item-details strong{color:var(--text-primary);font-weight:500}.item-notes{color:var(--text-secondary);font-size:.9rem;margin:1rem 0 0;line-height:1.4;padding:.75rem;background:var(--background-light);border-radius:4px;border-left:3px solid var(--primary-color)}.item-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border-light);font-size:.75rem;color:var(--text-secondary)}.item-name-link{color:var(--text-primary);text-decoration:none;transition:color .2s ease}.item-name-link:hover{color:var(--primary-color);text-decoration:underline}.room-name-link{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.room-name-link:hover{color:var(--primary-color);text-decoration:underline}.item-date{color:var(--text-secondary)}.item-images{color:var(--primary-color);font-weight:500}.item-form{padding:0 1.5rem 1.5rem}.item-form .form-group{margin-bottom:1.5rem}.item-form .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:.1rem}.form-help-text{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.uploaded-files{margin-top:1rem;padding:1rem;background:var(--background-light);border-radius:8px;border:1px solid var(--border-light)}.uploaded-files h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--text-primary)}.file-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid var(--border-light)}.file-item:last-child{margin-bottom:0}.file-name{flex:1 1;font-size:.875rem;color:var(--text-primary)}.file-size{font-size:.75rem;color:var(--text-secondary)}.btn-remove-file{background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;color:var(--error-color);font-size:1.25rem;line-height:1;transition:background-color .2s ease}.btn-remove-file:hover{background-color:rgba(211,47,47,.1)}.item-documentation{margin-top:0;padding:0;background:var(--background-light);border-radius:6px;border:1px solid var(--border-light)}.item-documentation p{margin:0 0 .5rem;font-size:.875rem}.documentation-list{display:flex;flex-wrap:wrap;gap:.5rem}.doc-item{display:inline-block;padding:.25rem .5rem;background:#fff;border-radius:4px;font-size:.75rem;color:var(--text-secondary);border:1px solid var(--border-light)}.age-input-tabs{display:flex;margin-bottom:0}.age-tab{flex:1 1;padding:.75rem 1rem;border:1px solid #d0d0d0;background:#f0f0f0;color:#666;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;text-align:center}.age-tab:first-child{border-top-left-radius:4px;border-right:none}.age-tab:last-child{border-top-right-radius:4px;border-left:none}.age-tab.active{background:#fff;color:#000;border-color:#d0d0d0}.age-tab:hover:not(.active){background:#e8e8e8}.age-input-tabs+* input{border-top-left-radius:0;border-top-right-radius:0}.help-text-small{font-size:.75rem;color:var(--text-secondary);margin-top:.25rem;line-height:1.2}.item-form input[type=date],.item-form input[type=number],.item-form input[type=text],.item-form select{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;transition:border-color .3s ease;background-color:var(--surface-color);min-width:0}.item-form input:focus,.item-form select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.item-form textarea{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;transition:border-color .3s ease;background-color:var(--surface-color);resize:vertical;min-height:80px;font-family:inherit}.item-form textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.room-stats{display:flex;gap:1.5rem;margin:1rem 0;padding:1rem;background:var(--background-light);border-radius:var(--border-radius);flex-shrink:0}.room-stats .stat{text-align:center}.room-stats .stat-value{display:block;font-size:1.5rem;font-weight:600;color:var(--primary-color)}.room-stats .stat-label{display:block;font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.room-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-light)}.room-date{font-size:.8rem;color:var(--text-light)}.form-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.form-modal-content{background:#fff;border-radius:var(--border-radius);width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.form-modal-content.item-modal{max-width:960px;width:min(95vw,960px);max-height:92vh;display:flex;flex-direction:column}.form-modal-content.item-modal .form-modal-header{padding:1rem 2rem 0;margin-bottom:1.25rem}.form-modal-content.item-modal .item-form{padding:0 2rem 2rem}.form-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem 0;border-bottom:1px solid var(--border-light);margin-bottom:1.5rem}.form-modal-header h2{margin:0;color:var(--text-primary)}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light);padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.btn-close:hover{background:var(--background-light);color:var(--text-primary)}.room-form{padding:0 1.5rem 1.5rem}.room-form .form-group{margin-bottom:1.5rem}.room-form input[type=text]{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;transition:border-color .3s ease;background-color:var(--surface-color);min-width:0}.room-form input[type=text]:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.room-form textarea{width:100%;padding:12px 16px;border:1px solid var(--divider-color);border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .3s ease;background-color:var(--surface-color);min-height:80px;resize:vertical}.room-form textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.room-form .form-group{display:flex;flex-direction:column}.room-form .form-group label{align-self:flex-start;margin-bottom:8px}.item-form .form-row{gap:1.25rem 1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.item-form .form-group{margin-bottom:.75rem}.item-form .form-group.full-width{grid-column:1/-1}.item-form textarea{min-height:72px}.item-form .form-row.compact{gap:1rem;grid-template-columns:minmax(240px,1fr) minmax(240px,1fr);align-items:stretch}.item-form .documentation-group{display:flex;flex-direction:column;gap:.75rem}.item-form .documentation-group>label{margin-bottom:0}.item-form .form-row.compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.item-form .notes-group textarea{min-height:72px;resize:vertical}.item-form .documentation-group .file-upload-area{min-height:unset;justify-content:flex-start;margin-bottom:0}.item-form .documentation-group .uploaded-files{margin-top:.5rem}.item-form .documentation-group .file-item{align-items:center}.item-form .documentation-group .file-item .file-name{font-weight:500}.item-form .documentation-group .file-item .btn-remove-file{margin-left:auto}@media (max-width:768px){.rooms-header{flex-direction:column;gap:1rem;align-items:stretch}.rooms-grid{grid-template-columns:1fr}.room-card-header{flex-direction:column;gap:1rem;align-items:stretch}.room-actions{align-self:flex-end}.form-modal-content.item-modal{max-width:95vw;width:95vw}.form-modal-content.item-modal .item-form{padding:0 1.25rem 1.5rem}.item-form .form-row{grid-template-columns:1fr}.room-stats{gap:1rem}.form-modal-content{width:95%;margin:1rem}}.search-box{flex-shrink:0}.search-input{width:300px;min-width:200px;padding:.5rem .75rem;border:1px solid var(--divider-color);border-radius:6px;font-size:.875rem;transition:border-color .2s ease;background-color:var(--surface-color)}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(25,118,210,.1)}.item-location{font-size:.875rem;color:var(--text-secondary);background:var(--background-light);padding:.75rem;border-radius:6px;margin-bottom:.5rem}.item-location p{margin:0;line-height:1.4}@media (max-width:768px){.search-input{width:100%}}.reports-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.reports-controls{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:var(--background-light);border-radius:12px;border:1px solid var(--border-light)}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:500;color:var(--text-secondary);font-size:.875rem}.filter-select{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;background:#fff;font-size:.875rem;min-width:200px;cursor:pointer;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.report-section{margin-bottom:3rem;background:#fff;border-radius:12px;border:1px solid var(--border-light);overflow:hidden}.report-section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--background-light);border-bottom:1px solid var(--border-light)}.report-section-header h2{margin:0;color:var(--primary-color);font-size:1.25rem;font-weight:600}.export-buttons{display:flex;gap:.5rem}.export-buttons .btn{padding:.5rem 1rem;font-size:.875rem}.export-buttons .btn.loading{position:relative;color:transparent!important}.export-buttons .btn.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2px solid #f3f4f6;border-top-color:#3b82f6;border-radius:50%;animation:pdf-export-spin 1s linear infinite}.export-buttons .btn:disabled{opacity:.6;cursor:not-allowed}@keyframes pdf-export-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:1.5rem}.summary-card{text-align:center;padding:1.5rem;background:#fff;border:1px solid var(--border-light);border-radius:8px;transition:box-shadow .2s ease}.summary-card:hover{box-shadow:var(--shadow-medium)}.summary-card h4{margin:0 0 .75rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.report-table{padding:1.5rem;overflow-x:auto}.report-table table{width:100%;border-collapse:collapse;font-size:.875rem}.report-table th{background:var(--background-light);color:var(--text-secondary);font-weight:600;padding:1rem;text-align:left;border-bottom:2px solid var(--border-light);white-space:nowrap}.report-table td{padding:1rem;border-bottom:1px solid var(--border-light);color:var(--text-primary)}.report-table tr:hover{background:var(--background-light)}.report-table tr:last-child td{border-bottom:none}.chart-container{padding:1.5rem;height:300px;display:flex;align-items:center;justify-content:center;background:var(--background-light);border-radius:8px;margin:1.5rem;color:var(--text-secondary)}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid}.alert-success{background:#f0f9ff;border-color:#0ea5e9;color:#0c4a6e}.alert-error{background:#fef2f2;border-color:#ef4444;color:#991b1b}.alert-info{background:#eff6ff;border-color:#3b82f6;color:#1e40af}@media (max-width:768px){.reports-controls{flex-direction:column;gap:1rem}.filter-select{min-width:100%}.report-section-header{flex-direction:column;gap:1rem;align-items:flex-start}.export-buttons{width:100%;justify-content:flex-start;flex-wrap:wrap}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1rem}.summary-card{padding:1rem}.summary-value{font-size:1.25rem}.report-table{padding:1rem}.report-table td,.report-table th{padding:.75rem .5rem;font-size:.8rem}}@media (max-width:480px){.reports-header{flex-direction:column;gap:1rem;align-items:flex-start}.export-buttons .btn{padding:.5rem .75rem;font-size:.8rem}.summary-grid{grid-template-columns:1fr 1fr}.summary-card h4{font-size:.75rem}.summary-value{font-size:1.1rem}}.help-header{margin-bottom:2rem}.help-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.help-sidebar{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:1.5rem;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.help-nav{display:flex;flex-direction:column;gap:.5rem}.help-nav-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:none;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left}.help-nav-item:hover{background-color:#f3f4f6}.help-nav-item.active{background-color:#3b82f6;color:#fff}.help-nav-item.active .nav-icon{filter:brightness(0) invert(1)}.nav-icon{font-size:1.2rem;flex-shrink:0}.nav-text{font-size:.9rem;font-weight:500}.help-main{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:2.5rem}.help-content h3{margin:0 0 1.5rem;color:#1f2937;font-size:1.75rem;font-weight:700}.help-content>p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.help-subsection{margin-bottom:2.5rem}.help-subsection:last-child{margin-bottom:0}.help-subsection h4{margin:0 0 1rem;color:#1f2937;font-size:1.25rem;font-weight:600}.help-subsection h5{margin:0 0 .5rem;color:#1f2937;font-size:1.1rem;font-weight:600}.help-subsection p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.help-subsection ul{color:#6b7280;line-height:1.6;margin:0 0 1rem;padding-left:1.5rem}.help-subsection li{margin-bottom:.5rem}.step-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;gap:1rem;align-items:flex-start}.step-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#3b82f6;color:#fff;border-radius:50%;font-weight:600;font-size:1.1rem;flex-shrink:0}.step-content h4{margin:0 0 .5rem;color:#1f2937;font-size:1.2rem;font-weight:600}.step-content p{margin:0;color:#6b7280;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.5rem;gap:.5rem;margin:1rem 0}.category-grid span{background:#f3f4f6;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;color:#374151;text-align:center}.faq-item{background:#f8f9fa;border-radius:8px;padding:1.5rem 2rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6;display:flex;align-items:flex-start;gap:2rem;justify-content:space-between}.faq-item>.flex-1{min-width:0}.faq-item>.flex.flex-col{align-items:flex-end}.faq-item:last-child{margin-bottom:0}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:2rem 0}.contact-card{background:#f8f9fa;border-radius:8px;padding:2rem;text-align:center;border:1px solid #e5e7eb}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h4{margin:0 0 1rem;color:#1f2937;font-size:1.25rem;font-weight:600}.contact-card p{margin:0 0 .5rem;color:#6b7280}.contact-note{font-size:.875rem;color:#9ca3af!important;font-style:italic}.help-footer{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:2.5rem;text-align:center}.help-footer-content h3{margin:0 0 1rem;color:#1f2937;font-size:1.5rem;font-weight:700}.help-footer-content p{margin:0 0 2rem;color:#6b7280;font-size:1.1rem}@media (max-width:768px){.help-layout{grid-template-columns:1fr;gap:1.5rem}.help-sidebar{position:static}.help-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.5rem;gap:.5rem}.help-nav-item{justify-content:center;text-align:center;flex-direction:column;gap:.5rem;padding:1rem .5rem}.nav-text{font-size:.8rem}.step-item{flex-direction:column;align-items:center;text-align:center}.contact-options{grid-template-columns:1fr}}.running-list{background-color:var(--surface-color);border-radius:8px;box-shadow:var(--shadow-1);overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;background-color:var(--background-color);border-bottom:1px solid var(--divider-color)}.header-cell,.table-header{font-weight:600;color:var(--text-secondary);font-size:16px}.header-cell{display:flex;align-items:center}.header-cell.sortable{background:none;border:none;text-align:left;cursor:pointer;padding:.5rem;margin:-.5rem;border-radius:4px;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-cell.sortable:hover{color:var(--primary-color);background-color:var(--surface-color)}.header-cell.sortable.active{color:var(--primary-color)}.sort-indicator{display:inline-block;margin-left:.5rem;font-size:14px;opacity:.6;transition:opacity .2s ease;min-width:1em;text-align:center}.header-cell.sortable:hover .sort-indicator{opacity:1}.header-cell.sortable.active .sort-indicator{opacity:1;font-weight:700}.table-body{max-height:600px;overflow-y:auto}.table-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid var(--divider-color);transition:background-color .2s ease}.table-row:hover{background-color:var(--background-color)}.table-row:last-child{border-bottom:none}.table-cell{display:flex;align-items:center;font-size:14px}.item-name-btn{background:none;border:none;color:var(--primary-color);font-weight:500;cursor:pointer;text-align:left;padding:0;font-size:14px;transition:color .2s ease}.item-name-btn:hover{color:var(--primary-dark);text-decoration:underline}.room-link{color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.room-link:hover{color:var(--primary-color);text-decoration:underline}.house-name{color:var(--text-secondary);font-weight:400;font-size:12px}.price{font-weight:500;color:var(--text-primary)}.time-ago{color:var(--text-secondary);font-size:12px}@media (max-width:768px){.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.header-cell,.header-cell.sortable{display:none}.table-cell{flex-direction:column;align-items:flex-start;gap:.25rem}.table-cell:before{content:attr(data-label);font-weight:500;color:var(--text-secondary);font-size:12px}.item-name-btn,.room-link{font-size:16px}}.items-table-container{background-color:var(--surface-color);border-radius:8px;box-shadow:var(--shadow-1);overflow:hidden;margin-top:1rem}.items-table{width:100%}.items-table .table-header{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1.5fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;background-color:var(--background-color);border-bottom:1px solid var(--divider-color);font-weight:600;color:var(--text-secondary);font-size:16px}.items-table.bulk-edit-mode .table-header{grid-template-columns:48px 2fr 2fr 1fr 1fr 1.5fr 1fr}.items-table .table-body{max-height:600px;overflow-y:auto}.items-table .table-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1.5fr 1fr;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid var(--divider-color);transition:background-color .2s ease}.items-table.bulk-edit-mode .table-row{grid-template-columns:48px 2fr 2fr 1fr 1fr 1.5fr 1fr}.items-table .table-row:hover{background-color:var(--background-color)}.items-table .table-row:last-child{border-bottom:none}.inline-edit-button{background:none;border:none;color:var(--text-primary);font-weight:500;cursor:pointer;text-align:left;padding:0;font-size:14px;transition:all .2s ease;border-radius:4px;min-height:24px;display:flex;align-items:center}.inline-edit-button:hover{color:var(--primary-color);background-color:var(--background-color);padding:4px 8px;margin:-4px -8px}.inline-edit-button:active{transform:scale(.98)}.inline-edit-input{width:100%;padding:4px 8px;border:2px solid var(--primary-color);border-radius:4px;font-size:14px;font-family:inherit;background-color:#fff;transition:border-color .2s ease}.inline-edit-input:focus{outline:none;border-color:var(--primary-dark);box-shadow:0 0 0 3px rgba(25,118,210,.1)}.inline-edit-input:disabled{background-color:var(--background-color);border-color:var(--divider-color);color:var(--text-disabled)}.room-select{min-width:200px;max-width:100%}.room-button{text-align:left;justify-content:flex-start}.room-button .room-link{width:100%}.room-button:disabled{opacity:.6;cursor:not-allowed}.bulk-edit-toggle{padding:8px 16px;border:2px solid var(--divider-color);border-radius:4px;background-color:var(--surface-color);color:var(--text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;margin-left:12px}.bulk-edit-toggle:hover{border-color:var(--primary-color);background-color:rgba(25,118,210,.1)}.bulk-edit-toggle.active{border-color:var(--primary-color);background-color:var(--primary-color);color:#fff}.bulk-operations-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--surface-color);border:1px solid var(--divider-color);border-radius:4px;margin-bottom:16px}.bulk-selection-info{display:flex;align-items:center;gap:12px;font-weight:500;color:var(--text-primary)}.clear-selection-btn{padding:4px 8px;border:1px solid var(--divider-color);border-radius:3px;background-color:var(--background-color);color:var(--text-secondary);font-size:12px;cursor:pointer;transition:all .2s ease}.clear-selection-btn:hover{background-color:var(--surface-color);border-color:var(--primary-color)}.bulk-operations{display:flex;gap:8px}.bulk-op-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid var(--divider-color);border-radius:4px;background-color:var(--background-color);color:var(--text-primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.bulk-op-btn:hover{background-color:var(--surface-color);border-color:var(--primary-color)}.bulk-move:hover{background-color:rgba(25,118,210,.1)}.bulk-price:hover{background-color:rgba(46,125,50,.1)}.bulk-delete:hover{background-color:rgba(211,47,47,.1);border-color:#d32f2f;color:#d32f2f}.checkbox-cell{display:flex;align-items:center;width:100%}.checkbox-cell,.header-cell.checkbox-cell{justify-content:center}.header-cell.actions-cell{visibility:hidden}.header-cell.where-purchased-cell{text-align:left;justify-content:flex-start}.table-cell.actions{justify-content:flex-start;min-width:100px}.bulk-checkbox{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--surface-color);border-radius:8px;padding:24px;min-width:400px;max-width:500px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:1px solid var(--divider-color)}.modal-content h3{margin:0 0 8px;color:var(--text-primary);font-size:18px;font-weight:600}.modal-content p{margin:0 0 20px;color:var(--text-secondary);font-size:14px}.modal-form{margin-bottom:24px}.modal-form label{display:block;margin-bottom:8px;font-weight:500}.bulk-room-select,.modal-form label{color:var(--text-primary);font-size:14px}.bulk-room-select{width:100%;padding:8px 12px;border:2px solid var(--divider-color);border-radius:4px;background-color:var(--background-color);transition:border-color .2s ease}.bulk-room-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(25,118,210,.1)}.bulk-room-select:disabled{background-color:var(--surface-color);color:var(--text-disabled);cursor:not-allowed}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.modal-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.modal-cancel{background-color:var(--background-color);color:var(--text-secondary);border:1px solid var(--divider-color)}.modal-cancel:hover:not(:disabled){background-color:var(--surface-color);border-color:var(--primary-color)}.modal-confirm{background-color:var(--primary-color);color:#fff}.modal-confirm:hover:not(:disabled){background-color:var(--primary-dark)}.modal-confirm:disabled{background-color:var(--divider-color);color:var(--text-disabled);cursor:not-allowed}.modal-btn:disabled{opacity:.6;cursor:not-allowed}.bulk-operation-select{width:100%;padding:8px 12px;border:2px solid var(--divider-color);border-radius:4px;background-color:var(--background-color);color:var(--text-primary);font-size:14px;margin-bottom:16px;transition:border-color .2s ease}.bulk-operation-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(25,118,210,.1)}.bulk-price-input{width:100%;padding:8px 12px;border:2px solid var(--divider-color);border-radius:4px;background-color:var(--background-color);color:var(--text-primary);font-size:14px;transition:border-color .2s ease}.bulk-price-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(25,118,210,.1)}.bulk-operation-select:disabled,.bulk-price-input:disabled{background-color:var(--surface-color);color:var(--text-disabled);cursor:not-allowed}.price-help-text{font-size:12px;color:var(--text-secondary);margin-top:8px;font-style:italic;line-height:1.4}.modal-danger{border-top:4px solid #d32f2f}.modal-danger h3{color:#d32f2f;margin-bottom:16px}.delete-warning{background-color:rgba(211,47,47,.1);border:1px solid rgba(211,47,47,.3);border-radius:4px;padding:16px;margin-bottom:20px}.delete-warning p{margin:0 0 12px;color:var(--text-primary)}.delete-warning p:last-child{margin-bottom:16px}.items-to-delete{max-height:150px;overflow-y:auto;background-color:var(--background-color);border:1px solid var(--divider-color);border-radius:3px;padding:12px;margin-top:8px}.delete-item-preview{font-size:13px;color:var(--text-primary);padding:2px 0;font-family:monospace}.delete-confirmation-input{width:100%;padding:8px 12px;border:2px solid #d32f2f;border-radius:4px;background-color:var(--background-color);color:var(--text-primary);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease}.delete-confirmation-input:focus{outline:none;border-color:#d32f2f;box-shadow:0 0 0 3px rgba(211,47,47,.2);background-color:rgba(211,47,47,.05)}.delete-confirmation-input:disabled{background-color:var(--surface-color);color:var(--text-disabled);cursor:not-allowed}.modal-danger-btn{background-color:#d32f2f;color:#fff;border:2px solid #d32f2f}.modal-danger-btn:hover:not(:disabled){background-color:#b71c1c;border-color:#b71c1c}.modal-danger-btn:disabled{background-color:var(--divider-color);color:var(--text-disabled);border-color:var(--divider-color);cursor:not-allowed}.modal-danger{animation:dangerPulse .3s ease-in-out}@keyframes dangerPulse{0%{transform:scale(.95)}50%{transform:scale(1.02)}to{transform:scale(1)}}.undo-button{background:none;border:none;color:var(--text-secondary);cursor:pointer;font-size:18px;padding:4px;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.undo-button:hover{color:var(--primary-color);background-color:var(--background-color)}.undo-button:active{transform:scale(.95)}.saving-indicator{color:var(--text-secondary);font-size:12px;font-style:italic;margin-left:8px}.date-edit-container{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:150px}.date-input-toggle{display:flex;background-color:var(--background-color);border-radius:4px;padding:1px;border:1px solid var(--divider-color);margin-bottom:2px}.date-display-container{display:flex;flex-direction:column;gap:.25rem;width:100%;min-width:150px}.date-display-toggle{display:flex;background-color:var(--background-color);border-radius:4px;padding:1px;border:1px solid var(--divider-color);margin-bottom:.25rem}.toggle-btn{flex:1 1;padding:4px 8px;border:none;background:none;border-radius:3px;font-size:11px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.toggle-btn:hover{color:var(--primary-color);background-color:rgba(25,118,210,.1)}.toggle-btn.active{color:var(--primary-color);background-color:var(--surface-color);box-shadow:0 1px 2px rgba(0,0,0,.1);font-weight:600}.toggle-btn:disabled{opacity:.6;cursor:not-allowed}.toggle-btn:focus{outline:none}.display-toggle-btn{flex:1 1;padding:3px 6px;border:none;background:none;border-radius:3px;font-size:10px;font-weight:500;color:var(--text-color);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.display-toggle-btn:hover{color:var(--primary-color);background-color:rgba(25,118,210,.1)}.display-toggle-btn.active{color:var(--primary-color);background-color:var(--surface-color);box-shadow:0 1px 2px rgba(0,0,0,.1);font-weight:600}.display-toggle-btn:disabled{opacity:.6;cursor:not-allowed}.display-toggle-btn:focus{outline:none}.alert{padding:12px 16px;border-radius:4px;margin:1rem 0;display:flex;align-items:center;justify-content:space-between;font-size:14px}.alert-error{background-color:#ffebee;color:var(--error-color);border:1px solid #ffcdd2}.alert-close{background:none;border:none;color:inherit;cursor:pointer;font-size:18px;padding:0;margin-left:12px;opacity:.7;transition:opacity .2s ease}.alert-close:hover{opacity:1}.items-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.items-header-row-1{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:1rem}.items-header-title{flex:1 1;min-width:0}.items-header-search{flex-shrink:0}.room-filter-chip{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .625rem;background-color:var(--primary-color);color:#fff;border-radius:6px;font-size:.875rem;font-weight:500;min-height:32px;box-shadow:0 1px 2px rgba(0,0,0,.1)}.room-filter-chip-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-filter-chip-close{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:2px;border-radius:3px;transition:background-color .2s ease;flex-shrink:0;width:20px;height:20px}.room-filter-chip-close:hover{background-color:hsla(0,0%,100%,.2)}.room-filter-chip-close:active{background-color:hsla(0,0%,100%,.3)}.room-filter-chip-close svg{width:14px;height:14px}.items-header-row-2{display:flex;justify-content:flex-start;align-items:center;width:100%}.items-header-controls{gap:1rem}.items-header-controls,.list-mode-controls{display:flex;align-items:center;flex-wrap:wrap}.list-mode-controls{gap:.5rem}.list-mode-controls .filter-select-compact{width:auto;min-width:300px;max-width:300px}.list-mode-controls .btn-primary{padding:8px 16px;font-size:14px;font-weight:500;text-transform:none;letter-spacing:normal;height:auto;display:inline-flex;align-items:center;box-shadow:var(--shadow-1)}.view-toggle{display:flex;background-color:var(--background-color);border-radius:6px;padding:2px;border:1px solid var(--divider-color)}.view-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:8px 12px;border:none;background:none;border-radius:4px;font-size:14px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;white-space:nowrap}.view-toggle-btn:hover{color:var(--primary-color);background-color:rgba(25,118,210,.1)}.view-toggle-btn.active{color:var(--primary-color);background-color:var(--surface-color);box-shadow:0 1px 3px rgba(0,0,0,.1)}.view-toggle-btn svg{width:16px;height:16px}@media (max-width:1024px){.items-table .table-header,.items-table .table-row{grid-template-columns:2fr 1.5fr 1fr 1fr 1fr}.items-table.bulk-edit-mode .table-header,.items-table.bulk-edit-mode .table-row{grid-template-columns:48px 2fr 1.5fr 1fr 1fr 1fr}.header-cell.purchase-date,.table-cell.purchase-date{display:none}}@media (max-width:768px){.items-header-row-1{flex-direction:column;gap:1rem;align-items:stretch}.items-header-search,.search-input{width:100%}.items-header-controls{flex-direction:column;gap:.75rem;align-items:stretch!important}.room-filter-box{width:100%;flex-direction:column!important;align-items:stretch!important;margin-right:0!important}.room-filter-box select,.room-filter-chip{width:100%;min-width:0!important}.items-header-row-2{width:100%}.items-header-controls{justify-content:flex-start;width:100%}.view-toggle-btn{padding:6px 10px;font-size:13px}.view-toggle-btn svg{width:14px;height:14px}.list-mode-controls .filter-select-compact{width:100%;max-width:100%;min-width:0}.items-table .table-header,.items-table .table-row,.items-table.bulk-edit-mode .table-header,.items-table.bulk-edit-mode .table-row{grid-template-columns:1fr;gap:.5rem}.header-cell{display:none}.table-cell{flex-direction:column;align-items:flex-start;gap:.25rem}.table-cell:before{content:attr(data-label);font-weight:500;color:var(--text-secondary);font-size:12px}.inline-edit-button,.inline-edit-input{font-size:16px}}.admin-pages-filters,.admin-pages-header,.admin-pages-table,.admin-pages-table tbody tr:hover,.admin-pages-table td,.admin-pages-table th,.alert,.alert-content,.alert-error,.alert-error .alert-message,.alert-error .alert-title,.alert-icon,.alert-message,.alert-success,.alert-success .alert-message,.alert-success .alert-title,.alert-title,.page-content,.page-content a,.page-content blockquote,.page-content code,.page-content h1,.page-content h2,.page-content h3,.page-content h4,.page-content h5,.page-content h6,.page-content hr,.page-content img,.page-content li,.page-content ol,.page-content p,.page-content pre,.page-content pre code,.page-content table,.page-content td,.page-content th,.page-content ul,.page-editor-actions,.page-editor-btn,.page-editor-btn-disabled,.page-editor-btn-primary,.page-editor-btn-secondary,.page-editor-form,.page-editor-input,.page-editor-section,.page-editor-section h3,.page-editor-select,.page-editor-textarea,.pages-category-card,.pages-category-count,.pages-category-header,.pages-category-item,.pages-category-item-meta,.pages-category-item-status,.pages-category-item-title,.pages-category-list,.pages-category-title,.pages-index-content,.pages-index-header,.public-page-content,.public-page-footer,.public-page-header,.rich-text-editor,.rich-text-editor .character-count,.rich-text-editor .editor-area,.rich-text-editor .editor-area[contenteditable=true],.rich-text-editor .editor-area[contenteditable=true]:focus,.rich-text-editor .toolbar,.status-badge,.status-draft,.status-live,.status-private,.status-scheduled{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-green-100 text-green-800}@media (max-width:768px){.admin-pages-filters .grid,.page-editor-actions,.page-editor-btn,.rich-text-editor .toolbar,.rich-text-editor .toolbar>*{@apply w-full}}[contenteditable=true],[contenteditable]{unicode-bidi:bidi-override!important;writing-mode:lr-tb!important}.admin-pages-form [contenteditable],.admin-pages-form input,.admin-pages-form textarea,[contenteditable=true],[contenteditable]{direction:ltr!important;text-align:left!important}[contenteditable=true] *{direction:ltr!important;unicode-bidi:bidi-override!important;text-align:inherit!important}.rich-text-editor [contenteditable]{text-align:left!important;writing-mode:lr-tb!important}.rich-text-editor [contenteditable],.rich-text-editor [contenteditable] *{direction:ltr!important;unicode-bidi:bidi-override!important}.rich-text-editor .ql-container{border:1px solid #ddd!important;border-radius:0 0 6px 6px!important;font-family:inherit!important}.rich-text-editor .ql-toolbar{border:1px solid #ddd!important;border-bottom:none!important;border-radius:6px 6px 0 0!important;background-color:#f8f9fa!important}.rich-text-editor .ql-editor{min-height:200px!important;direction:ltr!important;text-align:left!important;font-size:14px!important;line-height:1.6!important}.rich-text-editor .ql-editor.ql-blank:before{font-style:normal!important;color:#6b7280!important}.rich-text-editor .ql-editor *{direction:ltr!important;text-align:inherit!important}.rich-text-editor .ql-editor ul{padding-left:20px!important;list-style-type:disc!important;margin:.5rem 0!important}.rich-text-editor .ql-editor ol{padding-left:20px!important;list-style-type:decimal!important;margin:.5rem 0!important}.rich-text-editor .ql-editor li{padding-left:5px!important;margin-bottom:.25rem!important;list-style:inherit!important}.gradient-text{background:linear-gradient(90deg,#2563eb,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-pattern{background:linear-gradient(90deg,#f0f7ff,#e0e7ff)}svg{max-width:100%;height:auto;flex-shrink:0}.prose h3{margin-top:1.5rem;margin-bottom:.75rem}.prose p{color:#374151}.prose ol,.prose ul{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.625rem}.prose li{color:#374151}.prose code{color:#1f2937}.prose pre{background-color:#1f2937}.prose em{color:#111827;font-style:italic}.prose img,.prose table{margin-top:2rem;margin-bottom:2rem}.prose table{width:100%;table-layout:auto;text-align:left;font-size:.875rem;line-height:1.7142857}.prose thead{color:#111827;font-weight:600;border-bottom-width:1px;border-bottom-color:#d1d5db}.prose thead th{vertical-align:bottom;padding-right:.5714286rem;padding-bottom:.5714286rem;padding-left:.5714286rem}.prose tbody tr{border-bottom-width:1px;border-bottom-color:#f3f4f6}.prose tbody tr:nth-child(2n){background-color:#f9fafb}.prose tbody td{vertical-align:top;padding:.5714286rem}.prose hr{border-color:#e5e7eb;border-top-width:1px;margin-top:3rem;margin-bottom:3rem}.container{max-width:1280px;margin-left:auto;margin-right:auto}.prose{color:#374151;line-height:1.75}.prose h1{color:#111827;font-weight:800;font-size:2.25rem;margin-top:0;margin-bottom:2rem;line-height:1.1111111}.prose h2{color:#111827;font-weight:700;font-size:1.875rem;margin-top:2rem;margin-bottom:1rem;line-height:1.3333333}.prose h3{color:#111827;font-weight:600;font-size:1.5rem;margin-top:1.6rem;margin-bottom:.6rem;line-height:1.6}.prose ol,.prose p,.prose ul{margin-top:1.25rem;margin-bottom:1.25rem}.prose ol,.prose ul{padding-left:1.625rem}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-top:.5rem;margin-bottom:.5rem}.prose a{color:#2563eb;text-decoration:underline;font-weight:500}.prose a:hover{color:#1d4ed8}.prose strong{color:#111827;font-weight:600}.prose blockquote{font-weight:500;font-style:italic;color:#111827;border-left-width:.25rem;border-left-color:#e5e7eb;quotes:"\201C""\201D""\2018""\2019";margin-top:1.6rem;margin-bottom:1.6rem;padding-left:1rem}.prose code{color:#111827;font-weight:600;font-size:.875rem}.prose pre{color:#e5e7eb;background-color:#374151;overflow-x:auto;font-weight:400;font-size:.875rem;line-height:1.7142857;margin-top:1.7142857rem;margin-bottom:1.7142857rem;border-radius:.375rem;padding:.8571429rem 1.1428571rem}.page-content-article{line-height:1.7;font-size:1.125rem;color:#374151}.page-content h1{font-size:2.25rem;font-weight:700;line-height:1.2;color:#111827;margin:2rem 0 1.5rem;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.page-content h2{font-size:1.875rem;font-weight:600;line-height:1.3;color:#111827;margin:1.75rem 0 1rem}.page-content h3{font-size:1.5rem;margin:1.5rem 0 .75rem}.page-content h3,.page-content h4{font-weight:600;line-height:1.4;color:#1f2937}.page-content h4{font-size:1.25rem;margin:1.25rem 0 .5rem}.page-content h5{font-size:1.125rem}.page-content h5,.page-content h6{font-weight:600;line-height:1.4;color:#374151;margin:1rem 0 .5rem}.page-content h6{font-size:1rem}.page-content p{margin:1rem 0;line-height:1.7}.page-content ul{list-style-type:disc!important}.page-content ol,.page-content ul{padding-left:1.5rem!important;margin:1rem 0!important}.page-content ol{list-style-type:decimal!important}.page-content li{margin-bottom:.5rem!important;line-height:1.6!important;list-style:inherit!important}.page-content ol ol,.page-content ol ul,.page-content ul ol,.page-content ul ul{margin:.5rem 0}.page-content blockquote{border-left:4px solid #3b82f6;background-color:#f8fafc;padding:1rem 1.5rem;margin:1.5rem 0;font-style:italic;color:#475569}.page-content blockquote p{margin:0}.page-content code{background-color:#f1f5f9;color:#e11d48;padding:.125rem .375rem;border-radius:.25rem}.page-content code,.page-content pre{font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.page-content pre{background-color:#1e293b;color:#f1f5f9;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0;line-height:1.5}.page-content pre code{background:none;color:inherit;padding:0;font-size:inherit}.page-content a{color:#3b82f6;text-decoration:underline;-webkit-text-decoration-color:#93c5fd;text-decoration-color:#93c5fd;text-underline-offset:2px;transition:all .2s ease}.page-content a:hover{color:#1d4ed8;-webkit-text-decoration-color:#3b82f6;text-decoration-color:#3b82f6}.page-content strong{font-weight:600;color:#111827}.page-content em{font-style:italic}.page-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.page-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.page-content th{background-color:#f9fafb;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#374151}.page-content td{padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.page-content tr:last-child td{border-bottom:none}.page-content tr:nth-child(2n){background-color:#f9fafb}.page-content hr{border:none;height:1px;background-color:#e5e7eb;margin:2rem 0}.subscription-status{display:flex;align-items:center;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease}.subscription-status.compact{background-color:hsla(0,0%,100%,.1);color:#fff;margin-right:1rem}.subscription-status.full{background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1);flex-direction:column;align-items:stretch;padding:1rem;margin-bottom:1rem}.subscription-status .status-content{display:flex;align-items:center;gap:.5rem}.subscription-status .status-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.subscription-status .trial-days{color:#3b82f6;font-weight:500}.subscription-status .cancel-notice{color:#f59e0b;font-size:.75rem}.subscription-status .upgrade-link{color:#3b82f6;text-decoration:none;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;background-color:rgba(59,130,246,.1);transition:all .2s ease}.subscription-status .upgrade-link:hover{background-color:rgba(59,130,246,.2);text-decoration:none}.subscription-status.full .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.subscription-status.full .plan-info h4{margin:0;font-size:1rem;font-weight:600;color:#111827}.subscription-status.full .plan-price{font-size:.875rem;color:#6b7280;margin-top:.25rem}.subscription-status.full .status-details{margin-bottom:.75rem}.subscription-status.full .cancel-info,.subscription-status.full .trial-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem;border-radius:.25rem}.subscription-status.full .trial-info{background-color:#eff6ff;color:#1e40af}.subscription-status.full .cancel-info{background-color:#fef3c7;color:#92400e}.subscription-status.full .cancel-icon,.subscription-status.full .trial-icon{font-size:1rem}.subscription-status.full .plan-limits{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.subscription-status.full .limit-item{background-color:#f3f4f6;color:#374151;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.subscription-status.full .status-actions{display:flex;justify-content:flex-end}.subscription-status.full .manage-link{color:#3b82f6;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.25rem;background-color:#eff6ff;border:1px solid #dbeafe;transition:all .2s ease}.subscription-status.full .manage-link:hover{background-color:#dbeafe;text-decoration:none}.subscription-status-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.current-subscription .subscription-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.plan-info h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#111827}.plan-info p{margin:0;color:#6b7280;font-size:.875rem}.subscription-details{margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#374151}.detail-value{color:#6b7280;font-size:.875rem}.subscription-actions{display:flex;gap:1rem}.plans-section{margin-bottom:2rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.plan-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;display:flex;flex-direction:column;height:100%}.plan-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.plan-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.plan-name{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.plan-price{text-align:left;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.price-amount{font-size:2rem;font-weight:700;color:#059669}.price-period{font-size:.875rem;color:#6b7280;margin-left:.25rem}.price-comparison{width:100%;margin-top:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.old-price{color:#9ca3af;text-decoration:line-through;margin-right:.5rem}.savings{color:#fff;background-color:#10b981;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem}.plan-description{color:#6b7280;margin-bottom:1rem;line-height:1.5}.plan-features{margin-bottom:1.25rem;flex-grow:1}.feature{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid #f3f4f6}.feature:last-child{border-bottom:none}.feature-label{color:#374151;font-weight:500}.feature-value{color:#059669;font-weight:600}.trial-badge{background-color:#eff6ff;color:#1e40af;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-align:center;margin-top:.5rem}.billing-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.billing-actions{margin-top:1rem}.billing-toggle{margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(102,126,234,.3)}.billing-toggle .form-label{color:#fff!important;font-size:1.125rem!important;font-weight:600!important;margin-bottom:.75rem!important;text-align:center;display:block}.toggle-container{display:flex;background-color:hsla(0,0%,100%,.2);border-radius:.5rem;padding:.375rem;max-width:400px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toggle-option{flex:1 1;padding:.875rem 1.25rem;border:none;background:none;border-radius:.375rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;position:relative;color:hsla(0,0%,100%,.8)}.toggle-option.active{background-color:#fff;color:#667eea;box-shadow:0 2px 4px rgba(0,0,0,.15)}.discount-badge{display:inline-block;margin-left:.5rem;background-color:#10b981;color:#fff;font-size:.625rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;white-space:nowrap}.plans-selection{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:1rem}@media (max-width:1024px) and (min-width:769px){.plans-selection{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.plans-selection{grid-template-columns:1fr}}.plan-option{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;position:relative;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.plan-option:hover{border-color:#3b82f6;box-shadow:0 4px 6px rgba(59,130,246,.15);transform:translateY(-2px)}.plan-option.selected{border-color:#3b82f6;background-color:#eff6ff;box-shadow:0 4px 12px rgba(59,130,246,.25)}.plan-radio{position:absolute;top:1rem;right:1rem}.plan-radio-input{position:absolute;opacity:0;cursor:pointer}.plan-radio-custom{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid #d1d5db;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease}.plan-option.selected .plan-radio-custom{border-color:#3b82f6;background-color:#3b82f6}.plan-option.selected .plan-radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.5rem;height:.5rem;border-radius:50%;background-color:#fff}.plan-details{width:100%;padding-top:1rem}.plan-details .plan-header{margin-bottom:.5rem}.plan-details .plan-name{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.plan-details .plan-price{text-align:left}.plan-details .price-amount{font-size:1.25rem}.plan-details .plan-description{margin-bottom:1rem;font-size:.875rem;color:#6b7280;line-height:1.5}.plan-details .plan-features{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.plan-details .feature{background-color:#f9fafb;color:#374151;border-left:3px solid #3b82f6;padding:.5rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500}.trial-info{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.trial-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.trial-icon{width:1.25rem;height:1.25rem;color:#3b82f6}.trial-title{margin:0;font-size:1rem;font-weight:600;color:#1e40af}.trial-description{margin:0;color:#1e40af;font-size:.875rem;line-height:1.5}.plans-loading{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.stripe-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem;margin-bottom:1rem}.notice-content{display:flex;flex-direction:column;gap:.5rem}.notice-title{font-weight:600;color:#92400e;margin:0}.notice-text{color:#78350f;margin:0;font-size:.875rem}.notice-text code{background:#fbbf24;padding:.125rem .25rem;border-radius:4px;font-family:monospace}.btn.loading{opacity:.7;cursor:not-allowed}.btn.loading:after{content:"";display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{to{transform:rotate(1turn)}}.subscription-status-card.compact{padding:1rem;margin-bottom:1.5rem}.current-subscription-compact{display:flex;flex-direction:column;gap:.75rem}.subscription-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.plan-name-status{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.plan-name-status .plan-name{margin:0;font-size:1.125rem;font-weight:600}.plan-meta{display:flex;flex-direction:column;gap:.25rem}.billing-period{font-size:.875rem;color:#6b7280}.plan-limits{font-size:.8rem;color:#9ca3af}.subscription-actions-compact{display:flex;flex-shrink:0}.cancel-notice{background:#fef3c7;color:#d97706;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;border:1px solid #fbbf24}.no-subscription-compact{padding:.5rem 0}.plans-header{justify-content:space-between;margin-bottom:3px;flex-wrap:wrap;gap:1rem}.billing-toggle-inline,.plans-header{display:flex;align-items:center}.toggle-container-inline{display:flex;background-color:#f3f4f6;border-radius:.5rem;padding:.25rem;position:relative}.toggle-option-inline{position:relative;padding:.5rem 1rem;border:none;background:transparent;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.toggle-option-inline.active{background-color:#fff;color:#3b82f6;box-shadow:0 1px 3px rgba(0,0,0,.1)}.save-badge{background:#10b981;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:600}.savings-badge{background:#dcfdf7;color:#047857;font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;font-weight:500;margin-top:.25rem;display:inline-block}.plan-header-new{margin-bottom:10px}.plan-name-full{margin:0 0 .375rem;font-size:1.375rem;font-weight:600;color:#111827;width:100%;line-height:1.3}.plan-description-compact{margin:0 0 .625rem;color:#6b7280;font-size:.9rem;line-height:1.4;width:100%;height:2.6rem;display:flex;align-items:flex-start;overflow:hidden}.plan-price-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.plan-price-section .plan-price{text-align:left;margin:0}.plan-card .btn-full{margin-top:auto}.btn-disabled{border:1px solid #e5e7eb!important;cursor:not-allowed!important;opacity:.7}.btn-disabled,.btn-disabled:hover{background-color:#f3f4f6!important;color:#6b7280!important}.btn-disabled:hover{transform:none!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.plan-comparison{margin-top:.5rem;padding:.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.plan-comparison.upgrade{background-color:#ecfdf5;color:#047857;border:1px solid #d1fae5}.plan-comparison.downgrade{background-color:#fef3c7;color:#d97706;border:1px solid #fbbf24}.plan-comparison.change{background-color:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.billing-period{font-weight:500}.billing-period.overdue{color:#dc2626!important;font-weight:600}.billing-period.due-soon{color:#d97706!important;font-weight:600}@media (max-width:768px){.subscription-summary{flex-direction:column;gap:.75rem}.plan-name-status{gap:.5rem}.plan-name-status,.plans-header{flex-direction:column;align-items:flex-start}.billing-toggle,.toggle-container{width:100%}.toggle-option{flex:1 1;justify-content:center}.plan-price-section{flex-direction:column;align-items:flex-start;gap:.5rem}}.no-plans{text-align:center;padding:2rem;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.app-shell{min-height:100vh;background-color:#fff;color:#111827;display:flex;flex-direction:column}.app-shell-main{flex:1 1;background-color:#fff}.app-shell-hero{background:linear-gradient(140deg,#f0f7ff,#fff 55%,#eff6ff);border-bottom:1px solid #e5e7eb;padding:4.5rem 1.75rem 5rem}.app-shell-hero-content{max-width:720px;margin:0 auto;text-align:center}.app-shell-content{max-width:1200px;margin:0 auto;padding:0}.app-shell-content--padded{padding-left:1.75rem;padding-right:1.75rem}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.25rem 1.75rem}.app-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.75rem;flex-wrap:wrap;justify-content:space-between}.app-logo{gap:.75rem;font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:#0f172a}.app-logo,.app-logo-icon{display:inline-flex;align-items:center}.app-logo-icon{justify-content:center;padding:.35rem;border-radius:9999px;background-color:#e0ecff;color:#2563eb}.app-logo-icon svg{width:24px;height:24px}.app-logo-text{display:inline-block}.app-logo-accent{color:#2563eb}.app-nav{flex:1 1 auto}.app-nav-list{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;justify-content:center}.app-nav-item{list-style:none}.app-nav-link{color:#4b5563;font-weight:500;text-decoration:none;transition:color .2s ease}.app-nav-link:focus-visible,.app-nav-link:hover{color:#2563eb}.app-header-right{margin-left:auto}.app-header-actions,.app-header-right{display:flex;align-items:center;gap:1rem}.app-header-actions{flex-wrap:wrap;justify-content:center}.app-header-dashboard-actions{display:flex;align-items:center;gap:.75rem}.app-header-menu{position:relative}.app-header-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.75rem;padding:.45rem .85rem;border-radius:9999px;background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.35);cursor:pointer;font-size:.9rem;font-weight:600;color:#0f172a;transition:border-color .2s ease,background-color .2s ease}.app-header-menu summary::-webkit-details-marker{display:none}.app-header-menu summary:hover,.app-header-menu[open] summary{border-color:rgba(37,99,235,.6);background:rgba(37,99,235,.08)}.app-header-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em}.app-header-user{display:flex;flex-direction:column;gap:.15rem;align-items:flex-start}.app-header-user-name{font-weight:600;font-size:.9rem;color:#0f172a}.app-header-user-role{font-size:.75rem;color:#64748b;font-weight:500}.app-header-chevron{width:16px;height:16px;color:#64748b}.app-header-menu-content{position:absolute;right:0;margin-top:.75rem;background:#fff;border:1px solid rgba(148,163,184,.25);box-shadow:0 18px 40px rgba(15,23,42,.18);border-radius:16px;padding:.75rem;min-width:220px;display:flex;flex-direction:column;gap:.35rem;z-index:40}.app-header-menu-content a,.app-header-menu-content button{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.55rem .6rem;border-radius:10px;font-size:.9rem;text-decoration:none;background:transparent;border:none;color:#0f172a;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.app-header-menu-content a:focus-visible,.app-header-menu-content a:hover,.app-header-menu-content button:focus-visible,.app-header-menu-content button:hover{background:rgba(37,99,235,.08);color:#1d4ed8}.app-header-menu-content button{text-align:left}.app-header-menu-divider{height:1px;background:rgba(226,232,240,.9);margin:.35rem 0}.app-primary-cta{display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;border-radius:9999px;padding:.65rem 1.5rem;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 12px 24px rgba(37,99,235,.18);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.app-primary-cta:focus-visible,.app-primary-cta:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 18px 32px rgba(37,99,235,.22);color:#fff}.app-footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:4rem 1.75rem 3.5rem}.app-footer--internal{padding:2rem 1.75rem;border-top:1px solid #e2e8f0}.app-footer-inner{max-width:1200px;margin:0 auto}.app-footer-internal{justify-content:space-between;gap:1.5rem}.app-footer-copy,.app-footer-internal{display:flex;align-items:center;flex-wrap:wrap}.app-footer-copy{gap:1rem}.app-footer-internal-text{color:#64748b;font-size:.92rem}.app-footer-internal-links{display:flex;align-items:center;gap:1.25rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.app-footer-grid{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.app-footer-brand{max-width:360px}.app-footer-description{color:#4b5563;font-size:.98rem;line-height:1.7;margin:1rem 0 1.75rem}.app-social-links{display:flex;gap:1rem;color:#9ca3af}.app-social-link{color:inherit;transition:color .2s ease}.app-social-link:focus-visible,.app-social-link:hover{color:#2563eb}.app-footer-column{min-width:200px}.app-footer-heading{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.app-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.app-footer-link{color:#4b5563;text-decoration:none;transition:color .2s ease}.app-footer-link:focus-visible,.app-footer-link:hover{color:#2563eb}.app-footer-contact{display:flex;align-items:center;gap:.65rem;color:#4b5563}.app-footer-contact-icon{color:#9ca3af;display:inline-flex}.app-footer-bottom{border-top:1px solid #f1f5f9;margin-top:3rem;padding-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;color:#6b7280;font-size:.95rem}.app-footer-copy{margin:0}.app-footer-policies{display:flex;gap:1.25rem;flex-wrap:wrap}.app-footer--internal .app-footer-link{font-weight:500}.app-footer--internal .app-footer-link:focus-visible,.app-footer--internal .app-footer-link:hover{color:#2563eb}.app-demo-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#2563eb}.app-demo-heading{margin-top:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#0f172a;line-height:1.1}.app-demo-subheading{margin-top:1.5rem;font-size:clamp(1.05rem,2.8vw,1.2rem);color:#475569;line-height:1.75}.app-demo-content{display:flex;flex-direction:column;gap:4rem}.app-section-card{background:#fff;border-radius:24px;padding:2.75rem 3rem;box-shadow:0 24px 60px rgba(15,23,42,.08);border:1px solid #edf2f7}.app-section-heading{font-size:1.8rem;font-weight:700;color:#0f172a}.app-section-list{margin-top:1.75rem;display:flex;flex-direction:column;gap:1.25rem;color:#475569;font-size:1.05rem;line-height:1.8}.app-section-highlight{color:#0f172a;font-weight:600}.app-inline-code{display:inline-block;margin-left:.35rem;margin-right:.35rem;background:#f1f5f9;color:#334155;border-radius:.45rem;padding:.1rem .5rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.9rem}.app-info-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.app-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.9rem 1.75rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 16px 40px rgba(15,23,42,.05)}.app-info-card:focus-within,.app-info-card:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(37,99,235,.12)}.app-info-card-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.app-info-card-description{color:#475569;line-height:1.75;font-size:1rem}.app-next-steps{border-radius:24px;padding:2.75rem 3rem;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(59,130,246,.12));border:1px solid rgba(59,130,246,.2);color:#1d4ed8}.app-next-steps-heading{font-size:1.8rem;font-weight:700;color:#1d4ed8}.app-next-steps-list{margin-top:1.5rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.85rem;font-size:1rem;line-height:1.7}.app-next-steps-note{margin-top:2rem;font-size:.95rem;color:#1e3a8a;line-height:1.7}@media (max-width:768px){.app-header-inner{flex-direction:column;align-items:flex-start}.app-header-actions{width:100%;justify-content:flex-start}.app-shell-hero{padding:3.5rem 1.25rem 3.75rem}.app-shell-content{padding:3rem 1.25rem 3.5rem}.app-next-steps,.app-section-card{padding:2.25rem 1.8rem}}.app-dashboard-hero{display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start;justify-content:space-between}.app-dashboard-hero-left{flex:1 1 420px}.app-dashboard-hero-right{flex:0 1 320px;display:flex;flex-direction:column;gap:1.25rem;align-items:stretch}.app-dashboard-hero-title{font-size:clamp(2rem,4vw,2.6rem);font-weight:800;color:#0f172a;margin:.65rem 0 .9rem}.app-dashboard-hero-subtitle{color:#475569;font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.app-dashboard-hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:rgba(37,99,235,.12);color:#1d4ed8;font-weight:600;padding:.45rem .9rem;border-radius:9999px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.app-dashboard-hero-meta{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));padding:0;margin:0;list-style:none}.app-dashboard-meta-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.4rem}.app-dashboard-meta-value{font-size:1.05rem;font-weight:600;color:#0f172a}.app-dashboard-badge{display:inline-flex;align-items:center;background:rgba(34,197,94,.12);color:#0f9d58;font-weight:600;padding:.15rem .5rem;border-radius:9999px;font-size:.75rem;margin-left:.35rem}.app-dashboard-user-card{background:#fff;border-radius:18px;padding:1.15rem 1.2rem;box-shadow:0 18px 40px rgba(15,23,42,.12);border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.app-dashboard-user-avatar{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.04em}.app-dashboard-user-name{font-weight:600;color:#0f172a;font-size:1rem}.app-dashboard-user-role{color:#64748b;font-size:.85rem;margin-top:.15rem}.app-dashboard-outline-btn{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;border:1px solid rgba(37,99,235,.4);padding:.5rem 1.1rem;font-weight:600;font-size:.85rem;color:#1d4ed8;background:rgba(37,99,235,.1);transition:all .2s ease;cursor:pointer}.app-dashboard-outline-btn:focus-visible,.app-dashboard-outline-btn:hover{border-color:#2563eb;background:rgba(37,99,235,.18);color:#1d4ed8}.app-dashboard-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;background:hsla(0,0%,100%,.6);border-radius:16px;padding:.4rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 12px 25px rgba(148,163,184,.15)}.app-dashboard-tabs button{border:none;border-radius:12px;background:transparent;padding:.65rem .75rem;font-weight:600;font-size:.85rem;color:#475569;cursor:pointer;transition:all .2s ease}.app-dashboard-tabs button:focus-visible,.app-dashboard-tabs button:hover{color:#1d4ed8}.app-dashboard-tabs button.active{background:#2563eb;color:#fff;box-shadow:0 12px 25px rgba(37,99,235,.25)}.app-dashboard-page{display:flex;flex-direction:column;gap:2.75rem}.app-dashboard-kpis{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.app-dashboard-kpi-card{background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(37,99,235,.02));border:1px solid rgba(37,99,235,.15);border-radius:20px;padding:1.5rem;display:flex;gap:1.1rem;align-items:flex-start;box-shadow:0 14px 32px rgba(37,99,235,.12)}.app-dashboard-kpi-icon{width:36px;height:36px;color:#2563eb}.app-dashboard-kpi-label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:.4rem}.app-dashboard-kpi-value{font-size:1.6rem;font-weight:700;color:#0f172a}.app-dashboard-kpi-trend{margin-top:.45rem;font-size:.87rem;color:#1d4ed8;font-weight:500}.app-dashboard-columns{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:minmax(0,1fr) 320px;align-items:start}.app-dashboard-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 20px 50px rgba(15,23,42,.08);overflow:hidden;display:flex;flex-direction:column}.app-dashboard-card.sticky{position:-webkit-sticky;position:sticky;top:120px}.app-dashboard-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.8rem 1.8rem 1.2rem}.app-dashboard-card-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.4rem}.app-dashboard-card-subtitle{color:#64748b;font-size:.95rem;line-height:1.6}.app-dashboard-card-body{padding:0 1.8rem 1.8rem}.app-dashboard-table{width:100%;border-collapse:collapse;font-size:.95rem}.app-dashboard-table thead{background:#f8fafc}.app-dashboard-table th{text-align:left;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;padding:.9rem .75rem;border-bottom:1px solid #e2e8f0}.app-dashboard-table td{padding:1rem .75rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:top}.app-dashboard-table tr:last-child td{border-bottom:none}.app-dashboard-table-primary{font-weight:600;color:#0f172a;margin-bottom:.25rem}.app-dashboard-table-secondary{font-size:.85rem;color:#64748b}.app-dashboard-status{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:9999px;background:rgba(37,99,235,.08);color:#1d4ed8;font-weight:600;font-size:.85rem}.app-dashboard-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.app-dashboard-checklist li{padding:1.05rem 1.1rem;border-radius:14px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.4rem;font-weight:500}.app-dashboard-checklist li.complete{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.3);color:#047857}.app-dashboard-checklist li.in-progress{background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.3);color:#b45309}.app-dashboard-checklist li.pending{background:rgba(148,163,184,.12);border-color:rgba(148,163,184,.25);color:#475569}.app-dashboard-checklist-meta{font-size:.85rem;opacity:.8}.app-dashboard-quick-actions{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.app-dashboard-quick-action{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;text-decoration:none;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(226,232,240,.8);transition:all .2s ease;color:#0f172a;background:#fff}.app-dashboard-quick-action:focus-visible,.app-dashboard-quick-action:hover{border-color:#2563eb;box-shadow:0 16px 30px rgba(37,99,235,.12);transform:translateY(-2px)}.app-dashboard-quick-action .label{display:block;font-weight:600;margin-bottom:.25rem}.app-dashboard-quick-action .description{display:block;font-size:.85rem;color:#64748b}.app-dashboard-quick-action svg{width:18px;height:18px;color:#2563eb}.app-dashboard-score{display:flex;gap:1.5rem;align-items:center}.score-ring{position:relative;width:140px;height:140px;flex-shrink:0}.score-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.score-ring .track{fill:none;stroke:#e2e8f0;stroke-width:12;stroke-linecap:round}.score-ring .progress{fill:none;stroke:#2563eb;stroke-width:12;stroke-linecap:round;stroke-dasharray:326;transition:stroke-dashoffset .4s ease}.score-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#0f172a;font-weight:700;font-size:2rem}.score-value small{font-size:.8rem;color:#64748b;font-weight:600}.score-details{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#475569}.score-details p{font-weight:600;color:#1d4ed8;margin-bottom:.25rem}.score-details ul{list-style:none;padding:0;margin:0 0 .5rem;color:#475569}.score-details li{line-height:1.6}@media (max-width:1100px){.app-dashboard-columns{grid-template-columns:1fr}.app-dashboard-card.sticky{position:static}}@media (max-width:768px){.app-dashboard-hero-right{width:100%}.app-dashboard-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.app-dashboard-kpi-card,.app-dashboard-score{flex-direction:column}.app-dashboard-score{align-items:flex-start}.app-shell-content--padded{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width:640px){.app-footer-internal{flex-direction:column;align-items:flex-start}}.app-nav-link.admin-active{color:#1d4ed8;font-weight:600;position:relative}.app-nav-link.admin-active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:#1d4ed8;border-radius:9999px}