:root{font-family:'Malgun Gothic','Segoe UI',sans-serif;color:#192337;background:#f2f5f3;font-size:16px;font-synthesis:none;--dark:#101a2c;--green:#243860;--lime:#90a7d5;--muted:#646a77;--line:#e9e4db}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--green)}button:focus-visible,a:focus-visible{outline:3px solid #287baf;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #6478a0;outline-offset:1px}h1,h2,h3,p{margin-top:0}h1{font-size:30px;letter-spacing:-1px;margin-bottom:10px}h2{font-size:19px;margin-bottom:8px}h3{font-size:16px}p{line-height:1.7}.sidebar{position:fixed;left:0;top:0;bottom:0;width:238px;background:var(--dark);color:#faf6ee;display:flex;flex-direction:column;padding:26px 18px 16px;z-index:2}.brand{display:flex;align-items:center;gap:9px;font-size:27px;font-weight:800;letter-spacing:-1px;padding:0 9px}.brand img{height:36px;width:36px}.brand small{font-size:12px;letter-spacing:0;color:#bdc3d0}.sidebar-sub{font-size:11px;letter-spacing:1.2px;color:#919aab;padding:9px 10px 25px}.sidebar nav{overflow:auto;display:grid;gap:3px}.nav{background:none;border:0;color:#b4bbc9;text-align:left;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;font-size:14px}.nav .icon{font-size:14px;width:23px;color:#818b9e}.nav:hover{background:#232d40}.nav.active{background:var(--lime);color:#1a2335;font-weight:700}.nav.active .icon{color:#1a2335}.side-footer{margin-top:auto;padding:16px 12px 0;font-size:12px;color:#a9b0be;line-height:1.9}.side-footer b{color:#f0e7d5;display:block}.shell{margin-left:238px}.topbar{height:76px;border-bottom:1px solid var(--line);background:#fff;display:flex;gap:18px;align-items:center;justify-content:space-between;padding:0 34px}.top-context{font-size:14px;display:flex;align-items:center;gap:13px}.tag{font-size:11px;font-weight:700;letter-spacing:.7px;background:#f5ecdb;color:#273d68;border-radius:4px;padding:5px 7px}.top-actions{display:flex;align-items:center;gap:12px}.userchip{font-size:12px;color:var(--muted)}main{padding:30px 34px 50px;max-width:1700px;margin:auto}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:23px}.eyebrow{color:#636d82;font-size:11px;font-weight:700;letter-spacing:1.8px;margin-bottom:11px}.subtitle{font-size:14px;color:var(--muted);margin:0}.primary,.secondary,.danger{padding:11px 15px;border-radius:6px;font-size:14px;font-weight:700;border:1px solid transparent}.primary{background:var(--green);color:white}.primary:hover{background:#1d2d4c}.secondary{background:white;border-color:var(--line);color:#354159}.danger{background:#fff0eb;color:#a64631;border-color:#f2d7ce}.text-btn{background:none;border:0;color:var(--green);padding:5px 0;font-size:14px;font-weight:700;text-align:left}.notice{font-size:12px;line-height:1.7;color:#646870;padding:10px 14px;background:#f4f1e5;border:1px solid #e6e1cd;border-radius:6px;margin-bottom:23px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat{background:white;border:1px solid var(--line);padding:22px;border-radius:9px;min-width:0}.stat.featured{background:var(--dark);color:#fff;border-color:var(--dark)}.stat-label{color:#717681;font-size:13px}.stat.featured .stat-label,.stat.featured .stat-foot{color:#b9c0ce}.stat-value{font-size:29px;font-weight:750;margin:12px 0 8px;letter-spacing:-1px;overflow-wrap:anywhere}.stat-value small{font-size:14px;letter-spacing:0;font-weight:400;margin-left:5px}.stat-foot{color:#707784;font-size:12px;line-height:1.6}.panel{background:white;border:1px solid var(--line);border-radius:9px;overflow:hidden;margin-bottom:22px;min-width:0}.panel-head{padding:21px 23px;display:flex;align-items:center;justify-content:space-between;gap:15px}.panel-head h2{margin:0}.panel-head p{font-size:12px;color:var(--muted);margin:7px 0 0}.panel-body{padding:0 23px 23px}.cols{display:grid;grid-template-columns:1.7fr 1fr;gap:22px}.cols.equal{grid-template-columns:repeat(2,1fr)}.pipeline{display:flex;overflow:auto;padding:0 22px 23px;gap:8px}.step{min-width:92px;flex:1;background:#f4f7f4;padding:12px 10px;border-radius:5px;border-top:3px solid #ded6c6}.step.active{border-top-color:#496aad;background:#f7f1e4}.step small{font-size:10px;color:#788090}.step b{font-size:12px;display:block;margin:10px 0 9px;white-space:nowrap}.step strong{font-size:22px;font-weight:600}.step .checkmark{font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th{font-size:12px;background:#f7f9f6;color:#777d88;font-weight:500}th,td{padding:14px 21px;border-top:1px solid #edf1ed}td{font-size:14px}td small{display:block;font-size:12px;color:var(--muted);margin-top:5px}td.wrap{white-space:normal;min-width:180px;max-width:350px;line-height:1.7}.badge{display:inline-flex;align-items:center;padding:5px 8px;font-size:11px;font-weight:700;border-radius:4px;white-space:nowrap;background:#edf2ef;color:#535c6d}.badge.green{background:#f4eee2;color:#364970}.badge.amber{background:#fff0cf;color:#94701f}.badge.red{background:#fbe8e0;color:#a1513a}.badge.blue{background:#e5eef6;color:#45708f}.attention{display:flex;align-items:flex-start;gap:12px;padding:15px 22px;border-top:1px solid #edf1ed}.attention-icon{width:26px;height:26px;background:#fff1d6;color:#916718;display:grid;place-items:center;border-radius:6px;font-size:13px;flex-shrink:0}.attention p{font-size:13px;margin:0}.attention small{display:block;color:var(--muted);font-size:12px;margin-top:5px}.chart{height:172px;display:flex;align-items:end;gap:7px;padding-top:20px}.chart-column{flex:1;height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;min-width:0}.chart-bar{width:100%;max-width:34px;background:#7b8aa8;border-radius:4px 4px 0 0;min-height:2px}.chart-column:nth-last-child(-n+4) .chart-bar{background:#243860}.chart-label{font-size:10px;margin-top:9px;color:#797f8a}.chart-legend{font-size:12px;color:var(--muted);margin-top:20px;display:flex;justify-content:space-between}.channel-row{display:grid;grid-template-columns:100px 1fr 110px;gap:12px;align-items:center;font-size:13px;margin:19px 0}.track{height:7px;background:#f5f1ea;border-radius:5px;overflow:hidden}.fill{height:100%;background:#7787a7;border-radius:5px}.channel-row b{text-align:right;font-size:13px}.toolbar{display:flex;align-items:center;gap:12px;padding:0 22px 20px;flex-wrap:wrap}.toolbar input{flex:1;min-width:160px}input,select,textarea{font:inherit;font-size:14px;color:#293347;border:1px solid #ddd5c5;border-radius:5px;padding:10px;background:#fff;max-width:100%}textarea{resize:vertical;min-height:90px}.mini-select{font-size:12px;padding:7px;max-width:190px}.muted{color:var(--muted)}.empty{padding:38px;text-align:center;color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:23px;background:white;border:1px solid var(--line);border-radius:9px}.card h3{margin:13px 0 7px;font-size:21px}.card p{font-size:14px;color:var(--muted)}.card-top{display:flex;justify-content:space-between;align-items:center}.lettermark{width:44px;height:44px;display:grid;place-items:center;background:#f4ecdc;border-radius:8px;font-size:22px;font-weight:800;color:#3e5177}.keyvals{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin:20px 0}.keyvals dt{font-size:12px;color:var(--muted);margin-bottom:6px}.keyvals dd{margin:0;font-size:14px;line-height:1.7;overflow-wrap:anywhere}.daybar{height:5px;background:#f1ece3;margin:10px 0;border-radius:4px;overflow:hidden}.daybar i{display:block;height:100%;background:#5371ac}.score-row{display:grid;grid-template-columns:125px 1fr 32px;align-items:center;gap:10px;font-size:12px;margin:14px 0}.result-block{background:#f4f7f1;border:1px solid #ece4d5;padding:17px;border-radius:6px;margin:18px 0}.result-block .caption{font-size:12px;color:#596378}.result-block strong{display:block;font-size:25px;margin-top:7px}.decision{border-top:1px solid var(--line);padding-top:17px;margin-top:18px}.report-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.report-card{padding:24px}.no-image{height:76px;background:#f7f3ec;border:1px dashed #dfd5c1;display:grid;place-items:center;color:#777e8c;font-size:12px;border-radius:5px}.footer{padding:16px 34px;font-size:11px;color:#848891;display:flex;justify-content:space-between}.loading{padding:60px;text-align:center;color:var(--muted)}.login{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.login-story{background:var(--dark);color:white;padding:60px;display:flex;flex-direction:column;justify-content:space-between}.login-story h1{font-size:48px;line-height:1.35;max-width:600px;letter-spacing:-1.5px}.login-story p{color:#b6bcc9;max-width:490px}.login-story .eyebrow{color:#90a7d5}.login-route{border-top:1px solid #374052;padding-top:25px;font-size:14px;color:#90a7d5;line-height:2}.login-form{display:flex;flex-direction:column;justify-content:center;padding:65px;max-width:650px}.login-form h2{font-size:28px}.account{display:block;width:100%;padding:17px;margin:12px 0;text-align:left;border:1px solid var(--line);background:white;border-radius:8px}.account:hover{border-color:#6c81aa;background:#faf6ef}.account b{display:block;font-size:15px;margin-bottom:6px}.account small{color:var(--muted);font-size:12px}.account .badge{float:right}.login-note{font-size:12px;color:var(--muted);line-height:1.8;margin-top:24px}dialog{width:min(900px,calc(100vw - 32px));max-height:90vh;border:0;border-radius:12px;padding:28px;box-shadow:0 30px 120px #001b3040;color:#192337}dialog::backdrop{background:#122c2a88}.modal-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.modal-top h2{font-size:23px;margin:0}.close{border:0;background:none;font-size:27px;color:#7b808b}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{font-size:13px;display:block}.field input,.field select,.field textarea{display:block;width:100%;margin-top:8px}.field.wide{grid-column:1/-1}.field-hint{font-size:11px;color:var(--muted);display:block;line-height:1.5;margin-top:6px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.form-error{color:#a7462b;font-size:14px;line-height:1.7;margin-top:16px;white-space:pre-wrap}.detail-tabs{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.detail-section{padding-top:20px;margin-top:20px;border-top:1px solid var(--line)}.reconcile{display:flex;gap:10px;align-items:center;flex-wrap:wrap;font-size:13px}.reconcile strong{background:#f3ede2;padding:12px;border-radius:5px}.small{font-size:12px}.inline-actions{display:flex;gap:8px;flex-wrap:wrap}.full{grid-column:1/-1}#toast{display:none;position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#16223a;color:#fff;box-shadow:0 8px 40px #0003;padding:14px 22px;border-radius:7px;z-index:9;max-width:90vw;font-size:14px}#toast.show{display:block}@media(max-width:1200px){.sidebar{width:210px}.shell{margin-left:210px}main{padding:25px 22px}.topbar{padding:0 22px}.cards{grid-template-columns:repeat(2,1fr)}.cols{grid-template-columns:1fr}.stat{padding:18px}.stat-value{font-size:25px}.userchip{display:none}}@media(max-width:800px){.sidebar{position:static;width:100%;padding:16px}.sidebar nav{display:flex;overflow-x:auto;margin-top:12px}.nav{flex-shrink:0;padding:10px}.sidebar-sub,.side-footer{display:none}.shell{margin:0}.topbar{height:auto;padding:14px 16px;flex-wrap:wrap}.top-context{font-size:12px}.top-actions{gap:8px}.heading{align-items:flex-start;flex-wrap:wrap}main{padding:24px 16px}.stats{grid-template-columns:repeat(2,1fr);gap:10px}.cards,.report-grid,.cols.equal{grid-template-columns:1fr}.stat-value{font-size:25px}.fields{grid-template-columns:1fr}.field.wide{grid-column:auto}.login{grid-template-columns:1fr}.login-story{padding:30px;min-height:340px}.login-story h1{font-size:34px;margin:32px 0 16px}.login-form{padding:30px}.login-route{display:none}.channel-row{grid-template-columns:85px 1fr 85px}.footer{padding:16px;gap:10px;flex-wrap:wrap}.panel-head{padding:18px}.panel-body{padding:0 18px 20px}dialog{padding:20px}.toolbar{padding:0 18px 18px}.score-row{grid-template-columns:115px 1fr 30px}}@media print{.sidebar,.topbar,.notice,.heading button,.footer,.text-btn,.primary,.secondary{display:none!important}.shell{margin:0}main{padding:0}.panel,.card{break-inside:avoid;box-shadow:none}body{background:white}.stats{grid-template-columns:repeat(4,1fr)}.report-grid{display:block}}

.product-photo{display:block;max-width:140px;max-height:100px;object-fit:contain;border-radius:5px;background:#f4f6f1;margin-bottom:8px}

/* BEECon — soft editorial workspace. Local fonts; no external asset requests. */
:root{font-family:'Segoe UI','Malgun Gothic',sans-serif;color:#29303f;background:#f7f8f4;--dark:#26344f;--green:#3f5175;--lime:#f3e9d6;--muted:#6e737d;--line:#eee9df}
body{background:#f7f8f4}button{transition:background .18s,box-shadow .18s,transform .18s}button:active{transform:translateY(1px)}
.sidebar{width:246px;background:#fcfdf9;color:#29354c;border-right:1px solid #eee8dc;padding:30px 17px 18px}.brand{font-size:28px;letter-spacing:-1.2px;color:#303e5a}.brand img{background:#36435e;border-radius:13px;padding:6px;width:38px;height:38px}.sidebar-sub{font-size:9px;letter-spacing:2px;color:#7d838f;padding-bottom:23px}.sidebar nav{gap:3px}.nav{padding:9px 13px;border-radius:12px;color:#646a77;gap:12px;font-size:12px;min-height:43px}.nav small{display:none}.nav .icon{width:20px;height:20px;color:#7e8696;flex-shrink:0}.icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.nav:hover{background:#f6f1e7}.nav.active{background:#f2e9d7;color:#34415b;box-shadow:inset 3px 0 #556c99}.nav.active .icon{color:#40537a}.side-footer{background:#f6f1e6;border-radius:15px;padding:15px 17px;color:#6b7280;font-size:10px;line-height:1.9;margin-top:20px}.side-footer b{color:#424e66;font-size:10px;letter-spacing:1px}.shell{margin-left:246px}.topbar{height:75px;background:#fdfefa;border-bottom:1px solid #efeae0;padding:0 38px}.top-context{gap:16px}.tag{font-size:9px;letter-spacing:1.5px;border:1px solid #eadfca;border-radius:20px;background:#f8f2e7;color:#465779;padding:7px 11px}.mini-select{border-radius:9px;border-color:#ece6db;background:#fff;font-size:11px;padding:8px 10px;max-width:240px}.userchip{font-size:11px}.top-actions .secondary{font-size:11px;padding:9px 13px;border-radius:9px}main{padding:35px 38px 50px;max-width:1680px}.eyebrow{font-size:9px;letter-spacing:2.2px;color:#798397;margin-bottom:12px}h1{font-size:27px;letter-spacing:-1.1px;font-weight:650;margin-bottom:10px}.subtitle{font-size:12px;color:#7f8590;line-height:1.7}.heading{margin-bottom:20px}.notice{border:0;border-radius:10px;background:#f4efe6;color:#6a7180;font-size:10px;padding:10px 14px;margin-bottom:22px}.notice b{font-size:9px;letter-spacing:1px;margin-right:5px}
.welcome{display:grid;grid-template-columns:1fr 1fr;background:#f3ebdc;border:1px solid #ede4d1;border-radius:24px;min-height:285px;overflow:hidden;margin-bottom:24px;position:relative}.welcome-copy{padding:32px 38px;z-index:1}.journey-label{font-size:8px;font-weight:700;letter-spacing:1.7px;color:#606e8b;display:flex;align-items:center;gap:8px}.journey-label i{width:6px;height:6px;background:#5a73a5;border-radius:50%}.welcome h2{font-size:29px;font-weight:650;letter-spacing:-1.2px;line-height:1.55;margin:17px 0 10px;color:#353e51}.welcome p{font-size:12px;line-height:1.85;color:#6e7789;margin-bottom:21px}.primary{background:#46526b;border:0;border-radius:11px;padding:12px 17px;font-size:12px;box-shadow:0 4px 10px #3b613014}.primary:hover{background:#353f54;box-shadow:0 5px 15px #3b613028}.welcome .primary span{margin-left:22px}.journey-art{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:38px 30px}.art-orbit{position:absolute;border:1px solid #e4d8c1;border-radius:50%;width:360px;height:360px;right:-90px;top:-180px}.orbit-two{width:510px;height:510px;top:-260px;right:-160px}.journey-card{width:100%;max-width:360px;background:#fffdf4;box-shadow:0 15px 40px #5e784214;transform:rotate(-5deg);border-radius:16px;border:1px solid #fffdf9;padding:22px;position:relative;z-index:1}.ticket-head{display:flex;justify-content:space-between;font-size:7px;letter-spacing:1.2px;color:#788090;border-bottom:1px solid #eaeada;padding-bottom:17px}.ticket-route{display:flex;justify-content:space-between;align-items:center;padding:24px 0}.ticket-route div{display:grid;gap:8px}.ticket-route small{font-size:7px;letter-spacing:2px;color:#868e9e}.ticket-route b{font-size:23px;letter-spacing:-1px;font-weight:650;color:#445370}.ticket-route span:not(.route-arrow){font-size:8px;color:#788091}.route-arrow{font-size:28px;color:#8596b8;margin:0 12px}.ticket-foot{border-top:1px dashed #e3d9c4;padding-top:17px;color:#727d94;font-size:9px;display:flex;gap:7px;align-items:center}.ticket-foot>span:last-child{margin-left:auto;color:#7e90b4;font-size:20px}.ticket-dot{width:5px;height:5px;background:#7b90ba;border-radius:50%}.art-caption{position:absolute;bottom:19px;right:35px;display:flex;align-items:center;gap:13px;z-index:1;color:#79859d;font-size:8px}.art-caption b{font-weight:500;font-style:italic;font-size:11px;letter-spacing:.2px}
.stats{gap:16px;margin-bottom:24px}.stat{border-radius:19px;border:1px solid #ede7dc;padding:23px 24px;background:#fffefa;box-shadow:0 4px 14px #30483103}.stat.featured{background:#505d76;border-color:#505d76;color:#fffefa}.stat-label{font-size:11px;color:#757c8a}.stat-value{font-size:31px;font-weight:600;letter-spacing:-1.3px;margin:16px 0 10px;font-variant-numeric:tabular-nums}.stat-value small{font-size:11px;color:inherit;opacity:.8}.stat-foot{font-size:10px;color:#818897}.stat.featured .stat-label,.stat.featured .stat-foot{color:#ece3d0}.stat:nth-child(3){background:#faf4e9}.stat:nth-child(4){background:#edf2ec}.panel{border-radius:20px;border:1px solid #eee8dd;background:#fffefa;box-shadow:0 5px 18px #354e2f03;margin-bottom:24px}.panel-head{padding:24px 26px}.panel-head h2{font-size:16px;font-weight:650;letter-spacing:-.4px}.panel-head p{font-size:10px;color:#878e9c}.panel-body{padding:0 26px 24px}.cols{gap:24px;grid-template-columns:1.55fr 1fr}.pipeline{gap:7px;padding:0 24px 24px}.step{min-width:72px;border:1px solid #efe9dc;border-radius:12px;background:#faf7f0;padding:13px 10px}.step.active{border:1px solid #eadcbf;background:#f5eddc}.step small{font-size:8px;color:#8d95a5}.step b{font-size:10px;color:#5c6474;letter-spacing:-.5px}.step strong{font-size:21px;color:#505d76}.step.active strong{color:#374a70}.chart{height:155px;background:repeating-linear-gradient(to top,transparent 0,transparent 38px,#f3efe6 38px,#f3efe6 39px)}.chart-bar{max-width:25px;background:#acb8d0;border-radius:6px 6px 1px 1px}.chart-column:nth-last-child(-n+4) .chart-bar{background:#697793}.chart-label,.chart-legend{font-size:9px;color:#848c9c}.chart-legend{margin-top:18px}.track{height:8px;background:#f4f0e7}.fill{background:#7a89a7}.channel-row{font-size:11px;grid-template-columns:85px 1fr 80px;gap:14px;margin:24px 0}.channel-row b{font-size:11px;color:#596479}.channel-row:nth-child(2) .fill{background:#bdba89}.channel-row:nth-child(3) .fill{background:#c59d7b}.text-btn{font-size:12px;color:#4d5c7b;font-weight:600}.badge{border-radius:20px;padding:5px 9px;font-size:9px;letter-spacing:.2px;font-weight:600}.badge.green{color:#475572;background:#f3ebdc}.badge.amber{background:#f6eed9;color:#967b39}.badge.red{background:#f8e9e1;color:#ab7153}th{background:#faf7f1;font-size:10px;color:#7c8596;padding:14px 23px}td{font-size:12px;padding:17px 23px;border-color:#f4f0e7}td small{font-size:10px}tbody tr:hover{background:#fbf8f3}.attention{padding:17px 25px;border-color:#f4f0e7}.attention-icon{border-radius:50%;background:#f5edda;color:#a58b51}.attention small{font-size:10px;color:#838a99}.cards{gap:22px}.card{border-radius:20px;border-color:#ede7da;padding:26px;background:#fffefa;box-shadow:0 5px 18px #354e2f03}.card h3{font-weight:600;font-size:22px}.card p{font-size:12px}.lettermark{width:49px;height:49px;border-radius:16px;background:#f4ecdc;color:#5c6f95;font-weight:600}.keyvals dt{font-size:10px}.keyvals dd{font-size:12px}.card:nth-child(3n+2) .lettermark{background:#f5ecd9;color:#af9865}.card:nth-child(3n) .lettermark{background:#f5e9e1;color:#b58b70}.secondary{border-radius:10px;border-color:#ebe3d3;background:#fffefb;font-size:12px}.result-block{border-radius:13px;background:#f7f1e6;border-color:#ede4d2}input,select,textarea{border-radius:10px;border-color:#eae2d2;background:#fffefa;font-size:13px;padding:12px;color:#444d60}.footer{font-size:9px;color:#8f96a4}.login{background:#f8f9f3}.login-story{background:#f2ead9;color:#3e4960;position:relative}.login-story p{color:#6d778c}.login-story h1{font-weight:550;font-size:45px;line-height:1.55}.login-story .eyebrow,.login-route{color:#61749b}.login-route{border-color:#e3d4b7}.login-form{padding:70px;max-width:610px}.login-form h2{font-size:29px;font-weight:600;letter-spacing:-1px}.login-form .field{margin:22px 0;color:#606a7f}.login-form .primary{width:100%;padding:16px;margin-top:10px}.login-note{font-size:11px;color:#868e9e}.login-form .muted{font-size:13px}dialog{border-radius:22px;color:#3d4555}.product-photo,.no-image{border-radius:12px}.no-image{background:#f8f4eb;border-color:#eae2d3}#toast{border-radius:14px;background:#424d64}
@media(min-width:1500px){.welcome-copy{padding:35px 42px}.welcome{min-height:300px}.journey-card{max-width:390px}.ticket-route b{font-size:27px}.nav{min-height:46px}}
@media(max-width:1200px){.sidebar{width:215px}.shell{margin-left:215px}main{padding:28px 25px}.topbar{padding:0 25px}.welcome-copy{padding:30px}.welcome h2{font-size:25px}.journey-art{padding:30px 22px}.journey-card{padding:17px}.ticket-route b{font-size:20px}.cols{grid-template-columns:1fr}.stat{padding:20px 17px}.stat-value{font-size:27px}.art-caption{font-size:7px;right:20px}.welcome p{font-size:11px}}
@media(max-width:800px){.sidebar{width:100%;position:static;padding:18px;border-right:0;border-bottom:1px solid #eee8dc}.sidebar nav{gap:5px;margin-top:17px}.nav{min-height:40px;white-space:nowrap;font-size:11px}.nav .icon{width:17px}.nav.active{box-shadow:none}.shell{margin-left:0}.topbar{padding:13px 18px;height:auto}.top-context{gap:8px}.top-actions{gap:8px}main{padding:25px 18px}.heading h1{font-size:22px;line-height:1.5}.subtitle{font-size:11px}.welcome{grid-template-columns:1fr;border-radius:20px}.welcome-copy{padding:27px}.welcome h2{font-size:27px}.journey-art{min-height:225px;padding:12px 28px 38px}.journey-card{max-width:320px;transform:rotate(-3deg)}.ticket-route{padding:17px 0}.ticket-route b{font-size:23px}.art-caption{bottom:12px;right:30px}.stats{gap:11px}.stat{padding:19px 17px;border-radius:16px}.stat-value{font-size:25px}.stat-foot{font-size:9px}.stat-label{font-size:10px}.notice{font-size:9px;line-height:1.8}.panel-head{padding:21px}.panel-body{padding:0 21px 22px}.channel-row{grid-template-columns:75px 1fr 77px;gap:10px}.login-story{min-height:300px;padding:32px}.login-story h1{font-size:33px}.login-form{padding:32px}.cards{grid-template-columns:1fr}.footer{padding:18px}}
@media(prefers-reduced-motion:reduce){button{transition:none}}
@media print{.welcome{display:none}.sidebar{display:none}.shell{margin:0}.stat.featured{background:white;color:#29303f}.stat.featured .stat-label,.stat.featured .stat-foot{color:#646a77}}
/* Reading comfort */ .nav{font-size:13px}.subtitle,.stat-foot,.panel-head p,.chart-legend,.attention small,td small,.notice,.footer{font-size:11px;color:#5f6776}.stat-label{font-size:12px;color:#5c6576}.stat.featured .stat-label,.stat.featured .stat-foot{color:#f4eee2}.panel-head p,.chart-label,.stat-foot,.keyvals dt{color:#5e6779}.journey-label,.ticket-head,.ticket-route small,.art-caption{color:#51607e}.ticket-route span:not(.route-arrow),.ticket-foot{color:#596680}.welcome p{color:#576279}.step small{color:#646f84}.ticket-head,.ticket-route small{font-size:9px}.ticket-route span:not(.route-arrow){font-size:10px}.eyebrow{color:#5e6980}.login-note{color:#5e6779}

/* Video-derived brand palette: gold #DE8400, navy #030F2E (approximate). */
:root{--dark:#030f2e;--green:#233657;--lime:#fbebcf;--muted:#6f7788;--line:#e8e6e0;background:#faf9f6;color:#18243d}
body{background:#faf9f6}.sidebar{background:#fdfdfd;border-right-color:#eeece6;padding-top:21px}.brand{padding:0;display:flex;justify-content:center}.brand img.ci-logo{width:100%;height:auto;max-width:200px;max-height:none;object-fit:contain;border-radius:0;padding:0;background:none}.sidebar-sub{display:none}.sidebar nav{margin-top:24px}.nav{color:#637086}.nav .icon{color:#8b96a6}.nav:hover{background:#faf5ea}.nav.active{background:#fbefd8;color:#795318;box-shadow:inset 3px 0 #de8400}.nav.active .icon{color:#c18225}.side-footer{background:#f8f4eb;color:#7d7b76}.side-footer b{color:#4e5261}.topbar{background:#fffefd;border-bottom-color:#ece9e2}.tag{color:#92651f;background:#fff5e2;border-color:#f0dfbd}.topbar .mini-select{border-color:#e5e6e9}.eyebrow{color:#9d773b}.subtitle{color:#717a89}h1,h2,h3{color:#18243d}.notice{background:#f3f2ee;color:#767b82}.welcome{background:#fbf1dd;border-color:#f2e4c8}.welcome h2{color:#19263f}.welcome p{color:#7d786e}.journey-label{color:#a0722b}.journey-label i{background:#de8400}.primary{background:#172a49;color:#fff;box-shadow:0 4px 12px #14254115}.primary:hover{background:#030f2e}.art-orbit{border-color:#efdeb9}.journey-card{background:#fffefd;border-color:white;box-shadow:0 16px 40px #8c6d2220}.ticket-head,.ticket-route small{color:#9f844f}.ticket-route b{color:#182747}.route-arrow{color:#de8400}.ticket-route span:not(.route-arrow){color:#7d8290}.ticket-head{border-bottom-color:#efe7d8}.ticket-foot{border-top-color:#e8d8b7;color:#957746}.ticket-dot{background:#de8400}.ticket-foot>span:last-child{color:#de8400}.art-caption{color:#a17e44}.stat{background:#fffefd;border-color:#eae7e0}.stat.featured{background:#142440;border-color:#142440}.stat.featured .stat-label,.stat.featured .stat-foot{color:#c9d0df}.stat.featured .stat-value{color:#ffcf79}.stat:nth-child(3){background:#fff4e2}.stat:nth-child(4){background:#f0f3f8}.stat-label{color:#6d7687}.stat-foot{color:#78808f}.panel{background:#fffefd;border-color:#eae7e0}.panel-head p,.chart-legend,.chart-label{color:#7b8390}.step{background:#f7f7f6;border-color:#ecebea}.step.active{background:#fff2da;border-color:#f0d7a6}.step b{color:#637085}.step small{color:#8892a1}.step strong{color:#52647e}.step.active strong{color:#a77527}.chart{background:repeating-linear-gradient(to top,transparent 0,transparent 38px,#f0efeb 38px,#f0efeb 39px)}.chart-bar{background:#e9c48a}.chart-column:nth-last-child(-n+4) .chart-bar{background:#d59535}.fill{background:#cf9c50}.track{background:#f1efeb}.channel-row:nth-child(2) .fill{background:#6f819e}.channel-row:nth-child(3) .fill{background:#adc0cf}.channel-row b{color:#45546e}.text-btn{color:#86662f}.secondary{color:#4b5a70;border-color:#e5e6e9}.badge.green{background:#edf1e7;color:#52704c}.badge.amber{background:#fff0d5;color:#906621}.badge.blue{background:#e9eef6;color:#4f6f94}.badge.red{background:#f9e9e2;color:#a86145}.attention-icon{background:#fff1d7;color:#ac7b2a}.attention small{color:#7d8696}th{background:#f8f7f4;color:#7a8495}td{border-color:#f0efeb}td small{color:#7c8492}tbody tr:hover{background:#fffbf2}.card{background:#fffefd;border-color:#eae7e0}.lettermark{background:#fff0d3;color:#b5812e}.card:nth-child(3n+2) .lettermark{background:#edf1f7;color:#6b7e9e}.card:nth-child(3n) .lettermark{background:#f4eae3;color:#b08a6c}.keyvals dt{color:#7d8593}.result-block{background:#f6f2e9;border-color:#eae0cc}.result-block strong{color:#926b2b}.no-image{background:#f7f6f3;border-color:#dfded7;color:#8b8d91}input,select,textarea{color:#384a64;border-color:#dfe3e9;background:#fffefd}.daybar{background:#f1ece2}.daybar i{background:#d5a253}.footer{color:#828994}.login{background:#faf9f6}.login-story{background:#fbf1dd;color:#18243d}.login-story .brand{max-width:240px;background:#fdfdfd;border-radius:18px;padding:14px}.login-story .brand img.ci-logo{max-width:210px}.login-story h1{color:#18243d}.login-story p{color:#7d786e}.login-story .eyebrow,.login-route{color:#a0722b}.login-route{border-color:#ecd8b0}.login-form .field{color:#62708a}.login-note{color:#7e8795}#toast{background:#182b4a}button:focus-visible,a:focus-visible{outline-color:#bd842c}input:focus,select:focus,textarea:focus{outline-color:#b68b49}
@media(max-width:800px){.sidebar{padding:13px 18px}.sidebar>.brand{justify-content:flex-start}.sidebar .brand img.ci-logo{width:150px}.sidebar nav{margin-top:14px}.nav.active{box-shadow:none}.login-story .brand{max-width:200px}.login-story .brand img.ci-logo{max-width:170px}}
@media print{.stat.featured{background:white;color:#18243d}.stat.featured .stat-value{color:#18243d}}
h1,h2,.welcome p,.ticket-route span{word-break:keep-all}.stat-value{overflow-wrap:normal;white-space:nowrap}@media(max-width:1100px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:801px) and (max-width:1050px){.welcome{grid-template-columns:1fr}.welcome-copy{padding:30px}.journey-art{min-height:260px;padding:10px 40px 45px}.journey-card{max-width:350px}.welcome h2{font-size:28px}.art-caption{bottom:18px;right:35px}}
