.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;width:100%;max-width:400px;border:1px solid #e5e7eb}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.login-header p{color:#6b7280;font-size:.875rem;margin:0}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-btn{width:100%;padding:.625rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.login-btn:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.login-btn.loading{position:relative;color:transparent}.login-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.login-footer p{color:#6b7280;font-size:.875rem;margin:0}@media (max-width: 480px){.login-container{padding:.5rem}.login-card{padding:1.5rem}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.register-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;width:100%;max-width:420px;border:1px solid #e5e7eb}.register-header{text-align:center;margin-bottom:2rem}.register-header h2{color:#111827;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.register-header p{color:#6b7280;font-size:.875rem;margin:0}.register-form{display:flex;flex-direction:column;gap:1rem}.form-group label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.5rem}.form-input::placeholder{color:#9ca3af}.register-btn{width:100%;padding:.625rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;margin-top:.5rem}.register-btn:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.register-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.register-btn.loading{position:relative;color:transparent}.register-btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.register-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.register-footer p{color:#6b7280;font-size:.875rem;margin:0}.link-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.link-btn:hover{color:#1d4ed8}@media (max-width: 480px){.register-container{padding:.5rem}.register-card{padding:1.5rem}.register-form{gap:.875rem}}.app-header{background:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100}.header-content{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-brand{display:flex;align-items:center;gap:.75rem}.header-logo{height:60px;width:60px;object-fit:contain}.header-title{color:#111827;font-size:1.5rem;font-weight:700;margin:0}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;background:none;border:none;border-radius:.5rem;padding:.5rem .75rem;cursor:pointer;transition:all .2s ease;color:#374151;font-size:.875rem;font-weight:500}.user-menu-trigger:hover{background-color:#f9fafb}.user-menu-trigger:focus{outline:none;background-color:#f3f4f6}.user-avatar{width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.user-name{color:#111827;font-weight:500;white-space:nowrap}.dropdown-arrow{transition:transform .2s ease;color:#6b7280;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:12rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;animation:dropdownSlide .15s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-4px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header{padding:.75rem}.dropdown-user-info{display:flex;flex-direction:column;gap:.25rem}.dropdown-name{font-weight:600;color:#111827;font-size:.875rem}.dropdown-email{font-size:.75rem;color:#6b7280;word-break:break-all}.dropdown-divider{height:1px;background-color:#f3f4f6;margin:0}.dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;background:none;border:none;text-align:left;color:#374151;font-size:.875rem;cursor:pointer;transition:background-color .15s ease}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item:last-of-type{border-radius:0 0 .5rem .5rem}.logout-item{color:#dc2626;margin-top:.25rem}.logout-item:hover{background-color:#fef2f2}.dropdown-icon{color:currentColor;flex-shrink:0}@media (max-width: 768px){.header-content{padding:.75rem 1rem}.header-brand{gap:.5rem}.header-logo{height:2rem}.header-title{font-size:1.25rem}.user-name{display:none}.user-dropdown{min-width:10rem;right:-.5rem}}@media (max-width: 480px){.user-menu-trigger{padding:.375rem .5rem}.user-avatar{width:1.75rem;height:1.75rem;font-size:.625rem}.header-logo{height:1.75rem}.header-title{font-size:1.125rem}}.profile-container{max-width:50rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.back-navigation{margin-bottom:1rem}.back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 0;transition:color .2s ease}.back-btn:hover{color:#1d4ed8}.profile-header{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1.5rem}.profile-avatar-large{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.profile-info{flex:1}.profile-name{color:#111827;font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.profile-email{color:#6b7280;font-size:1rem;margin:0 0 .25rem}.profile-member-since{color:#9ca3af;font-size:.875rem;margin:0}.profile-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.profile-card-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.edit-btn{background-color:#6b7280;color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.edit-btn:hover{background-color:#4b5563}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#f9fafb;font-size:.875rem;box-sizing:border-box;transition:all .2s ease}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #93c5fd;background-color:#fff}.form-display{padding:.625rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.875rem;color:#111827;min-height:2.5rem;display:flex;align-items:center}.email-display{justify-content:space-between;align-items:center}.email-note{font-size:.75rem;color:#9ca3af;font-style:italic}.form-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #f3f4f6}.save-btn{background-color:#3b82f6;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.save-btn:hover:not(:disabled){background-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.save-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.error-message{background-color:#fef2f2;border-left:4px solid #f87171;padding:.75rem;font-size:.875rem;color:#b91c1c;border-radius:.25rem}.success-message{background-color:#f0fdf4;border-left:4px solid #22c55e;padding:.75rem;font-size:.875rem;color:#166534;border-radius:.25rem}.account-stats{display:grid;gap:1rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.stat-item label{font-weight:500;color:#374151;font-size:.875rem}.stat-item span{color:#111827;font-weight:500;font-size:.875rem}.status-active{background-color:#dcfce7;color:#166534;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}@media (max-width: 768px){.profile-container{max-width:100%;gap:1.5rem}.profile-header{flex-direction:column;text-align:center;gap:1rem;padding:1.5rem}.profile-avatar-large{width:4rem;height:4rem;font-size:1.25rem}.profile-name{font-size:1.5rem}.profile-card{padding:1.5rem}.profile-card-header{flex-direction:column;gap:1rem;align-items:stretch;text-align:center}.edit-btn{align-self:center;width:fit-content}.form-actions{justify-content:center}.stat-item{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width: 480px){.profile-card,.profile-header{padding:1rem}.profile-avatar-large{width:3.5rem;height:3.5rem;font-size:1.125rem}.profile-name{font-size:1.25rem}.profile-card-title{font-size:1.125rem}}.applications-page-pro{max-width:1600px;margin:0 auto;background:#f8fafc;min-height:100vh}.page-header{margin-bottom:2rem}.back-button:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000d}.back-button:hover svg{transform:scale(1.1)}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.header-title-section,.header-icon-title{display:flex;align-items:center;gap:1rem}.applications-page-pro[data-type=habitational] .type-icon{color:#10b981}.applications-page-pro[data-type=garage] .type-icon{color:#ef4444}.applications-page-pro[data-type=lessor] .type-icon{color:#8b5cf6}.applications-page-pro[data-type=cyber] .type-icon{color:#f59e0b}.page-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.page-subtitle{font-size:.9375rem;color:#64748b;margin:.25rem 0 0;font-weight:500}.search-container{position:relative;width:380px}.search-input{width:100%;padding:.875rem 3rem .875rem 1rem;border:1px solid #cbd5e1;border-radius:.625rem;font-size:.9375rem;color:#1e293b;background:#fff;transition:all .2s;font-weight:500}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#94a3b8;font-weight:400}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.table-wrapper{max-height:650px;background:#fff;border-radius:.875rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.data-table{width:100%;border-collapse:separate;border-spacing:0}.data-table thead{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10}.data-table th{padding:1.125rem 1.75rem;text-align:left;font-size:.8125rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid #cbd5e1;white-space:nowrap}.data-table tbody{display:block;max-height:580px;overflow-y:auto;overflow-x:hidden}.data-table thead,.data-table tbody tr{display:table;width:100%;table-layout:fixed}.data-table tbody::-webkit-scrollbar{width:12px}.data-table tbody::-webkit-scrollbar-track{background:#f8fafc;border-radius:6px}.data-table tbody::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px;border:3px solid #f8fafc}.data-table tbody::-webkit-scrollbar-thumb:hover{background:#94a3b8}.data-table td{padding:1.125rem 1.75rem;font-size:.9375rem;color:#000;border-bottom:1px solid #f1f5f9;font-weight:400;line-height:1.5;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.data-table td:hover{white-space:normal;overflow:visible;word-break:break-word}.data-table tbody tr{transition:all .15s ease}.data-table tbody tr.clickable-row{cursor:pointer}.data-table tbody tr.clickable-row:hover{background-color:#f1f5f9;transform:translate(4px);box-shadow:-4px 0 #3b82f6}.data-table tbody tr:nth-child(2n){background-color:#fefefe}.data-table tbody tr.clickable-row:nth-child(2n):hover{background-color:#f1f5f9}.td-primary{color:#0f172a;font-weight:600}.td-file-number{color:#2563eb;font-weight:600}.td-muted{color:#64748b}.td-date{color:#475569;font-variant-numeric:tabular-nums}.td-amount{color:#0f172a;font-weight:600;font-variant-numeric:tabular-nums}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.draft{background-color:#fef3c7;color:#92400e}.status-badge.submitted{background-color:#dbeafe;color:#1e40af}.status-badge.quoted,.status-badge.accepted{background-color:#d1fae5;color:#065f46}.retry-button{background-color:#3b82f6;color:#fff;border:none;padding:.875rem 1.75rem;border-radius:.625rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.retry-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.empty-state{text-align:center;padding:6rem 2rem;background:#fff;border-radius:.875rem;box-shadow:0 1px 3px #0000000d}.empty-state p{color:#64748b;font-size:1.125rem;font-weight:500}.modal-overlay{position:fixed;inset:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:#fff;border-radius:1rem;width:100%;max-width:700px;max-height:85vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(to bottom,#fafbfc,#fff)}.modal-header h2{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:.5rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:#f1f5f9;color:#0f172a}.modal-body{padding:2rem;overflow-y:auto;max-height:calc(85vh - 100px)}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f8fafc}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.details-grid{display:grid;gap:1.25rem}.detail-row{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.8125rem;font-weight:700;color:#475569;text-transform:capitalize;letter-spacing:.025em}.detail-value{font-size:.9375rem;color:#0f172a;font-weight:500;word-break:break-word}@media (max-width: 1024px){.applications-page-pro{padding:1.5rem 1rem}.search-container{width:300px}.table-wrapper{height:550px}.data-table tbody{height:480px}}@media (max-width: 768px){.header-content{flex-direction:column;align-items:stretch}.search-container{width:100%}.page-title{font-size:1.5rem}.header-icon-title{gap:.75rem}.type-icon svg{width:32px;height:32px}.table-wrapper{height:500px;border-radius:.75rem}.data-table tbody{height:430px}.data-table th,.data-table td{padding:1rem 1.25rem;font-size:.875rem}.detail-row{grid-template-columns:1fr;gap:.5rem}.modal-card{max-width:100%;border-radius:.875rem}}@media (max-width: 640px){.data-table th,.data-table td{padding:.875rem 1rem;font-size:.8125rem}}.details-page{max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh}.details-header{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.625rem;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.625rem 1.125rem;margin-bottom:1.5rem;border-radius:.5rem;transition:all .2s;box-shadow:0 1px 2px #0000000d}.back-button:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b;box-shadow:0 2px 4px #00000014}.back-button:active{transform:translateY(1px)}.back-button svg{transition:transform .2s}.back-button:hover svg{transform:translate(-2px)}.details-title-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.title-left{display:flex;align-items:center;gap:1rem}.type-icon{display:flex;align-items:center;justify-content:center}.type-icon svg{width:40px;height:40px}.details-page[data-type=habitational] .type-icon,.details-page[data-type=habitational] .type-icon svg{color:#10b981!important}.details-page[data-type=garage] .type-icon,.details-page[data-type=garage] .type-icon svg{color:#ef4444!important}.details-page[data-type=lessor] .type-icon,.details-page[data-type=lessor] .type-icon svg{color:#8b5cf6!important}.details-page[data-type=cyber] .type-icon,.details-page[data-type=cyber] .type-icon svg{color:#f59e0b!important}.title-right{display:flex;gap:3rem;align-items:center}.header-info-item{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.header-info-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.header-info-value{font-size:1rem;font-weight:600;color:#0f172a}.details-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.details-subtitle{font-size:.9375rem;color:#64748b;margin:.25rem 0 0;font-weight:500}.details-content{margin-top:2rem}.details-card{background:#fff;border-radius:.875rem;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #e2e8f0;padding:2rem}.section-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.section-divider{height:2rem}.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem}.documents-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2.5rem}.detail-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0}.detail-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.detail-value{font-size:.9375rem;color:#0f172a;font-weight:600;word-break:break-word;line-height:1.5;white-space:pre-wrap;min-height:1.5rem}.file-link{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:0;cursor:pointer;transition:all .2s;color:#2563eb;font-size:.9375rem;font-weight:500}.file-link:hover{color:#1d4ed8}.file-link:hover .file-name{text-decoration:underline}.pdf-icon{flex-shrink:0;color:#ef4444;transition:transform .2s}.file-link:hover .pdf-icon{transform:scale(1.1)}.file-name{color:inherit;transition:all .2s}.no-file-text{color:#94a3b8;font-style:italic;font-size:.875rem;font-weight:400}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;background:#fff;border-radius:.875rem;box-shadow:0 1px 3px #0000000d}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-state p{color:#64748b;font-size:1rem;font-weight:500}.error-state{text-align:center;padding:6rem 2rem;background:#fff;border-radius:.875rem;box-shadow:0 1px 3px #0000000d}.error-state p{color:#ef4444;font-size:1.125rem;font-weight:500;margin-bottom:1.5rem}.retry-button,.back-button-alt{background-color:#3b82f6;color:#fff;border:none;padding:.875rem 1.75rem;border-radius:.625rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;margin:.5rem}.retry-button:hover,.back-button-alt:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.back-button-alt{background-color:#64748b}.back-button-alt:hover{background-color:#475569}@media (max-width: 1024px){.details-page{padding:1.5rem 1rem}.details-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem}.documents-grid{grid-template-columns:1fr;gap:1.5rem}.title-right{gap:2rem}}@media (max-width: 768px){.details-title{font-size:1.5rem}.type-icon svg{width:32px;height:32px}.details-card{padding:1.5rem}.details-grid,.documents-grid{grid-template-columns:1fr;gap:1rem}.details-title-section{flex-direction:column;align-items:flex-start;gap:1.5rem}.title-right{width:100%;justify-content:space-between;gap:1rem}.header-info-item{align-items:flex-start}.detail-row{padding:1rem}.detail-label{font-size:.8125rem}.detail-value{font-size:.875rem}}@media (max-width: 640px){.details-page,.details-card{padding:1rem}.detail-row{padding:.875rem}.title-right{flex-direction:column;align-items:flex-start;gap:.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f7fa;color:#2d3748;line-height:1.6}.loading-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f7fa;color:#2d3748}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top:3px solid #4299e1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-container{width:100%;height:100vh}.app-wrapper{display:flex;min-height:100vh;background-color:#f5f7fa}.sidebar-backdrop{position:fixed;inset:0;background:#00000080;z-index:1999;display:none}.sidebar{width:260px;background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;position:fixed;left:0;top:0;bottom:0;z-index:2000;box-shadow:2px 0 8px #0000001a}.sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;transition:opacity .3s}.sidebar-toggle{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.sidebar-toggle:hover{background:#fff3}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0}.nav-section{margin-bottom:1.5rem}.nav-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1.25rem;color:#ffffff80;transition:opacity .3s}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#fffc;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s;font-size:.938rem;border-left:3px solid transparent}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#4299e133;color:#fff;border-left-color:#4299e1}.nav-item svg{flex-shrink:0}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.logout-btn:hover{background:#ef444433;color:#fc8181}.main-wrapper{flex:1;margin-left:260px;transition:all .3s ease;display:flex;flex-direction:column;min-height:100vh;padding-top:2rem;position:relative}.right-sidebar{width:320px;position:fixed;right:0;top:0;bottom:0;background:#f5f7fa;padding:2rem 1.5rem;overflow-y:auto;border-left:1px solid #e2e8f0;z-index:100}.right-sidebar::-webkit-scrollbar{width:6px}.right-sidebar::-webkit-scrollbar-track{background:transparent}.right-sidebar::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.right-sidebar::-webkit-scrollbar-thumb:hover{background:#a0aec0}.right-sidebar-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;animation:fadeInUp .3s ease-out;animation-fill-mode:both;transition:all .2s ease}.right-sidebar-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.right-sidebar-card:nth-child(1){animation-delay:.1s}.right-sidebar-card:nth-child(2){animation-delay:.2s}.right-sidebar-card:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.right-sidebar-title{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 1.25rem}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.calendar-header .right-sidebar-title{margin:0}.calendar-widget{width:100%}.calendar-month{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding:.5rem .25rem}.calendar-month-year{font-size:.938rem;font-weight:600;color:#2d3748;flex:1;text-align:center}.calendar-nav{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;font-size:1rem;font-weight:600;cursor:pointer;padding:.375rem .625rem;border-radius:6px;transition:all .2s;min-width:32px;display:flex;align-items:center;justify-content:center}.calendar-nav:hover{background:#edf2f7;border-color:#cbd5e0;transform:scale(1.05)}.calendar-nav:active{transform:scale(.98)}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;padding:.25rem 0}.calendar-day-header{font-size:.688rem;font-weight:600;color:#718096;text-align:center;padding:.5rem 0;text-transform:uppercase;letter-spacing:.025em}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.813rem;color:#2d3748;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:500;min-height:32px}.calendar-day:not(.empty):hover{background:#edf2f7}.calendar-day.empty{cursor:default}.calendar-day.today{background:#0078d4;color:#fff;font-weight:700;box-shadow:0 2px 4px #0078d44d}.calendar-day.today:hover{background:#0066b8}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:8px;transition:all .2s;cursor:pointer}.activity-item:hover{background:#f7fafc;transform:translate(3px)}.activity-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;box-shadow:0 2px 4px #0000001a}.activity-icon.habitational{background:linear-gradient(135deg,#10b981,#059669)}.activity-icon.garage{background:linear-gradient(135deg,#ef4444,#dc2626)}.activity-icon.lessor{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.activity-icon.cyber{background:linear-gradient(135deg,#f59e0b,#d97706)}.activity-content{flex:1;min-width:0}.activity-text{font-size:.875rem;color:#2d3748;margin:0 0 .25rem;font-weight:500;line-height:1.4}.activity-time{font-size:.75rem;color:#718096}.mobile-menu-btn{position:fixed;top:1rem;left:1rem;z-index:2100;width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .2s ease}.mobile-menu-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.mobile-menu-btn:active{transform:translateY(0)}.app{min-height:100vh;background-color:#f5f7fa}.app-main{max-width:80rem;margin:0 auto;padding:2rem 1rem}.app-main-dashboard{width:100%;max-width:100%;margin:0 auto;padding:2rem 2.5rem;flex:1}.dashboard-container{max-width:100%}.dashboard-layout{display:flex;gap:2rem;align-items:flex-start}.dashboard-main-content{flex:1;min-width:0}.dashboard-sidebar{width:320px;flex-shrink:0;position:sticky;top:2rem}.sidebar-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.sidebar-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f7fafc}.sidebar-card-header h3{font-size:1rem;font-weight:600;color:#1a202c;margin:0}.sidebar-card-header svg{color:#4299e1}.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.tool-item{background:#f7fafc;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;text-align:center;box-shadow:0 1px 3px #0000000d}.tool-item:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 2px 6px #00000014}.tool-item svg{width:24px;height:24px;color:#4299e1;margin-bottom:.5rem;transition:all .2s}.tool-item:hover svg{color:#3182ce;transform:scale(1.1)}.tool-item span{font-size:.75rem;font-weight:500;color:#4a5568;line-height:1.2;word-break:break-word}.tool-item.placeholder{background:transparent;border:2px dashed #cbd5e0;opacity:.5;cursor:default}.calendar-card{margin-bottom:0}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:.75rem 0}.calendar-month{font-size:.938rem;font-weight:600;color:#2d3748}.calendar-nav-btn{background:#f7fafc;border:1px solid #e2e8f0;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#4a5568}.calendar-nav-btn:hover{background:#edf2f7;border-color:#cbd5e0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.calendar-day-header{font-size:.75rem;font-weight:600;color:#718096;text-align:center;padding:.5rem 0;text-transform:uppercase;letter-spacing:.025em}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#2d3748;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:500}.calendar-day:not(.empty):hover{background:#f7fafc}.calendar-day.empty{visibility:hidden}.calendar-day.active{background:#4299e1;color:#fff;font-weight:600}.calendar-day.highlighted{background:#bee3f8;color:#2c5282;font-weight:600}.dashboard-container{max-width:100%;width:100%}.welcome-section{background:#fff;border-radius:12px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.welcome-title{font-size:1.5rem;font-weight:400;color:#4a5568;margin-bottom:.25rem}.welcome-name{font-size:2rem;font-weight:700;color:#2b6cb0;letter-spacing:-.02em}.dashboard-sections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem}.standalone-section{margin-top:1.5rem}.standalone-section.application-types-card{margin-bottom:.5rem}.dashboard-section-card{background:#fff;border-radius:12px;padding:1rem 1.25rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.dashboard-section-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.section-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #f7fafc}.section-card-header h3{font-size:.938rem;font-weight:600;color:#1a202c;margin:0}.total-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .5rem;border-radius:16px;font-size:.75rem;font-weight:600}.section-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-start;margin-top:.5rem}.action-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .625rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#4a5568;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;min-width:65px;max-width:80px;text-align:center;word-break:break-word}.action-button:hover{background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.action-button svg{flex-shrink:0;opacity:.7;width:18px;height:18px}.action-button span{word-break:break-word;line-height:1.1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.type-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid transparent}.type-icon{position:relative;z-index:1;color:#fff;margin-bottom:.375rem}.type-icon svg{width:20px;height:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.type-count{font-size:1.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.125rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.type-label{font-size:.688rem;font-weight:500;color:#fffffff2;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.application-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.type-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid transparent}.type-card:before{content:"";position:absolute;inset:0;background:#fff;opacity:0;transition:opacity .3s}.type-card:hover:before{opacity:.1}.type-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.type-card.habitational{background:linear-gradient(135deg,#10b981,#059669)}.type-card.garage{background:linear-gradient(135deg,#ef4444,#dc2626)}.type-card.lessor{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.type-card.cyber{background:linear-gradient(135deg,#f59e0b,#d97706)}.type-icon{position:relative;z-index:1;color:#fff;margin-bottom:.5rem}.type-icon svg{width:24px;height:24px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.type-info{position:relative;z-index:1}.type-count{font-size:1.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.type-label{font-size:.75rem;font-weight:500;color:#fffffff2;text-transform:uppercase;letter-spacing:.05em}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.dashboard-loading p{color:#718096;margin-top:1rem;font-size:.938rem}.dashboard-error{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.dashboard-error p{color:#e53e3e;font-size:1rem;margin-bottom:1rem}.retry-btn{background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #4299e14d}.retry-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4299e166}@media (min-width: 1600px){.app-main-dashboard{padding:2rem 3rem}.dashboard-sections-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.dashboard-layout{flex-direction:column}.dashboard-sidebar{width:100%;position:static}.application-types-grid,.external-links-grid{grid-template-columns:repeat(2,1fr)}.right-sidebar{display:none}.main-wrapper,.main-wrapper.sidebar-closed{margin-right:0}}.external-links-section{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #e2e8f0}.section-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.external-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.external-link-card{background:#fff;border-radius:10px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer}.external-link-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001f;border-color:#cbd5e0}.external-link-image{width:100%;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#fff}.external-link-info h4{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.external-link-info p{font-size:.813rem;color:#718096}.news-card{cursor:default}.news-header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.news-header h4{font-size:1rem;font-weight:600;color:#1a202c;margin:0}.news-source{background:#3182ce;color:#fff;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600}.news-time{font-size:.75rem;color:#718096;margin-left:auto}.news-content{display:flex;gap:1rem}.news-image{flex-shrink:0;width:80px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.news-title{font-size:.875rem;color:#2d3748;line-height:1.5;font-weight:500}.stocks-card{cursor:default}.stocks-card h4{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.stocks-grid{display:flex;flex-direction:column;gap:1rem}.stock-item{display:flex;flex-direction:column;gap:.25rem}.stock-symbol{font-size:.875rem;font-weight:600;color:#1a202c}.stock-price{font-size:1.125rem;font-weight:700;color:#2d3748}.stock-change{font-size:.813rem;font-weight:500}.stock-change.positive{color:#10b981}.stock-change.negative{color:#ef4444}@media (max-width: 1024px){.dashboard-sections-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.dashboard-sections-grid{grid-template-columns:1fr}}@media (max-width: 768px){.mobile-menu-btn{display:flex}.sidebar-backdrop{display:block}.sidebar{transform:translate(-100%);width:260px}.sidebar.open{transform:translate(0)}.main-wrapper{margin-left:0;margin-right:0;padding-top:1rem;padding-left:0}.main-wrapper.sidebar-closed{margin-left:0;margin-right:0}.right-sidebar{display:none}.app-main-dashboard{padding:1.5rem 1rem}.welcome-section{padding:1.5rem 1.25rem}.welcome-title{font-size:1.25rem}.welcome-name{font-size:1.75rem}.dashboard-section-card{padding:1rem 1.25rem}.action-button{font-size:.75rem;padding:.4rem .6rem}.action-button svg{width:14px;height:14px}.section-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.section-card-actions{width:100%}.action-button{flex:1;justify-content:center;min-width:0}.application-types-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.type-card{padding:1rem}.type-icon svg{width:20px;height:20px}.type-count{font-size:1.25rem}.type-label{font-size:.688rem}.external-links-section{margin-top:2rem;padding-top:1.5rem}.section-title{font-size:1.125rem}.external-links-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.external-link-card{padding:1.25rem}.external-link-image{height:70px}.news-image{width:70px;height:50px}.news-title{font-size:.813rem}.sidebar-card{padding:1.25rem}}@media (max-width: 640px){.welcome-section{padding:1.25rem 1rem}.welcome-name{font-size:1.5rem}.dashboard-section-card{padding:1rem 1.25rem}.section-card-header h3{font-size:1rem}.action-button{padding:.5rem .75rem;font-size:.813rem}.action-button span{display:none}.application-types-grid,.external-links-grid{grid-template-columns:1fr}.external-link-card{padding:1rem 1.25rem}.external-link-image{height:60px}.news-content{flex-direction:column}.news-image{width:100%;height:80px}.calendar-grid{gap:.125rem}.calendar-day{font-size:.813rem}}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.5rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.25rem 1.5rem;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:background .2s}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-card.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.stat-card.clickable:hover{box-shadow:0 8px 16px #0000001f;transform:translateY(-3px)}.stat-card.clickable:active{transform:translateY(-1px)}.stat-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.card-icon{display:flex;align-items:center;justify-content:center;opacity:.9;line-height:1;margin:0}.card-icon svg{width:24px;height:24px}.stat-card.habitational .card-icon{color:#10b981}.stat-card.garage .card-icon{color:#ef4444}.stat-card.lessor .card-icon{color:#8b5cf6}.stat-card.cyber .card-icon{color:#f59e0b}.stat-card-header h3{font-size:.813rem;font-weight:600;color:#000;margin:0;text-transform:uppercase;letter-spacing:.05em}.card-number{font-size:2rem;font-weight:700;color:#1a202c;line-height:1;margin:0 0 .375rem}.card-description{color:#718096;font-size:.813rem;font-weight:400;margin:0}.error-text{color:#e53e3e;font-size:.813rem}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.sidebar-search{display:flex;align-items:center;padding:.75rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d}.sidebar-search-input{flex:1;background:#ffffff1a;border:none;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;outline:none;transition:background .2s}.sidebar-search-input::placeholder{color:#fff9}.sidebar-search-input:focus{background:#ffffff26}.sidebar-search svg{margin-left:.5rem;color:#fff9;opacity:.8;transition:opacity .2s}.sidebar-search svg:hover{opacity:1}.nav-section-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 1.25rem;color:#ffffff80;cursor:pointer;transition:all .2s;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.nav-section-title:hover{color:#fffc}.nav-section-title svg{flex-shrink:0;opacity:.7;transition:opacity .2s}.nav-section-title:hover svg{opacity:1}.section-toggle-icon{width:16px;height:16px;opacity:.7;transition:transform .2s ease}.nav-subsection{padding:.25rem 0 .5rem 1.25rem;border-left:1px solid rgba(255,255,255,.1)}.nav-subsection .nav-item{padding-left:.75rem;border-left:3px solid transparent}.nav-subsection .nav-item.active{border-left-color:#4299e1}.sidebar{width:260px;background:linear-gradient(180deg,#1a202c,#2d3748);color:#fff;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;left:0;top:0;bottom:0;z-index:2000;box-shadow:2px 0 12px #00000026}.sidebar.closed{width:70px}.sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;background:#0003}.sidebar-logo{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;transition:opacity .3s;background:linear-gradient(135deg,#4299e1,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar.closed .logo-text{opacity:0;display:none}.sidebar-toggle{background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.sidebar-toggle:hover{background:#fff3;transform:scale(1.05)}.sidebar-toggle:active{transform:scale(.95)}.sidebar-nav{flex:1;overflow-y:auto;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-section{margin-bottom:.5rem}.nav-section-title{display:flex!important;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#fff9;cursor:pointer;transition:all .2s;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;position:relative;-webkit-user-select:none;user-select:none}.nav-section-title:hover{color:#ffffffe6;background:#ffffff0d}.nav-section-title svg:first-child{flex-shrink:0;opacity:.8;transition:all .2s}.nav-section-title:hover svg:first-child{opacity:1;transform:scale(1.1)}.sidebar.closed .nav-section-title{justify-content:center;padding:.75rem}.sidebar.closed .nav-section-title svg:first-child{margin:0}.sidebar.closed .nav-section-title>*:not(svg:first-child){display:none}.section-toggle-icon{width:16px;height:16px;opacity:.7;transition:transform .25s cubic-bezier(.4,0,.2,1);margin-left:auto}.section-toggle-icon.rotate-180{transform:rotate(180deg)}.nav-subsection{padding:.25rem 0 .5rem;background:#00000026;border-left:2px solid rgba(66,153,225,.3);margin-left:1.25rem;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sidebar.closed .nav-subsection{display:none}.nav-subsection .nav-item{padding-left:1rem;border-left:none;font-size:.875rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#fffc;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.938rem;border-left:3px solid transparent;position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(66,153,225,.3) 0%,transparent 100%);transition:width .3s ease;z-index:0}.nav-item:hover:before{width:100%}.nav-item:hover{background:#ffffff14;color:#fff;transform:translate(3px)}.nav-item.active{background:#4299e133;color:#fff;border-left-color:#4299e1;font-weight:600}.nav-item.active:after{content:"";position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#4299e1;border-radius:50%;box-shadow:0 0 8px #4299e1;z-index:1}.nav-item svg{flex-shrink:0;transition:all .2s;position:relative;z-index:1}.nav-item span{position:relative;z-index:1}.nav-item:hover svg{transform:scale(1.1)}.sidebar.closed .nav-item span{opacity:0;display:none}.sidebar.closed .nav-item{justify-content:center;padding:.75rem}.sidebar.closed .nav-item.active:after{display:none}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1);background:#0003}.logout-btn{color:#ffffffb3}.logout-btn:hover{background:#ef444433;color:#fc8181;border-left-color:#fc8181}.logout-btn:hover:before{background:linear-gradient(90deg,rgba(239,68,68,.2) 0%,transparent 100%)}.nav-section:after{content:"";display:block;height:1px;background:#ffffff1a;margin:.5rem 1.25rem}.nav-section:last-of-type:after{display:none}.sidebar.closed .nav-section:after{margin:.5rem}.mobile-menu-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:1999;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.625rem;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s;color:#2d3748}.mobile-menu-btn:hover{background:#f7fafc;transform:scale(1.05);box-shadow:0 4px 12px #00000026}.mobile-menu-btn:active{transform:scale(.95)}.sidebar-backdrop{position:fixed;inset:0;background:#00000080;z-index:1999;display:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 768px){.mobile-menu-btn{display:flex}.sidebar-backdrop{display:block}.sidebar{transform:translate(-100%);width:260px;box-shadow:none}.sidebar.open{transform:translate(0);box-shadow:4px 0 16px #0000004d}.main-wrapper{margin-left:0!important;padding-top:1rem}.main-wrapper.sidebar-closed{margin-left:0!important}}@media (prefers-reduced-motion: reduce){.sidebar,.nav-item,.nav-section-title,.section-toggle-icon,.nav-item:before{transition:none}@keyframes slideDown{0%,to{opacity:1;transform:translateY(0)}}}.sidebar-toggle:focus,.nav-item:focus,.nav-section-title:focus{outline:2px solid #4299e1;outline-offset:2px}@media (prefers-contrast: high){.sidebar{border-right:2px solid white}.nav-item:hover{background:#ffffff4d}.nav-item.active{background:#fff6;border-left-width:5px}}.main-wrapper{flex:1;margin-left:260px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;min-height:100vh;padding-top:2rem;position:relative}.main-wrapper.sidebar-closed{margin-left:70px}.sidebar.closed .nav-section-title svg:first-child{display:flex!important;opacity:1!important;visibility:visible!important}.sidebar.closed .nav-item svg{display:flex!important;opacity:1!important;visibility:visible!important}.sidebar.closed .nav-section-title .section-title-text{display:none!important;opacity:0;width:0}.sidebar.closed .section-toggle-icon{display:none!important}.nav-item svg,.nav-section-title svg:first-child{flex-shrink:0;min-width:20px;min-height:20px}.external-links-section h3{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1.5rem}.external-links-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.external-link-card-new{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;gap:1rem;min-height:200px}.external-link-card-new:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.external-link-icon-wrapper{width:100%;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.external-link-icon-wrapper svg{width:48px;height:48px}.external-link-details h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.external-link-details p{font-size:.875rem;color:#718096}.news-card-new{background:#fff!important}.news-header-new{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.news-header-new h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0}.news-badge{background:#3182ce;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.news-time-new{margin-left:auto;font-size:.813rem;color:#a0aec0}.news-content-new{display:flex;gap:1rem;align-items:flex-start}.news-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.news-icon-wrapper svg{width:40px;height:40px}.news-title-new{font-size:.938rem;color:#2d3748;line-height:1.5;margin:0}.stocks-card-new{background:#fff!important}.stocks-card-new h4{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1.25rem}.stocks-list-new{display:flex;flex-direction:column;gap:1rem}.stock-row-new{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.stock-row-new:last-child{border-bottom:none;padding-bottom:0}.stock-info-new{display:flex;flex-direction:column;gap:.25rem}.stock-symbol-new{font-size:1rem;font-weight:700;color:#1a202c}.stock-price-new{font-size:1.25rem;font-weight:600;color:#2d3748}.stock-change-new{font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:6px;white-space:nowrap}.stock-change-new.positive{background:#d1fae5;color:#065f46}.stock-change-new.negative{background:#fee2e2;color:#991b1b}@media (max-width: 1024px){.external-links-grid-new{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.external-links-grid-new{grid-template-columns:1fr}}.external-links-section{margin-bottom:2rem}.external-links-section h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin-bottom:1.25rem}.external-links-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.external-link-compact{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;text-decoration:none;display:flex;align-items:center;gap:1rem;min-height:100px}.external-link-compact:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}.external-link-preview{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden}.preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.claim-portal-preview{background:linear-gradient(135deg,#0f172a,#1e293b)}.ambest-preview{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.news-preview{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.external-link-text{flex:1;min-width:0}.external-link-text h4{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.external-link-text p{font-size:.813rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.news-badge-compact{background:#3182ce;color:#fff;padding:.125rem .5rem;border-radius:10px;font-size:.688rem;font-weight:600}.news-time-compact{font-size:.75rem;color:#a0aec0}.news-description{font-size:.813rem;color:#4a5568;line-height:1.4;margin-top:.25rem}.stocks-compact{flex-direction:column;align-items:stretch;padding:1rem 1.25rem}.stocks-title-compact{font-size:1rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.stocks-grid-compact{display:flex;flex-direction:column;gap:.75rem}.stock-item-compact{display:grid;grid-template-columns:50px 1fr 60px 80px;align-items:center;gap:.75rem}.stock-symbol-compact{font-size:.875rem;font-weight:700;color:#1a202c}.stock-price-compact{font-size:.875rem;font-weight:600;color:#4a5568}.stock-chart-mini{display:flex;align-items:center;justify-content:center}.stock-chart-mini svg{opacity:.8}.stock-change-compact{font-size:.75rem;font-weight:600;text-align:right}.stock-change-compact.positive{color:#10b981}.stock-change-compact.negative{color:#ef4444}@media (max-width: 1024px){.external-links-grid-compact{grid-template-columns:1fr}.stock-item-compact{grid-template-columns:50px 1fr 70px 90px}}@media (max-width: 768px){.external-links-grid-compact{grid-template-columns:1fr}.external-link-preview{width:60px;height:60px}.stock-item-compact{grid-template-columns:1fr 60px;gap:.5rem}.stock-chart-mini{display:none}}.calendar-day.today{background:#4299e1!important;color:#fff!important;font-weight:700!important;border-radius:50%!important;box-shadow:0 0 0 2px #4299e1,0 2px 8px #4299e166!important;position:relative}.calendar-day.today:hover{background:#3182ce!important;box-shadow:0 0 0 2px #3182ce,0 4px 12px #4299e180!important;transform:scale(1.05)}.calendar-nav-btn{cursor:pointer;transition:all .2s ease}.calendar-nav-btn:active{transform:scale(.95)}
