:root{--navy: #0f2747;--navy-light: #1b3a63;--gold: #c79a3b;--bg: #f4f6f9;--card: #ffffff;--border: #e2e7ee;--text: #1d2733;--muted: #6b7785;--green: #1f9d55;--red: #d6453d;--amber: #d68910;--teal: #1597a5;--blue: #2563b0}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px}a{color:var(--blue);text-decoration:none}h1,h2,h3{color:var(--navy);margin:0 0 .6rem}.layout{display:flex;min-height:100vh}.sidebar{width:248px;background:var(--navy);color:#cdd7e4;display:flex;flex-direction:column;flex-shrink:0}.brand{padding:1.3rem 1.2rem;border-bottom:1px solid rgba(255,255,255,.08)}.brand-block{display:flex;align-items:center;gap:.7rem}.brand-mark{width:42px;height:42px;border-radius:8px;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:1px}.brand-text{display:flex;flex-direction:column;font-weight:800;color:#fff;font-size:1.15rem;letter-spacing:.5px;line-height:1.1}.brand-text small{font-size:.6rem;letter-spacing:3px;color:var(--gold);font-weight:700}.nav{flex:1;padding:.8rem .7rem}.nav a{display:flex;align-items:center;gap:.8rem;padding:.7rem .9rem;margin-bottom:.15rem;color:#aeb9c9;border-radius:9px;font-weight:500}.nav a i{font-size:1.15rem;width:20px;text-align:center}.nav a.active{background:var(--gold);color:#221a06;font-weight:600}.nav a:not(.active):hover{background:#ffffff12;color:#fff}.nav-help{margin:.7rem;padding:.9rem;border-radius:10px;background:#ffffff0d;font-size:.78rem;color:#aeb9c9}.nav-help strong{color:#fff}.nav-help i{color:var(--gold);margin-right:.3rem}.nav-help div{margin-top:.2rem}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:calc(.7rem + env(safe-area-inset-top,0px)) 1.5rem .7rem;background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:900}.topbar-right{display:flex;align-items:center;gap:.9rem}.lang-select{width:auto;min-height:36px;padding:.3rem .5rem;font-size:.85rem;min-width:90px}.user-chip{display:flex;align-items:center;gap:.5rem}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.user-meta{display:flex;flex-direction:column;line-height:1.1}.user-meta strong{font-size:.85rem;color:var(--text)}.user-meta span{font-size:.72rem;color:var(--muted);text-transform:capitalize}.content{padding:1.5rem;flex:1;background:var(--bg)}.card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:1.2rem;margin-bottom:1.2rem}.grid{display:grid;gap:1rem}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width: 900px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr 1fr}}.stat{text-align:center}.stat .num{font-size:2rem;font-weight:700;color:var(--navy)}.stat .label{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.6rem .7rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}tr:hover td{background:#fafbfd}.badge{display:inline-block;padding:.2rem .55rem;border-radius:20px;font-size:.72rem;font-weight:600}.badge-blue{background:#e4eefb;color:var(--blue)}.badge-green{background:#e2f4ea;color:var(--green)}.badge-red{background:#fbe6e5;color:var(--red)}.badge-amber{background:#fbf0dc;color:var(--amber)}.badge-teal{background:#def2f4;color:var(--teal)}label{display:block;font-size:.82rem;color:var(--muted);margin:.7rem 0 .3rem}input,select,textarea{width:100%;padding:.7rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;min-height:44px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c79a3b2e}textarea{min-height:80px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.25rem;border-radius:8px;border:none;min-height:44px;background:var(--navy);color:#fff;font-weight:600;cursor:pointer;font-size:.95rem}.btn:hover{background:var(--navy-light)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-gold{background:var(--gold);color:#221a06}.btn-gold:hover{background:#b5882f}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-sm{padding:.45rem .8rem;font-size:.85rem;min-height:36px}.toast-wrap{position:fixed;top:16px;right:16px;z-index:1000;display:flex;flex-direction:column;gap:8px}.toast{min-width:220px;max-width:360px;padding:.8rem 1rem;border-radius:9px;color:#fff;font-weight:600;box-shadow:0 6px 20px #0000002e;animation:toastin .2s ease}.toast-success{background:var(--green)}.toast-error{background:var(--red)}.toast-info{background:var(--navy)}@keyframes toastin{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.2rem}.action{display:flex;flex-direction:column;gap:.3rem;padding:1.2rem;border-radius:12px;background:var(--card);border:1px solid var(--border);cursor:pointer;text-align:left;transition:transform .08s ease,box-shadow .12s ease}.action:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0f27471f;border-color:var(--gold)}.action .title{font-size:1.05rem;font-weight:700;color:var(--navy)}.action .sub{font-size:.82rem;color:var(--muted)}.action.primary{background:var(--navy)}.action.primary .title{color:#fff}.action.primary .sub{color:#cdd7e4}.searchbox{display:flex;gap:.5rem;align-items:center}.searchbox input{min-width:240px;min-height:40px}@media (max-width: 720px){.searchbox input{min-width:130px}}.collapse-toggle{background:none;border:none;color:var(--blue);font-weight:600;cursor:pointer;padding:0;font-size:.9rem}.notif{position:relative}.notif-btn{position:relative;background:none;border:none;font-size:1.3rem;cursor:pointer;padding:.25rem .4rem;line-height:1}.notif-badge{position:absolute;top:-1px;right:-2px;background:var(--red);color:#fff;font-size:.6rem;font-weight:700;border-radius:10px;padding:1px 5px}.notif-panel{position:absolute;right:0;top:120%;width:330px;max-height:440px;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 28px #00000029;z-index:1200}.notif-head{display:flex;justify-content:space-between;align-items:center;padding:.7rem .9rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff}.notif-item{padding:.6rem .9rem;border-bottom:1px solid var(--border);cursor:pointer}.notif-item:hover{background:#fafbfd}.notif-item.unread{background:#eef4fc}.notif-title{font-weight:600;font-size:.85rem;color:var(--text)}.notif-body{font-size:.78rem}.notif-time{font-size:.7rem;margin-top:2px}.notif-empty{padding:1.2rem;text-align:center}.sigpad{width:100%;max-width:560px;height:auto;aspect-ratio:560 / 170;border:1px dashed var(--muted);border-radius:8px;background:#fff;touch-action:none;cursor:crosshair}.print-page{max-width:800px;margin:24px auto;padding:0 16px}.wo-sheet{border:1px solid #333;padding:18px;color:#000;background:#fff}.wo-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #333;padding-bottom:10px}.wo-brand{font-size:1.2rem;font-weight:800;color:var(--navy)}.wo-brand span{color:var(--gold)}.wo-title{font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-top:4px}.wo-codes{text-align:center}.wo-grid{width:100%;border-collapse:collapse;margin-top:12px}.wo-grid th,.wo-grid td{border:1px solid #999;padding:7px 9px;font-size:.85rem;text-align:left;vertical-align:top}.wo-grid th{background:#f0f2f5;width:110px;color:#000;text-transform:none;letter-spacing:0;font-size:.78rem}.wo-grid td.fill{height:26px}.wo-section{margin:14px 0}.wo-section h4{margin:10px 0 3px;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px}.wo-section p{margin:0;font-size:.9rem;min-height:18px}.wo-signs{display:flex;gap:24px;margin-top:34px}.wo-signs>div{flex:1;font-size:.78rem}.sign-line{border-top:1px solid #333;margin-bottom:4px;height:30px}.wo-foot{margin-top:18px;font-size:.7rem;color:#555;text-align:center}@media print{.no-print{display:none!important}body{background:#fff}.print-page{margin:0;max-width:none}.wo-sheet{border:none;padding:0}}.rec-row{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin:.5rem 0}.rec-dot{color:var(--red);font-weight:600;animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:.35}}.audio-clip{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.audio-clip audio{height:36px}.media-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.media-thumb{position:relative;width:88px;height:88px;border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fafbfd;font-size:.65rem;text-align:center;padding:3px;word-break:break-word}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-thumb button{position:absolute;top:2px;right:2px;width:20px;height:20px;min-height:20px;padding:0;border:none;border-radius:50%;background:#0009;color:#fff;cursor:pointer;font-size:.7rem;line-height:1;display:flex;align-items:center;justify-content:center}.media-vid{color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.modal{background:#fff;border-radius:12px;padding:1.2rem;width:380px;max-width:94vw}#qr-reader{width:100%;border-radius:8px;overflow:hidden}.row{display:flex;gap:1rem;flex-wrap:wrap}.row>*{flex:1;min-width:160px}.error{color:var(--red);font-size:.85rem;margin:.5rem 0}.muted{color:var(--muted)}.lg-wrap{min-height:100vh;display:grid;grid-template-columns:1.15fr 1fr;grid-template-rows:1fr auto;background:#eef1f6}.lg-left{grid-row:1;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(135deg,#f6f8fb,#e7ecf3 60%,#dfe6ef);position:relative;overflow:hidden}.lg-left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(15,39,71,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(15,39,71,.05) 1px,transparent 1px);background-size:28px 28px}.lg-brand-top{position:relative;padding:3rem 3rem 1rem}.lg-logo{display:flex;align-items:center;gap:1rem}.lg-logo-mark{width:64px;height:64px;border-radius:10px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;letter-spacing:1px}.lg-logo-name{font-size:2rem;font-weight:800;color:var(--navy);letter-spacing:1px}.lg-logo-sub{font-size:.8rem;letter-spacing:5px;color:var(--gold);font-weight:700}.lg-title{font-size:1.8rem;color:var(--navy);margin:1.6rem 0 .4rem}.lg-tag{color:#5a6b80;font-size:1.05rem;margin:0}.lg-rule{width:90px;height:4px;background:var(--gold);border-radius:2px;margin-top:1rem}.lg-art{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:0 2.5rem;min-height:0}.lg-art svg{width:100%;max-width:680px;height:auto;opacity:.9}.lg-hero{max-width:100%;max-height:420px;object-fit:contain;border-radius:12px}.lg-features{position:relative;background:var(--navy);display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.4rem 2rem}.lg-feature{display:flex;gap:.6rem;align-items:flex-start;color:#cdd7e4}.lg-feature-icon{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.lg-feature-title{color:var(--gold);font-weight:700;font-size:.82rem;letter-spacing:.5px}.lg-feature-sub{font-size:.76rem;color:#aeb9c9}.lg-right{grid-row:1;display:flex;align-items:center;justify-content:center;padding:2rem}.lg-card{background:#fff;width:420px;max-width:100%;border-radius:16px;padding:0 2rem 2rem;box-shadow:0 20px 50px #0f274726;overflow:hidden}.lg-card-head{background:var(--navy);margin:0 -2rem 1.4rem;padding:1.3rem 2rem;display:flex;gap:1rem;align-items:center;clip-path:polygon(0 0,100% 0,94% 100%,0% 100%)}.lg-card-head-icon{width:46px;height:46px;border-radius:50%;background:#fff;color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.lg-card-title{color:#fff;font-weight:800;font-size:1.3rem;letter-spacing:.5px}.lg-card-sub{color:#cdd7e4;font-size:.82rem}.lg-field{margin-bottom:1rem}.lg-field label{display:block;font-weight:600;color:var(--navy);margin-bottom:.35rem;font-size:.9rem}.lg-field input,.lg-field select{width:100%;padding:.75rem .8rem;border:1px solid var(--border);border-radius:9px;font-size:1rem}.lg-pw{position:relative}.lg-pw input{padding-right:2.6rem}.lg-eye{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.1rem}.lg-row{display:flex;justify-content:space-between;align-items:center;margin:.2rem 0 1rem;font-size:.88rem}.lg-remember{display:flex;align-items:center;gap:.4rem;color:#5a6b80}.lg-remember input{width:auto}.lg-forgot{color:var(--blue)}.lg-signin{width:100%;padding:.85rem;border:none;border-radius:10px;background:var(--gold);color:#241b06;font-weight:700;font-size:1rem;cursor:pointer}.lg-signin:hover{background:#b5882f}.lg-or{text-align:center;margin:1.1rem 0;position:relative;color:var(--muted);font-size:.8rem}.lg-or:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--border)}.lg-or span{background:#fff;padding:0 .8rem;position:relative}.lg-scan{width:100%;padding:.8rem;border:1px solid var(--border);border-radius:10px;background:#f7f9fc;color:var(--navy);font-weight:600;cursor:pointer}.lg-demo{text-align:center;color:var(--muted);font-size:.72rem;margin:1rem 0 0}.lg-footer{grid-row:2;grid-column:1 / -1;background:var(--navy);color:#aeb9c9;display:flex;justify-content:space-between;align-items:center;padding:.9rem 2rem;font-size:.82rem}@media (max-width: 900px){.lg-wrap{grid-template-columns:1fr}.lg-left{display:none}.lg-features{grid-template-columns:1fr 1fr}}.pipeline{display:flex;flex-wrap:wrap;gap:.4rem;margin:.5rem 0 1rem}.pipeline .step{padding:.3rem .6rem;border-radius:6px;background:#eef1f5;font-size:.72rem;color:var(--muted)}.pipeline .step.done{background:var(--navy);color:#fff}.pipeline .step.current{background:var(--gold);color:#221a06;font-weight:700}.toolbar{display:flex;gap:.6rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.toolbar input,.toolbar select{width:auto;min-width:180px}.wz{display:grid;grid-template-columns:1fr 320px;gap:1.2rem;align-items:start}.wz-breadcrumb{color:var(--muted);font-size:.82rem;margin-bottom:.3rem}.wz-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.wz-field{margin-bottom:.7rem}.wz-field label{display:block;font-size:.82rem;color:var(--navy);font-weight:600;margin-bottom:.25rem}.wz-actions{display:flex;gap:.6rem;justify-content:flex-end;margin-top:1.2rem;flex-wrap:wrap}.wz-sec{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--navy);font-size:1.05rem;margin-bottom:.8rem}.wz-sec-num{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem}.wz-grid-3{grid-template-columns:repeat(3,1fr)}.itype-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.6rem}.itype-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem .4rem .9rem;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;font-size:.68rem;font-weight:700;color:var(--navy);transition:border-color .1s}.itype-card i{font-size:1.9rem;color:var(--navy)}.itype-card.sel{border-color:var(--blue);background:#eff5fd;box-shadow:0 0 0 1px var(--blue)}.itype-radio{width:14px;height:14px;border-radius:50%;border:2px solid var(--border);margin-top:.1rem}.itype-radio.on{border-color:var(--blue);background:var(--blue);box-shadow:inset 0 0 0 2px #fff}.qty-stepper{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;max-width:150px}.qty-stepper button{width:40px;min-height:44px;border:none;background:#f4f6f9;font-size:1.2rem;cursor:pointer;color:var(--navy)}.qty-stepper input{border:none;text-align:center;border-radius:0}.dropzone{display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;border:2px dashed var(--border);border-radius:12px;padding:1.6rem;cursor:pointer;background:#fafbfd}.dropzone.over{border-color:var(--blue);background:#eff5fd}.media-grid2{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.media-tile{border:1px solid var(--border);border-radius:10px;padding:1rem;text-align:center}.media-tile-icon{font-size:1.6rem;color:var(--blue)}.media-tile-name{font-weight:700;color:var(--navy);margin-top:.3rem}.media-tile-sub{font-size:.74rem;color:var(--muted)}.media-tile-count{font-size:.74rem;color:var(--blue);margin:.4rem 0}.wz-side .card h3{margin-top:0}.wz-srow{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid var(--border);font-size:.85rem}.wz-srow:last-child{border-bottom:none}.wz-prog{display:flex;gap:.6rem;padding:.5rem 0;align-items:flex-start}.wz-prog-n{width:24px;height:24px;border-radius:50%;background:#eef1f5;color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}.wz-prog.cur .wz-prog-n{background:var(--navy);color:#fff}.wz-prog.done .wz-prog-n{background:var(--green);color:#fff}.wz-prog strong{font-size:.85rem}.wz-prog .muted{font-size:.72rem}@media (max-width: 1100px){.wz{grid-template-columns:1fr}.wz-grid{grid-template-columns:1fr 1fr}.itype-grid{grid-template-columns:repeat(4,1fr)}.media-grid2{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.wz-grid{grid-template-columns:1fr}.itype-grid{grid-template-columns:1fr 1fr}}.rd-head{margin-bottom:1.2rem}.rd-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-bottom:1.3rem}.rd-stat{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.1rem;position:relative}.rd-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.7rem}.rd-stat-num{font-size:2rem;font-weight:800;color:var(--navy);line-height:1}.rd-stat-label{color:var(--muted);font-size:.82rem;margin-top:.2rem}.rd-stat-link{font-size:.8rem;display:inline-block;margin-top:.5rem;font-weight:600}.rd-amber .rd-stat-icon{background:#fbf0dc;color:var(--amber)}.rd-blue .rd-stat-icon{background:#e4eefb;color:var(--blue)}.rd-red .rd-stat-icon{background:#fbe6e5;color:var(--red)}.rd-green .rd-stat-icon{background:#e2f4ea;color:var(--green)}.rd-purple .rd-stat-icon{background:#efeafc;color:#6b46c1}.rd-amber .rd-stat-link{color:var(--amber)}.rd-red .rd-stat-link{color:var(--red)}.rd-green .rd-stat-link{color:var(--green)}.rd-purple .rd-stat-link{color:#6b46c1}.rd-body{display:grid;grid-template-columns:1fr 300px;gap:1.2rem;align-items:start}.rd-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.rd-side .card h3{margin-top:0}.btn-block{display:flex;width:100%;gap:.5rem;margin-bottom:.55rem;justify-content:flex-start}.rd-shortcut{display:flex;align-items:center;gap:.6rem;padding:.6rem .2rem;border-bottom:1px solid var(--border);color:var(--text)}.rd-shortcut:last-child{border-bottom:none}.rd-shortcut i:first-child{color:var(--blue);width:20px}.rd-chev{margin-left:auto;color:var(--muted)}.rbadge{display:inline-block;padding:.2rem .55rem;border-radius:6px;font-size:.68rem;font-weight:700;letter-spacing:.5px}.rb-amber{background:#fbf0dc;color:#9a6b14}.rb-blue{background:#e4eefb;color:#1f5aa8}.rb-red{background:#fbe6e5;color:#b3322b}.rb-green{background:#e2f4ea;color:#1c7a44}.rb-purple{background:#efeafc;color:#6b46c1}@media (max-width: 1100px){.rd-stats{grid-template-columns:repeat(3,1fr)}.rd-body{grid-template-columns:1fr}}@media (max-width: 700px){.rd-stats{grid-template-columns:1fr 1fr}}.hamburger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.2rem .5rem;color:var(--navy)}.nav-backdrop{display:none}@media (max-width: 760px){.hamburger{display:inline-flex}.sidebar{position:fixed;top:0;left:0;height:100vh;width:240px;z-index:1300;transform:translate(-100%);transition:transform .22s ease}.sidebar.open{transform:translate(0);box-shadow:4px 0 24px #0000004d}.sidebar .brand{padding-top:calc(1.1rem + env(safe-area-inset-top,0px))}.nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1250}.main{width:100%}.content{padding:1rem .8rem}.topbar{padding:calc(.7rem + env(safe-area-inset-top,0px)) .9rem .7rem;gap:.5rem;flex-wrap:wrap}.topbar-right{gap:.5rem}.user-meta{display:none}.searchbox{order:3;flex:1 1 100%;margin-top:.15rem}.searchbox input{min-width:0;width:100%;min-height:46px;font-size:1rem}.card{overflow-x:auto}table{min-width:480px}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.row>*{min-width:0;flex:1 1 100%}h1{font-size:1.4rem}}@media (max-width: 420px){table{min-width:380px}}
