:root{--side:#222b5f;--side-dark:#1d2557;--bg:#f4f5f7;--panel:#fff;--text:#293c4e;--muted:#607386;--line:#dfe5eb;--soft:#f8fafc;--blue:#2aa6dc;--orange:#f26b2f;--link:#1f6094;--input:#fff;--shadow:0 2px 8px rgba(30,45,65,.10);--shadow-lg:0 8px 22px rgba(30,45,65,.14);--login:#293d4d}html[data-theme=dark]{--side:#111936;--side-dark:#0c132b;--bg:#101824;--panel:#172235;--text:#e9eef8;--muted:#a8b6c8;--line:#2b3a4f;--soft:#111a2a;--blue:#52b9ec;--orange:#ff884d;--link:#86c8ff;--input:#111a2a;--shadow:0 2px 12px rgba(0,0,0,.32);--shadow-lg:0 8px 24px rgba(0,0,0,.38);--login:#1d2b39}*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:15px}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}.whm-login-body{min-height:100vh;background:#293d4d;color:#fff;display:flex;align-items:center;justify-content:center}.whm-login-wrap{width:min(100%,1260px);min-height:900px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;position:relative}.whm-login-logo{font-size:104px;font-weight:900;font-style:italic;letter-spacing:-10px;margin-bottom:48px;line-height:.9;color:#fff}.whm-login-logo sup{font-size:17px;letter-spacing:0;margin-left:4px}.whm-login-form{width:420px}.whm-login-form label{display:block;color:#fff;font-weight:700;font-size:20px;margin:0 0 12px 5px}.login-input{display:flex;align-items:center;background:#fff;border:1px solid #9da4ab;border-radius:5px;box-shadow:inset 0 1px 4px rgba(0,0,0,.35);height:52px;margin-bottom:42px}.login-input span{width:52px;text-align:center;font-size:20px;color:#80909a}.login-input input{border:0;outline:0;background:transparent;color:#333;font-size:18px;width:100%;height:100%;padding-right:13px}.whm-login-btn{height:52px;border:0;border-radius:5px;background:#25a8df;color:#fff;font-size:18px;font-weight:700;width:100%;cursor:pointer}.whm-login-btn:hover{background:#1998cd}.login-languages{position:absolute;bottom:185px;left:0;right:0;display:flex;justify-content:center;gap:52px;font-size:16px;font-weight:700;white-space:nowrap}.login-footer{position:absolute;bottom:42px;text-align:center;color:#fff;font-size:14px;font-weight:700}.login-footer a{color:#fff}.cp-mark{font-size:30px;font-weight:900;font-style:italic}.login-alert{width:420px;margin:-28px 0 22px;padding:12px;border-radius:4px;background:#ffe7e7;color:#6b1515}.login-alert.success{background:#e8fff2;color:#15512f}.mobile-bar{display:none}.whm-shell{display:flex;min-height:100vh}.whm-sidebar{width:245px;background:linear-gradient(180deg,var(--side),var(--side-dark));color:#fff;min-height:100vh;position:fixed;left:0;top:0;bottom:0;overflow-y:auto;padding:11px 12px;z-index:10;box-shadow:inset -1px 0 rgba(255,255,255,.05)}.whm-side-logo{font-size:42px;font-weight:900;font-style:italic;letter-spacing:-4px;margin:4px 0 20px;color:#fff}.side-actions{display:flex;gap:10px;margin-bottom:10px}.side-actions button{flex:1;background:rgba(12,18,47,.45);border:1px solid rgba(255,255,255,.45);border-radius:5px;color:#fff;padding:9px 7px;font-size:14px;cursor:pointer}.side-search{width:100%;height:38px;border:0;border-radius:3px;padding:0 11px;margin-bottom:12px;background:#eef1f6;color:#28384a;font-size:15px}.whm-nav details{border-top:1px solid rgba(255,255,255,.08);padding:5px 0}.whm-nav summary{cursor:pointer;list-style:none;color:#fff;font-size:14px;line-height:30px;display:flex;align-items:center;gap:8px}.whm-nav summary::-webkit-details-marker{display:none}.whm-nav summary:before{content:'›';transition:.15s}.whm-nav details[open] summary:before{transform:rotate(90deg)}.whm-nav a{display:flex;align-items:center;gap:9px;color:#fff;font-size:14px;line-height:28px;padding-left:24px;opacity:.96}.whm-nav a:hover{background:rgba(255,255,255,.09);text-decoration:none}.whm-nav a i{width:16px;color:#dfe6ff}.whm-main{margin-left:245px;width:calc(100% - 245px);min-height:100vh}.system-strip{height:43px;background:var(--panel);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 45px;font-size:14px;gap:58px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.system-strip div{display:flex;flex-direction:column;line-height:18px}.system-strip span{color:var(--muted);font-size:12px}.system-strip strong{font-weight:400;color:var(--text)}.system-strip .strip-right{margin-left:auto}.whm-topbar{height:72px;background:var(--panel);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:14px 45px;gap:18px;box-shadow:0 6px 18px rgba(0,0,0,.06)}.top-search{width:min(790px,65vw);margin-left:auto;display:flex;border:1px solid #cbd3dd;background:var(--input);height:46px}.top-search input{flex:1;border:0;background:transparent;padding:0 17px;color:var(--text);outline:0;font-size:18px}.top-search button{width:52px;border:0;border-left:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer;font-size:18px}.top-actions{display:flex;gap:12px}.circle-btn{width:46px;height:46px;border-radius:50%;border:1px solid #b7c2cf;background:var(--panel);color:var(--text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:17px}.whm-page-pad{padding:24px 44px 0;max-width:1500px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.section-heading h1,.tools-title h1{font-size:31px;font-weight:400;margin:0;color:var(--text)}.whm-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;margin:0 0 25px}.favorites-grid.two-cards{display:grid;grid-template-columns:repeat(2,minmax(270px,1fr));gap:18px}.fav-card{background:var(--panel);border:1px solid #e7eaf0;box-shadow:var(--shadow);min-height:118px;display:flex;gap:24px;align-items:flex-start;padding:25px 28px;color:var(--text);transition:.13s transform,.13s box-shadow}.fav-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);text-decoration:none}.fav-icon{width:42px;color:var(--orange);font-size:31px;text-align:center;line-height:1.1}.fav-card strong{display:block;color:var(--text);margin-bottom:11px;font-size:22px;font-weight:500}.fav-card em{font-style:normal;color:var(--muted);font-size:16px;line-height:1.45}.fav-card em b{font-size:22px;color:var(--text)}.stats-area h2{font-size:31px;font-weight:400;margin:0 0 11px}.stats-card{background:var(--panel);border:1px solid #e7eaf0;box-shadow:var(--shadow);padding:18px;margin-bottom:14px}.stats-card span{display:block;font-size:14px;color:var(--muted);margin-bottom:8px}.stats-card strong{font-size:23px;color:var(--text)}.stats-card small{display:block;color:var(--muted);margin-top:7px;font-size:13px}.stats-card .tiny-stat{font-size:15px;word-break:break-word}.tools-title{margin:13px 0 18px}.whm-box,.whm-panel{margin:0 0 18px;background:var(--panel);border:1px solid #e1e5eb;box-shadow:var(--shadow)}.whm-box summary,.whm-panel summary{height:60px;display:flex;align-items:center;gap:16px;padding:0 26px;list-style:none;cursor:pointer;border-bottom:1px solid #edf0f3}.whm-box summary::-webkit-details-marker,.whm-panel summary::-webkit-details-marker{display:none}.whm-box summary strong,.whm-panel summary strong{font-size:18px;font-weight:600}.whm-box summary b,.whm-panel summary b{margin-left:auto;color:#8da0b3}.sum-icon{font-size:22px;color:var(--orange);width:28px;text-align:center}.fetch-panel{border-top:1px solid #edf0f3;margin:0;padding:28px;background:var(--soft)}.fetch-copy h2,.records-head h2{font-size:26px;font-weight:400;margin:0 0 6px}.fetch-copy p,.records-head p{margin:0 0 20px;color:var(--muted);font-size:16px;line-height:1.5}.fetch-badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.fetch-badges span{display:inline-flex;align-items:center;gap:6px;background:#eef6fc;border:1px solid #d0e3f2;border-radius:999px;color:#275f8b;font-size:13px;padding:7px 11px}.fetch-form{display:grid;grid-template-columns:1.5fr .65fr .9fr 1.2fr auto;gap:14px;align-items:end}.fetch-form label,.profile-grid label{font-size:14px;color:var(--muted);font-weight:700}.fetch-form input,.profile-grid input{display:block;margin-top:8px;width:100%;height:46px;border:1px solid #c8d1db;background:var(--input);color:var(--text);padding:0 12px;border-radius:2px;font-size:15px}.primary-fetch,.record-search button,.mini-btn,.btn{border:1px solid #b8c5d2;background:#f7f8fa;color:#1e5f94;border-radius:2px;min-height:36px;padding:8px 12px;cursor:pointer;font-weight:400;display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary-fetch{background:#2ba6d9;color:#fff;border-color:#2498c8;height:46px;font-weight:700;font-size:15px;white-space:nowrap}.records-head{display:flex;justify-content:space-between;gap:22px;padding:28px 28px 0}.record-search{display:flex;width:430px;height:44px}.record-search input{flex:1;border:1px solid #c8d1db;background:var(--input);color:var(--text);padding:0 13px;border-radius:2px 0 0 2px;font-size:15px}.record-search button{border-radius:0 2px 2px 0;font-size:14px;padding:0 17px}.records-table{padding:18px 28px 28px;overflow-x:auto}.records-table table{width:100%;border-collapse:collapse;min-width:900px}.records-table th{background:#f8f9fb;color:#4d5f70;text-align:left;font-weight:700;font-size:14px;border:1px solid #e2e7ec;padding:13px}.records-table td{border:1px solid #e2e7ec;padding:14px;vertical-align:top;font-size:14px}.records-table td span{color:#6b7d8f}.version-pill{background:#eef6fc;border:1px solid #c9e0f2;border-radius:14px;padding:4px 10px;color:#1c6094!important;white-space:nowrap}.actions{display:flex;gap:8px;flex-wrap:wrap}.mini-btn{font-size:14px;padding:7px 10px;min-height:32px}.empty-state{margin:20px 28px 28px;border:1px dashed #c6d1dc;background:#f8fafc;color:#5d7082;text-align:center;padding:34px;font-size:16px}.empty-state span{display:block;font-size:38px;margin-bottom:12px;color:var(--orange)}.empty-state strong{display:block;color:#283d52;margin-bottom:8px}.empty-state p{margin:0}.tool-grid.exact{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 52px;padding:28px 38px}.whm-tool{display:flex;gap:16px;align-items:flex-start;min-height:48px;color:#286aa1}.whm-tool span{width:44px;height:44px;border:1px solid #b5c0cb;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--orange);font-size:17px;background:var(--panel)}.whm-tool div{font-size:16px;line-height:1.25}.whm-tool small{display:block;color:var(--muted);margin-top:4px;font-size:13px}.alert{margin:0 0 18px;padding:13px 17px;border:1px solid #cbddeb;background:#eef8ff;color:#23485d;font-size:15px}.alert.error{border-color:#f1b8b8;background:#fff0f0;color:#8d3030}.alert.success{border-color:#b9e4c9;background:#eefcf3;color:#245c3c}.whm-footer{padding:70px 0 34px;display:flex;gap:14px;align-items:center;color:#1f5f92}.whm-footer strong{font-size:32px;font-weight:900;font-style:italic;color:var(--text);letter-spacing:-4px}.whm-footer span{color:var(--muted);font-size:13px;margin-right:12px}.whm-footer a{font-size:14px}.record-toolbar{display:flex;justify-content:space-between;gap:18px;padding:26px;border-bottom:1px solid #edf0f3}.record-toolbar h1{font-size:31px;font-weight:400;margin:0 0 6px}.record-toolbar p{margin:0;color:var(--muted);font-size:15px}.record-summary,.meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px 26px}.record-summary div,.meta-grid div{background:var(--soft);border:1px solid var(--line);padding:15px}.record-summary span,.meta-grid span{display:block;color:var(--muted);font-size:13px}.record-summary strong,.meta-grid strong{display:block;margin-top:7px;word-break:break-word}.metadata-block{margin:0 26px 18px;border:1px solid var(--line);background:var(--soft)}.metadata-block summary{height:46px;border:0;padding:0 14px;font-weight:700;color:var(--muted)}.record-view h2{font-size:23px;font-weight:400;margin:22px 26px 10px}.vars-box{margin:0;border-top:1px solid var(--line)}.copy-wrap{margin:0 26px 16px}.copy-wrap .copy-btn{float:right;margin-bottom:8px}.copy-wrap:after{content:'';display:block;clear:both}.base64-box,textarea{width:100%;background:var(--input);color:var(--text);border:1px solid #c8d1db;border-radius:2px;padding:13px;font-family:Consolas,monospace;white-space:pre;overflow:auto;word-break:normal;font-size:13px}.delete-form{padding:22px 26px}.btn.danger,.danger{border-color:#d78080;background:#fff2f2;color:#9c3030}pre{background:var(--soft);border:1px solid var(--line);padding:15px;overflow:auto;color:var(--text);font-size:13px}.profile-box{max-width:1220px}.profile-form{padding:28px;background:var(--soft)}.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:end}.profile-actions{display:flex;align-items:end}.form-note{color:var(--muted);font-size:13px;margin:18px 0 0}code{background:rgba(120,130,140,.12);padding:2px 6px;border-radius:4px}@media(prefers-reduced-motion:no-preference){.fav-card,.whm-box{animation:fadeUp .18s ease both}@keyframes fadeUp{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}}@media(max-width:1300px){.whm-content-grid{grid-template-columns:1fr}.stats-area{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.stats-area h2{grid-column:1/-1}.favorites-grid.two-cards{grid-template-columns:1fr 1fr}.fetch-form{grid-template-columns:1fr 1fr}.primary-fetch{grid-column:1/-1}.tool-grid.exact{grid-template-columns:repeat(2,1fr)}}@media(max-width:1000px){.mobile-bar{display:flex;position:sticky;top:0;z-index:20;height:54px;background:var(--side);color:#fff;align-items:center;gap:12px;padding:0 12px}.hamburger{border:0;background:rgba(255,255,255,.1);color:#fff;width:38px;height:38px}.whm-sidebar{transform:translateX(-105%);transition:.18s}.whm-sidebar.open{transform:none}.whm-main{margin-left:0;width:100%}.system-strip{overflow:auto;padding:0 15px;gap:30px}.whm-topbar{padding:10px 15px;height:64px}.top-search{width:100%;margin-left:0}.circle-btn{width:40px;height:40px}.whm-page-pad{padding:18px 20px 0}.login-languages{gap:20px;font-size:13px;bottom:150px;overflow:hidden}.whm-login-logo{font-size:78px}.record-search{width:100%;margin-top:12px}.records-head{display:block}.profile-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.whm-page-pad{padding:12px 10px 0}.favorites-grid.two-cards,.tool-grid.exact,.fetch-form,.stats-area,.profile-grid,.record-summary,.meta-grid{grid-template-columns:1fr}.fav-card{padding:18px;min-height:100px}.fav-card strong{font-size:20px}.fav-card em{font-size:15px}.whm-box summary,.whm-panel summary{height:58px;padding:0 16px}.fetch-panel,.profile-form{padding:18px}.records-head{padding:18px 18px 0}.records-table{padding:12px 18px 18px}.records-table table,.records-table thead,.records-table tbody,.records-table tr,.records-table th,.records-table td{display:block;min-width:0}.records-table thead{display:none}.records-table tr{border:1px solid #e2e7ec;margin-bottom:10px;background:var(--panel)}.records-table td{border:0;border-bottom:1px solid #edf0f3;display:flex;justify-content:space-between;gap:14px}.records-table td:before{content:attr(data-label);font-weight:700;color:#52677b}.whm-login-form,.login-alert{width:100%;max-width:420px}.login-languages{display:none}.whm-login-wrap{min-height:100vh}.login-footer{bottom:22px}.record-toolbar{display:block;padding:18px}.record-toolbar .actions{margin-top:12px}.record-toolbar h1,.section-heading h1,.tools-title h1{font-size:27px}.whm-footer{flex-wrap:wrap}.whm-side-logo{font-size:38px}}

/* v9 production polish */
:root{--side:#20295d;--side-dark:#1a2354;--orange:#ff6c2c;--blue:#2aa6dc;--bg:#f5f6f8;--panel:#fff;--line:#dde3ea;--text:#24384c;--muted:#607285}
.whm-sidebar{background:linear-gradient(180deg,#242d63 0%,#20285d 55%,#1b2457 100%);width:270px;padding:16px 16px 20px}.whm-main{margin-left:270px;width:calc(100% - 270px)}.whm-side-logo{font-size:49px;margin-bottom:24px}.whm-nav summary{font-size:15px}.whm-nav a{font-size:15px;line-height:31px;padding-left:28px}.side-search{height:42px;font-size:16px}.side-actions button{font-size:15px;padding:11px 8px}.system-strip{height:48px;padding:0 52px;gap:70px}.whm-topbar{height:78px;padding:14px 52px}.whm-page-pad{padding:26px 52px 0;max-width:1540px}.top-search-wrap{position:relative;margin-left:auto;width:min(820px,62vw)}.top-search{width:100%;margin-left:0}.live-results{position:absolute;top:52px;left:0;right:0;background:var(--panel);border:1px solid #c8d2dc;box-shadow:0 8px 24px rgba(20,35,55,.16);z-index:30;display:none;max-height:330px;overflow:auto}.live-results.open{display:block}.live-result{display:flex;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--line);color:var(--text)}.live-result:hover{background:#f2f7fb;text-decoration:none}.live-result i{color:var(--orange);width:20px}.live-result strong{display:block;font-size:15px}.live-result span{display:block;color:var(--muted);font-size:13px;margin-top:2px}.live-empty{padding:14px;color:var(--muted)}.whm-favorites-only{margin:0 0 28px}.favorites-grid.four-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.favorites-grid.four-cards .fav-card{min-height:132px;padding:24px 22px;gap:18px}.favorites-grid.four-cards .fav-icon{font-size:30px;width:38px}.favorites-grid.four-cards .fav-card strong{font-size:20px}.favorites-grid.four-cards .fav-card em{font-size:15px}.favorites-grid.four-cards .fav-card em b{font-size:22px}.section-heading h1,.tools-title h1{font-size:32px}.whm-box summary,.whm-panel summary{height:62px}.whm-box summary strong,.whm-panel summary strong{font-size:19px}.fetch-panel{padding:30px 32px}.fetch-form{grid-template-columns:minmax(220px,1.6fr) 110px 135px minmax(170px,1.15fr) auto}.fetch-copy h2,.records-head h2{font-size:28px}.records-table table{min-width:1040px}.records-table th,.records-table td{font-size:15px}.action-buttons{min-width:330px}.inline-delete{display:inline-flex;margin:0}.mini-btn.primary-mini{background:#2aa6dc;color:#fff;border-color:#2498c8}.mini-btn.danger-mini{background:#fff3f0;color:#a6421b;border-color:#f0b49b}.tool-grid.exact{grid-template-columns:repeat(3,minmax(0,1fr))}.whm-tool span{font-size:18px}.whm-tool div{font-size:17px}.record-search{width:470px}.btn,.mini-btn,.primary-fetch,.record-search button{border-radius:3px}.whm-footer a[href="#fetch"],.whm-footer a[href="#records"]{display:none}
@media(max-width:1500px){.favorites-grid.four-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fetch-form{grid-template-columns:1fr 130px 160px 1fr}.primary-fetch{grid-column:auto}}
@media(max-width:1180px){.whm-sidebar{width:245px}.whm-main{margin-left:245px;width:calc(100% - 245px)}.whm-page-pad{padding:22px 28px 0}.system-strip,.whm-topbar{padding-left:28px;padding-right:28px}.fetch-form{grid-template-columns:1fr 1fr}.primary-fetch{grid-column:1/-1}.top-search-wrap{width:100%;margin-left:0}}
@media(max-width:1000px){.whm-main{margin-left:0;width:100%}.top-search-wrap{width:100%}.system-strip{padding:0 15px}.whm-topbar{padding:10px 15px}.whm-page-pad{padding:18px 20px 0}.whm-sidebar{width:270px}}
@media(max-width:760px){.favorites-grid.four-cards{grid-template-columns:1fr}.records-head{display:block}.record-search{width:100%;margin-top:12px}.action-buttons{min-width:0}.tool-grid.exact{grid-template-columns:1fr}.top-actions{gap:6px}.circle-btn{width:39px;height:39px}.fetch-form{grid-template-columns:1fr}.system-strip{gap:26px}}
