:root{--theme:#0ea5e9;--bg:#ffffff;--text:#0b1220;--sidebar:#5ebaf3;--sidebar-text:#0b1220;--card:#ffffff;--border:rgba(15,23,42,0.1);--muted:rgba(15,23,42,0.65);--dash-clients:#22c55e;--dash-docs:#f59e0b;--dash-visits:#a855f7}*{box-sizing:border-box}body,html{margin:6;padding:4;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif}.portal-grid{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:var(--bg)}.portal-sidebar{padding:16px;background:var(--sidebar);color:var(--sidebar-text);border-right:2px solid rgba(0,0,0,.08)}.container{max-width:1200px;margin:0 auto}.card{background:var(--card);border:2px solid var(--border);border-radius:16px;box-shadow:0 10px 30px rgba(2,6,23,.06)}.muted{color:var(--muted)}.nav-link{display:flex;align-items:center;gap:10px;padding:12px;border-radius:12px;text-decoration:none;color:#0b1220;background:rgba(255,255,255,.4);border:1px solid rgba(0,0,0,.1);transition:.15s;font-weight:800}.nav-link:hover{background:rgba(255,255,255,.58)}.nav-link.active{background:rgba(255,255,255,.86);box-shadow:0 6px 16px rgba(0,0,0,.08)}.btn{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:800}.btn-primary{background:var(--theme);border:none;color:#062033}.btn-ghost{background:rgba(255,255,255,.4)}.input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);outline:none}.form-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px}.divider,.full{grid-column:1/-1}.divider{height:1px;background:rgba(2,6,23,.1);margin:6px 0}.dash-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dash-card{padding:16px;display:grid;gap:6px;text-decoration:none;color:inherit;border-left:6px solid var(--theme)}.dash-card.clients{border-left-color:var(--dash-clients)}.dash-card.docs{border-left-color:var(--dash-docs)}.dash-card.visits{border-left-color:var(--dash-visits)}.portal-home{padding:28px}.portal-home-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.portal-home-header h1{margin:0;font-size:28px;color:#06152f}.portal-home-header p{margin:6px 0 0;color:#64748b}.portal-client-pill{display:flex;align-items:center;gap:10px;background:#ffffff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 14px 8px 8px}.portal-client-pill span{width:34px;height:34px;border-radius:999px;background:#1e3a5f;color:white;display:grid;place-items:center;font-weight:800}.portal-shortcuts{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));background:#ffffff;border:1px solid #dbe4f0;border-radius:18px;padding:22px;margin-bottom:22px;box-shadow:0 10px 28px rgba(15,39,74,.05)}.portal-shortcut{text-decoration:none;color:#0f172a;display:flex;flex-direction:column;align-items:center;text-align:center;border-right:1px solid #e5edf7;padding:2px 14px}.portal-shortcut:last-child{border-right:none}.portal-shortcut.disabled{opacity:.85;cursor:default}.portal-shortcut-icon{width:62px;height:62px;border-radius:15px;color:white;display:grid;place-items:center;margin-bottom:12px;box-shadow:0 12px 22px rgba(15,39,74,.14)}.portal-shortcut-icon svg{width:30px;height:30px}.portal-shortcut strong{font-size:13px;margin-bottom:8px}.portal-shortcut p{margin:0;color:#64748b;font-size:12px;line-height:1.35}.portal-shortcut p span{background:#fef3c7;color:#92400e;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;margin-left:4px}.portal-dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.portal-card{background:#ffffff;border:1px solid #dbe4f0;border-radius:18px;padding:20px;box-shadow:0 10px 28px rgba(15,39,74,.05)}.portal-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.portal-card h2,.portal-card-header h2{margin:0;font-size:18px;color:#06152f}.portal-card-header a{text-decoration:none;background:#eff6ff;color:#2563eb;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:700}.portal-list{display:grid;gap:12px}.portal-list-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;border-bottom:1px solid #edf2f7;padding-bottom:12px}.portal-list-item:last-child{border-bottom:none;padding-bottom:0}.portal-list-item strong{color:#0f172a;font-size:14px}.portal-list-item p{margin:4px 0;color:#475569;font-size:13px}.portal-list-item small{color:#64748b}.portal-date-box,.portal-icon-box{width:54px;height:54px;border-radius:13px;background:#f1f5f9;display:grid;place-items:center;text-align:center}.portal-date-box strong{font-size:14px;color:#0f172a}.portal-date-box span{font-size:11px;color:#2563eb;font-weight:800}.portal-icon-box.green{background:#dcfce7;color:#16a34a}.portal-icon-box.blue,.portal-status{background:#dbeafe;color:#2563eb}.portal-status{border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.portal-empty{color:#64748b;background:#f8fafc;border-radius:14px;padding:18px;font-size:14px}.portal-info{margin-top:22px}.portal-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.portal-info-card{background:#f8fafc;border-radius:14px;padding:16px}.portal-info-card strong{color:#0f172a}.portal-info-card p{color:#64748b;margin:6px 0 0;font-size:13px}@media (max-width:1300px){.portal-shortcuts{grid-template-columns:repeat(4,1fr);gap:14px}.portal-shortcut{border:1px solid #e5edf7;border-radius:16px;padding:16px 10px}.portal-dashboard-grid{grid-template-columns:1fr}.portal-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.portal-home{padding:16px}.portal-home-header{align-items:flex-start;flex-direction:column;gap:14px}.portal-shortcuts{grid-template-columns:repeat(2,1fr)}.portal-info-grid{grid-template-columns:1fr}}.portal-shell{min-height:100vh;display:grid;grid-template-columns:268px 1fr;background:#f7f9fc}.portal-sidebar{border-right:1px solid #e8edf5;background:#ffffff;padding:32px 10px;display:grid;grid-template-rows:auto 1fr auto;gap:36px;box-shadow:18px 0 38px rgba(15,23,42,.04)}.portal-brand{display:flex;align-items:center;gap:14px;min-height:100px;padding:0 0 18px;border-bottom:1px solid #e8edf5}.portal-brand-logo{width:80px;height:80px;margin-left:0;border:1px solid #dfe6f0;border-radius:20px;background:#ffffff;display:grid;place-items:center;overflow:hidden;box-shadow:0 18px 34px rgba(37,99,235,.1)}.portal-brand-logo img{width:64px;height:64px;-o-object-fit:contain;object-fit:contain}.portal-brand-text{display:grid;color:#2457c5;font-size:18px;font-weight:800;line-height:.96}.portal-brand-text strong{font-weight:800}.portal-collapse-button{width:42px;height:42px;margin-left:auto;margin-right:16px;border:1px solid #e6ebf3;border-radius:999px;background:#ffffff;color:#132746;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 26px rgba(15,23,42,.1)}.portal-side-nav{display:grid;gap:8px;align-content:start}.portal-side-link{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-radius:8px;text-decoration:none;text-transform:uppercase;letter-spacing:0;font-size:15px;font-weight:800;color:#18304f;background:transparent;border:1px solid transparent;transition:.18s ease}.portal-side-link:hover{color:#2457c5;background:#eef4ff}.portal-side-link.active{color:#2457c5;background:#dce8ff;border-color:#dce8ff;box-shadow:none}.portal-side-link.disabled{color:#64748b;background:#f8fafc;cursor:default;opacity:.9}.portal-side-link.disabled:hover{transform:none;border-color:transparent}.portal-side-chevron{flex:0 0 auto;color:#18304f}.portal-side-link small{margin-left:auto;background:#edf2ff;color:#2457c5;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:900;white-space:nowrap}.portal-sidebar-footer{display:grid;gap:10px;padding:0 4px}.portal-main{min-width:0;padding:18px}@media (max-width:1000px){.portal-shell{grid-template-columns:1fr}.portal-sidebar{position:static;border-right:none;border-bottom:1px solid rgba(2,6,23,.08)}.portal-side-nav{grid-template-columns:1fr}}.first-access-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top left,rgba(14,165,233,.18),transparent 30%),linear-gradient(180deg,#f8fafc,#eef6ff);padding:24px}.first-access-card{width:100%;max-width:440px;background:#ffffff;border:1px solid #dbe4f0;border-radius:24px;padding:30px;box-shadow:0 22px 50px rgba(15,39,74,.12)}.first-access-brand{width:56px;height:56px;border-radius:18px;background:#2563eb;color:#ffffff;display:grid;place-items:center;font-size:20px;font-weight:900;margin-bottom:18px}.first-access-card h1{margin:0;color:#06152f;font-size:28px}.first-access-card p{color:#64748b;line-height:1.5;margin:10px 0 20px}.first-access-form{display:grid;gap:12px}.first-access-form input{height:46px;border-radius:13px;border:1px solid #cbd5e1;padding:0 14px;font-size:15px}.first-access-form button{height:46px;border:none;border-radius:13px;background:#2563eb;color:#ffffff;font-weight:900;cursor:pointer}.first-access-form button:disabled{opacity:.65;cursor:not-allowed}.first-access-alert,.first-access-message{margin-top:14px;border-radius:13px;padding:12px 14px;background:#fee2e2;color:#991b1b;font-weight:700;font-size:13px}.first-access-message.success{background:#dcfce7;color:#166534}.portal-visit-grid{display:grid;gap:14px}.portal-visit-card{display:grid;grid-template-columns:170px 1fr auto;gap:18px;align-items:center;border:1px solid #dbe4f0;border-radius:18px;padding:16px;background:#ffffff;box-shadow:0 8px 22px rgba(15,39,74,.04)}.portal-visit-date{display:grid;gap:6px;justify-items:center;text-align:center;background:#eff6ff;border-radius:16px;padding:14px;color:#2563eb}.portal-visit-date strong{color:#06152f;font-size:15px}.portal-visit-date span{font-size:12px;font-weight:800}.portal-visit-body h3{margin:0;color:#06152f;font-size:18px}.portal-visit-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.portal-visit-body p{margin:5px 0;color:#475569;display:flex;align-items:center;gap:6px}.portal-visit-status{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#475569}.portal-visit-status.SCHEDULED{background:#dbeafe;color:#2563eb}.portal-visit-status.CONFIRMED{background:#dcfce7;color:#15803d}.portal-visit-status.IN_PROGRESS{background:#fef3c7;color:#92400e}.portal-confirm-button{height:42px;border:none;border-radius:13px;background:#2563eb;color:#ffffff;padding:0 14px;font-weight:900;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.portal-confirm-button:disabled{opacity:.65;cursor:not-allowed}.portal-confirmed-text{color:#64748b;display:inline-flex;align-items:center;gap:6px;font-weight:800}@media (max-width:900px){.portal-visit-card{grid-template-columns:1fr}.portal-visit-date{justify-items:start;text-align:left}}.portal-quote-grid{display:grid;gap:14px}.portal-quote-card{display:grid;grid-template-columns:70px 1fr;gap:16px;background:#ffffff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;box-shadow:0 8px 22px rgba(15,39,74,.04)}.portal-quote-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;background:#fff7ed;color:#f97316}.portal-quote-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.portal-quote-header h3{margin:0;color:#06152f;font-size:18px}.portal-quote-header p{margin:5px 0 0;color:#64748b}.portal-quote-status{border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;background:#e2e8f0;color:#475569}.portal-quote-status.OPEN{background:#dbeafe;color:#2563eb}.portal-quote-status.APPROVED{background:#dcfce7;color:#15803d}.portal-quote-status.CANCELLED,.portal-quote-status.REJECTED{background:#fee2e2;color:#991b1b}.portal-quote-status.EXPIRED{background:#fef3c7;color:#92400e}.portal-quote-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.portal-quote-info div{background:#f8fafc;border-radius:14px;padding:12px}.portal-quote-info strong{display:block;color:#64748b;font-size:12px;margin-bottom:4px}.portal-quote-info span{color:#06152f;font-weight:900}.portal-quote-asset{margin-top:12px;color:#475569}@media (max-width:700px){.portal-quote-card,.portal-quote-info{grid-template-columns:1fr}}.portal-quote-info-column{grid-template-columns:1fr!important}.portal-quote-info-column>div{width:100%}.portal-quote-info-column span{line-height:1.45}.portal-quote-info-table{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.portal-quote-info-table>div{min-height:74px}.portal-quote-info-table strong{display:block;font-size:12px;color:#64748b;margin-bottom:8px}.portal-quote-info-table span{display:block;font-weight:700;color:#020617;line-height:1.35;word-break:break-word}@media (max-width:1200px){.portal-quote-info-table{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.portal-quote-info-table{grid-template-columns:1fr}}.portal-page-header{padding:22px}.portal-page-header h1{margin:0;font-size:28px;color:#06152f}.portal-page-header p{margin:8px 0 0;color:#64748b;font-size:15px}.portal-table-card{background:#ffffff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 8px 22px rgba(15,39,74,.04);overflow:hidden}.portal-table-wrap{width:100%;overflow-x:auto}.portal-quotes-table{width:100%;border-collapse:collapse;font-size:14px}.portal-quotes-table thead{background:#f8fafc}.portal-quotes-table th{padding:13px 14px;text-align:left;color:#475569;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #e2e8f0;white-space:nowrap}.portal-quotes-table td{padding:14px;border-bottom:1px solid #edf2f7;color:#0f172a;vertical-align:middle}.portal-quotes-table tbody tr:hover{background:#f8fbff}.portal-quotes-table tbody tr:last-child td{border-bottom:none}.quote-number{color:#06152f;font-size:15px}.date-col{width:130px;white-space:nowrap}.description-col{min-width:240px;max-width:420px;color:#334155}.portal-action-link{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 12px;border-radius:10px;background:#eff6ff;color:#2563eb;text-decoration:none;font-weight:900;border:1px solid #bfdbfe}.portal-quote-actions{display:flex;align-items:center;gap:8px}.portal-quote-actions form{margin:0}.portal-approve-button,.portal-reject-button{height:34px;border-radius:10px;padding:0 11px;border:none;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.portal-approve-button{background:#dcfce7;color:#15803d}.portal-reject-button{background:#fee2e2;color:#991b1b}.portal-approve-button:disabled,.portal-reject-button:disabled{opacity:.45;cursor:not-allowed}@media (max-width:900px){.portal-quotes-table{min-width:900px}}