@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root{--ink:#13213a;--muted:#70809a;--line:#e7ecf3;--canvas:#f6f8fc;--card:#fff;--blue:#3167ee;--blue-dark:#254ec6;--nav:#111c31;--nav-soft:#1b2944;--shadow:0 14px 40px rgba(30,50,85,.075);--radius:18px}
*{box-sizing:border-box}html{min-width:320px}body{margin:0;background:var(--canvas);color:var(--ink);font:15px/1.5 'DM Sans','Segoe UI',sans-serif}a{color:var(--blue);text-decoration:none}.app-shell{display:grid;grid-template-columns:272px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:24px 16px;background:var(--nav);color:#d5deed;overflow-y:auto}.brand{display:flex;gap:12px;align-items:center;padding:6px 9px 28px;color:white}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#5483ff,#3167ee);font:800 13px Manrope,sans-serif;box-shadow:0 8px 20px #0004}.brand-copy{display:grid;gap:0;min-width:0}.brand-copy strong{font:800 17px/1.2 Manrope,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-copy small{color:#91a1be;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.nav-caption{margin:0 12px 9px;color:#7c8ba6;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.side-nav{display:grid;gap:4px}.side-nav a{display:flex;align-items:center;gap:12px;border-radius:11px;padding:11px 12px;color:#b9c5da;font-weight:600;transition:.18s ease}.side-nav a:hover{color:white;background:var(--nav-soft)}.side-nav a.is-active{color:white;background:linear-gradient(90deg,#264eb5,#1f4297);box-shadow:inset 3px 0 #8caaff}.nav-icon{display:grid;place-items:center;width:20px;color:#91aefc;font-size:18px;line-height:1}.side-nav a.is-active .nav-icon{color:#fff}.sidebar-bottom{display:grid;gap:5px;margin-top:auto;padding:24px 8px 4px;border-top:1px solid #26334c}.sidebar-bottom a{display:flex;align-items:center;gap:9px;padding:8px 4px;color:#92a1ba;font-size:13px}.sidebar-help span{display:grid;place-items:center;width:17px;height:17px;border:1px solid #687895;border-radius:50%;font-size:11px}.logout-link{color:#e0a0a8!important}.app-main{min-width:0;padding:0 34px 38px}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:80px;border-bottom:1px solid #e9edf4}.menu{display:none}.topbar-title{display:grid;gap:0}.topbar-title strong{font:700 17px/1.3 Manrope,sans-serif}.topbar-kicker{color:#92a0b5;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.profile-chip{display:flex;align-items:center;gap:9px}.profile-chip>span:last-child{display:grid;line-height:1.25}.profile-chip b{font-size:13px}.profile-chip small{max-width:185px;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#e0e9ff;color:#2d5cd9;font:800 13px Manrope,sans-serif}.content-shell{max-width:1440px;margin:auto;padding-top:28px}.dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px 32px;margin-bottom:22px;overflow:hidden;border-radius:var(--radius);background:radial-gradient(circle at 88% 12%,#5280ff 0,#345fe7 30%,#243fb6 100%);color:white;box-shadow:0 18px 32px #2d59bf2c}.dashboard-hero h1{max-width:680px;margin:5px 0 6px;font:800 clamp(24px,2.4vw,34px)/1.2 Manrope,sans-serif;letter-spacing:-.03em}.dashboard-hero p{max-width:570px;margin:0;color:#dce7ff}.eyebrow{display:block;color:#bcd0ff;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.eyebrow.dark{color:#8492aa}.hero-actions{display:flex;flex:none;gap:10px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:42px;border:0;border-radius:10px;padding:10px 16px;background:var(--blue);box-shadow:0 7px 15px #3167ee2e;color:#fff;font:700 13px 'DM Sans',sans-serif;cursor:pointer;transition:transform .16s,background .16s,box-shadow .16s}.btn:hover{background:var(--blue-dark);box-shadow:0 10px 20px #254ec63c;transform:translateY(-1px)}.btn-light{background:#fff;color:#264fbf;box-shadow:none}.btn-light:hover{background:#edf2ff}.btn.secondary{background:#ecf1ff;color:#2b5dd7;box-shadow:none}.btn.secondary:hover{background:#dfe8ff}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:22px}.stat-card{display:flex;align-items:center;gap:14px;min-width:0;padding:18px;border:1px solid var(--line);border-radius:15px;background:var(--card);box-shadow:0 4px 16px #293e6607}.stat-icon{display:grid;flex:none;place-items:center;width:43px;height:43px;border-radius:13px;font:800 20px Manrope,sans-serif}.stat-card span{display:block;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.stat-card strong{display:block;margin-top:1px;font:800 27px/1 Manrope,sans-serif;letter-spacing:-.04em}.tone-indigo .stat-icon{background:#e8edff;color:#445feb}.tone-blue .stat-icon{background:#e1f1ff;color:#1682d6}.tone-violet .stat-icon{background:#f0e7ff;color:#8149d7}.tone-amber .stat-icon{background:#fff2d9;color:#c27a13}.tone-rose .stat-icon{background:#fee8ed;color:#d35472}.tone-green .stat-icon{background:#e3f7ec;color:#27945b}.card{margin-bottom:19px;padding:23px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.section-title h2,.card h2{margin:3px 0 0;color:var(--ink);font:800 18px/1.3 Manrope,sans-serif}.text-link{font-size:13px;font-weight:700}.text-link span{padding-left:4px;font-size:16px}.table-wrap{overflow:auto;border:1px solid #edf0f5;border-radius:12px}table{width:100%;min-width:720px;border-collapse:collapse}th{padding:12px 14px;color:#8290a7;background:#f8fafc;font-size:10px;font-weight:800;letter-spacing:.075em;text-align:left;text-transform:uppercase}td{padding:14px;border-top:1px solid #edf0f5;vertical-align:middle}td b{font-weight:700;color:#263752}td small{color:#8290a7;font-size:12px}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.actions a{font-size:12px;font-weight:700}.badge{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800}.badge-created,.badge-sent{color:#2365c9;background:#e3efff}.badge-signed{color:#19734a;background:#dff6e9}.badge-draft{color:#a1650c;background:#fff2d7}.badge-cancelled{color:#bd3c51;background:#ffe8ed}.alert{margin-bottom:17px;padding:12px 14px;border-radius:10px;font-weight:600}.success{color:#177347;background:#e6f8ee;border:1px solid #cef0dd}.error{color:#b03248;background:#fff0f3;border:1px solid #ffdce3}.page-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:2px 0 22px}.page-head h1{margin:0;font:800 27px/1.2 Manrope,sans-serif;letter-spacing:-.03em}.page-head p{margin:6px 0 0;color:var(--muted)}.cn-form{max-width:1080px}.form-section h2 em{margin-left:6px;color:var(--muted);font-size:11px;font-style:normal;font-weight:500}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.wide{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;color:#34445d;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid #ccd6e6;border-radius:9px;padding:10px 11px;background:white;color:#14213a;font:inherit;outline:none;transition:border .16s,box-shadow .16s}input:focus,select:focus,textarea:focus{border-color:#6090ff;box-shadow:0 0 0 3px #dce8ff}textarea{min-height:78px;resize:vertical}.more{display:none}.more.show{display:grid}.link{padding:0;border:0;background:none;color:var(--blue);font:inherit;cursor:pointer}.danger{color:#cf4156}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin:20px 0}.filters{display:flex;align-items:center;gap:10px}.filters input:first-child{flex:1}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}dl{display:grid;grid-template-columns:135px minmax(0,1fr);gap:11px;margin:0}dt{color:var(--muted)}.reg{color:#223b78;font-size:18px;font-weight:800;letter-spacing:.5px}.photos{display:flex;flex-wrap:wrap;gap:12px}.photos figure{width:160px;margin:0}.photos img{width:160px;height:115px;border-radius:10px;object-fit:cover}.photos figcaption{margin-top:4px;color:var(--muted);font-size:12px;text-transform:capitalize}.signature{display:block;max-width:230px;max-height:90px}.login,.public{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:22px;background:radial-gradient(circle at 10% 5%,#dce9ff,transparent 37%),#f6f8fc}.login-card,.install,.sign-card{width:min(440px,100%)}.login-card h1,.install h1{margin-top:0}.login-card label{margin:14px 0}.login-card small{display:block;margin-top:14px;text-align:center}.sign-card{width:min(720px,100%)}.terms{border-radius:10px;padding:12px;background:#f8fafc;font-size:13px}.check{align-items:flex-start;flex-direction:row;margin:14px 0;font-size:13px}.check input{width:auto;margin-top:2px}#signaturePad{display:block;width:100%;height:220px;border:2px dashed #a8b5ca;border-radius:10px;background:white;touch-action:none}.print{padding:20px;background:#e6e9ee}.paper{min-height:297mm;max-width:210mm;margin:auto;padding:16mm;background:#fff}.paper header{display:flex;justify-content:space-between;border-bottom:2px solid #1e3a5f}.paper h1{margin:0;font-size:23px}.paper h2{font-size:17px}.paper section{margin:18px 0}.paper table{min-width:0;border:1px solid #ddd}.paper footer{display:flex;justify-content:space-between;margin-top:35px}.print-photo{max-width:200px;max-height:145px}.logo{float:left;width:65px;height:65px;margin-right:10px;object-fit:contain}.print-tools{text-align:center;margin-bottom:10px}.print-tools button{padding:9px 14px}.empty{padding:34px!important;color:var(--muted);text-align:center}
@media(max-width:1100px){.app-shell{grid-template-columns:236px minmax(0,1fr)}.sidebar{padding:20px 12px}.app-main{padding:0 24px 30px}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-hero{padding:27px}.hero-actions{flex-direction:column}.brand-copy strong{font-size:15px}}
@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;z-index:40;width:272px;transform:translateX(-100%);transition:transform .22s ease;box-shadow:20px 0 42px #0b152a38}.sidebar.open{transform:translateX(0)}.app-main{width:100%;padding:0 16px 26px}.topbar{min-height:66px}.menu{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:9px;background:#e9efff;color:#305dc9;font-size:18px}.topbar-title{margin-right:auto;margin-left:10px}.profile-chip>span:last-child{display:none}.content-shell{padding-top:18px}.dashboard-hero{align-items:flex-start;flex-direction:column;padding:23px}.dashboard-hero h1{font-size:25px}.hero-actions{width:100%;flex-direction:row}.hero-actions .btn{flex:1}.stats{grid-template-columns:1fr 1fr;gap:10px}.stat-card{gap:10px;padding:14px}.stat-icon{width:38px;height:38px;font-size:17px}.stat-card strong{font-size:23px}.page-head{align-items:flex-start}.page-head .btn{white-space:nowrap}.grid,.detail-grid{grid-template-columns:1fr}.wide{grid-column:auto}.filters{flex-wrap:wrap}.filters input,.filters select{min-width:130px}.actions{gap:8px}.paper{padding:10mm}.paper header{display:block}.no-print{display:none}}
@media(max-width:420px){.stats{grid-template-columns:1fr}.dashboard-hero p{font-size:13px}.hero-actions{flex-direction:column}.page-head{flex-direction:column}.page-head .btn{width:100%}}
@media print{body.print{padding:0;background:#fff}.paper{max-width:none;padding:12mm;box-shadow:none}.no-print{display:none!important}}
