/* Compact P2V route hierarchy and native touch/keyboard duration control. */
.p2v-category-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:5px;background:#f5f6f8;border-radius:12px;margin:16px 0}
.p2v-category-tab{border:0;background:transparent;color:var(--ink2);font:inherit;font-size:14px;font-weight:650;padding:11px 6px;border-radius:8px;cursor:pointer}
.p2v-category-tab.on{background:#fff;color:var(--brand);box-shadow:0 1px 5px #17203312}
.p2v-route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}
.p2v-route-card{min-width:0;border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px;text-align:left;font:inherit;cursor:pointer;color:var(--ink)}
.p2v-route-card.on{border-color:var(--brand);background:#fff5f5;box-shadow:inset 0 0 0 1px var(--brand)}
.p2v-route-name{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:14px;font-weight:700}
.p2v-route-check{color:var(--brand);width:16px;flex-shrink:0}.p2v-route-desc{display:block;font-size:12px;line-height:1.6;color:var(--ink2);margin-top:6px}
.p2v-route-card:disabled{opacity:.45;cursor:not-allowed}.p2v-category-tab:focus-visible,.p2v-route-card:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
.p2v-duration{padding:4px 0 8px}.p2v-duration-row{display:flex;align-items:center;gap:18px}.p2v-duration-row input[type=range]{flex:1;min-width:0;width:100%;height:32px;margin:0;accent-color:var(--brand);cursor:pointer;padding:0;border:0;box-shadow:none}
.p2v-duration-value{min-width:70px;text-align:center;padding:7px 10px;border-radius:9px;background:#fff0f0;color:var(--brand);font-size:16px;font-weight:750;font-variant-numeric:tabular-nums}
.p2v-duration-scale{display:flex;justify-content:space-between;padding-right:88px;font-size:11px;color:var(--ink2);margin-top:2px}
@media(max-width:767px){.p2v-category-tab{font-size:12px;padding:10px 2px}.p2v-route-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.p2v-route-card{padding:12px}.p2v-route-desc{font-size:11px}.p2v-duration-row{gap:12px}.p2v-duration-scale{padding-right:82px}}
/* Both the public homepage and signed-in shell replace the legacy flex columns. */
#app{display:block;width:100%;min-width:0;min-height:100vh}
body.v2-shell{--pri:#dc2626;--brand:#dc2626;--brand-deep:#b91c1c;--card:#fff;--paper:#f6f7fb;--ink3:#94a3b8;--bg2:#f8fafc;--border:#e9edf3;--bg:#f6f7fb;--ink:#172033;--ink2:#64748b;--line:#e9edf3;background:var(--bg);margin:0;color:var(--ink)}
.v2-shell *{box-sizing:border-box}.v2-shell a{text-decoration:none}.v2-shell [hidden]{display:none!important}.v2-shell #app{display:block;min-height:100vh}
.v2-sidebar{position:fixed;inset:0 auto 0 0;width:220px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:30px 20px;z-index:20}.v2-brand{display:flex;gap:12px;align-items:center;color:var(--ink);margin-bottom:38px}.v2-brand>b{background:#dc2626;color:#fff;border-radius:14px;padding:8px 11px;font-size:24px}.v2-brand>span{font-weight:800;font-size:19px}.v2-brand small{display:block;font-size:9px;letter-spacing:1px;color:#94a3b8;margin-top:4px}.v2-nav{display:grid;gap:8px}.v2-nav a{display:flex;gap:13px;align-items:center;padding:14px 16px;color:var(--ink2);border-radius:12px;font-weight:600}.v2-nav svg,.v2-tabs svg{width:20px;height:20px}.v2-nav a.on{background:#fef2f2;color:#dc2626}.v2-sidebar-foot{margin-top:auto;font-size:12px;color:var(--ink2)}.v2-sidebar-foot .btn{width:100%;margin-top:15px}
.v2-workspace{margin-left:220px;min-width:0}.v2-topbar{height:76px;background:#ffffffeb;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:0 34px}.v2-top-title{font-weight:700}.v2-top-actions{margin-left:auto;display:flex;align-items:center;gap:24px}.v2-top-actions>a{color:var(--ink2);font-size:13px}.v2-wallet{display:flex;align-items:center;gap:9px;color:#dc2626!important}.v2-wallet small{color:var(--ink2);font-size:12px}.v2-wallet strong{font-size:18px}.v2-avatar{background:#fef2f2;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;color:#dc2626!important}.v2-back{font-size:30px;color:var(--ink)}.v2-mobile-brand{display:none}
.v2-shell .v2-main{width:auto;max-width:1440px;min-width:0;margin:auto;padding:30px 34px 50px;display:block;overflow:visible}.v2-heading{margin-bottom:24px;display:block}.v2-heading h1{font-size:25px;margin:0 0 8px}.v2-heading .sub{margin:0;color:var(--ink2);font-size:13px}.v2-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px;min-width:0}.v2-card h3{margin-top:0}.v2-card .note{line-height:1.8}
.v2-hero{border-radius:24px;background:linear-gradient(115deg,#fef2f2,#fff0df);padding:30px 38px;display:flex;justify-content:space-between;align-items:center;overflow:hidden;min-height:245px}.v2-hero h2{font-size:30px;line-height:1.45;margin:10px 0}.v2-hero p{font-size:13px;color:#97655a}.v2-eyebrow{color:#dc2626;font-size:12px;font-weight:700}.v2-hero-art{display:flex;gap:16px;align-items:center;color:#ef4444}.v2-hero-art span{display:grid;place-items:center;background:#ffffffbe;border:4px solid #fff;border-radius:18px;width:100px;height:138px;box-shadow:0 15px 30px #a6533512;font-weight:700;transform:rotate(-8deg)}.v2-hero-art span:last-child{transform:rotate(8deg)}
.v2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.v2-stats small{color:var(--ink2);font-size:12px}.v2-stats strong{display:block;font-size:28px;margin-top:8px}.v2-section-head{display:flex;justify-content:space-between;align-items:center;margin:28px 0 15px}.v2-section-head h2{font-size:18px;margin:0}.v2-section-head a{color:var(--ink2);font-size:12px}.v2-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px}.v2-tool{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px;color:var(--ink);transition:box-shadow .15s}.v2-tool:hover{box-shadow:0 10px 25px #1720330b}.v2-tool-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;font-size:26px;background:#fee2e2;color:#dc2626}.v2-tool.orange .v2-tool-icon{background:#ffedd5;color:#ea580c}.v2-tool h3{font-size:17px;margin:16px 0 8px}.v2-tool p{font-size:12px;color:var(--ink2);line-height:1.7;margin-bottom:16px}.v2-tool-action{font-size:12px;color:#dc2626}
.v2-task-line{display:flex;align-items:center;gap:14px;padding:16px 0;color:var(--ink);border-bottom:1px solid var(--line)}.v2-task-line:last-child{border-bottom:0}.v2-task-line div{flex:1}.v2-task-line small,.v2-recent small{display:block;color:var(--ink2);font-size:12px;margin-top:6px}.v2-task-line>span:last-child{font-size:12px;color:var(--ink2)}.v2-dot{background:#fb923c;width:8px;height:8px;border-radius:50%}.v2-empty-mini{color:var(--ink2);padding:16px 0;font-size:13px;line-height:1.7}.v2-recent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v2-recent{padding:12px;color:var(--ink)}.v2-video-tile{height:120px;border-radius:10px;background:linear-gradient(130deg,#fff1f2,#ffedd5);display:grid;place-items:center;color:#dc2626;font-size:26px;margin-bottom:12px}.v2-recent b{font-size:13px}.v2-boundary{font-size:11px;line-height:1.8;color:#94a3b8;margin-top:26px}.v2-empty{text-align:center;padding:45px;max-width:750px;margin:0 auto 24px}.v2-empty p{color:var(--ink2);line-height:1.9;font-size:13px}.v2-empty-symbol{font-size:46px;color:#dc2626}
.v2-tabs{display:none}.v2-shell .btn{border-radius:10px;min-height:40px}.v2-shell .btn-pri{background:#dc2626}.v2-shell input,.v2-shell textarea,.v2-shell select{max-width:100%;font:inherit}.v2-shell .main-head{flex-wrap:wrap;gap:12px}.v2-shell .cols2{min-width:0}.v2-shell .cols2>*{min-width:0}.v2-shell .card{border-radius:18px}.v2-shell .stepper{overflow-x:auto}.v2-shell .stepper>*{flex-shrink:0}
.v2-task-filters{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.v2-task-filters .on{background:#fee2e2;color:#dc2626}.v2-task-list{display:grid;gap:14px}.v2-task-card{display:flex;gap:18px;align-items:flex-start}.v2-task-content{flex:1;min-width:0}.v2-task-content h3{font-size:16px;margin:0 0 8px}.v2-task-content p{font-size:12px;line-height:1.8;color:var(--ink2);margin:6px 0}.v2-task-actions{display:flex;gap:8px;flex-wrap:wrap}.v2-task-status{border-radius:8px;padding:8px 10px;background:#fef2f2;color:#dc2626;font-size:12px;white-space:nowrap}.v2-progress{height:5px;background:#f1f5f9;border-radius:5px;margin:14px 0;overflow:hidden}.v2-progress>i{display:block;height:100%;background:#ef4444}.v2-role-demand{padding:14px;background:#fff7ed;border-radius:12px;margin-bottom:16px;font-size:13px;line-height:1.8}.v2-route-options{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:1100px){.v2-hero-art span{width:65px;height:100px}.v2-hero-art{gap:8px}.v2-sidebar{width:190px}.v2-workspace{margin-left:190px}.v2-shell .v2-main{padding:24px}.v2-topbar{padding:0 24px}}
@media(max-width:767px){body.v2-shell{--bg:#fef2f2;--ink:#450a0a}.v2-sidebar{display:none}.v2-workspace{margin-left:0}.v2-topbar{height:58px;padding:0 16px;background:#fef2f2;border:0;position:sticky;top:0;z-index:15}.v2-mobile-brand{display:block;font-size:19px}.v2-mobile-brand+.v2-top-title{display:none}.v2-top-actions{gap:12px}.v2-top-actions>a:first-child{font-size:11px}.v2-top-actions .v2-wallet small{display:none}.v2-top-actions .v2-wallet strong{font-size:15px}.v2-avatar{display:none!important}.v2-shell .v2-main{padding:14px 16px 96px;max-width:100%;width:100%}.v2-tabs{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #fee2e2;padding:9px 6px calc(9px + env(safe-area-inset-bottom));z-index:20;justify-content:space-around}.v2-tabs a{display:flex;flex-direction:column;gap:5px;align-items:center;color:#94a3b8;min-width:48px;font-size:11px}.v2-tabs a.on{color:#dc2626}.v2-heading h1{font-size:22px}.v2-heading{margin-bottom:18px}.v2-heading .sub{font-size:12px;line-height:1.8}.v2-hero{padding:22px;border-radius:20px;min-height:220px;position:relative}.v2-hero h2{font-size:25px}.v2-hero p{font-size:11px;max-width:190px;line-height:1.8}.v2-hero-art{position:absolute;right:16px;top:55px;opacity:.65;flex-direction:column;gap:8px;pointer-events:none}.v2-hero-art span{width:65px;height:55px;font-size:11px;border-width:2px}.v2-hero-art span:first-child,.v2-hero-art>b{display:none}.v2-stats{grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.v2-stats .v2-card{padding:14px 16px}.v2-stats strong{font-size:24px}.v2-card{padding:18px;border-radius:16px}.v2-tools{gap:10px}.v2-tool{padding:16px;border-radius:16px}.v2-tool-icon{width:40px;height:40px;border-radius:12px;font-size:22px}.v2-tool h3{font-size:15px}.v2-tool p{font-size:11px}.v2-section-head{margin-top:22px}.v2-section-head h2{font-size:17px}.v2-recent-grid{grid-template-columns:repeat(2,1fr);gap:10px}.v2-empty{padding:28px 18px}.v2-shell .grid.cols-2,.v2-shell .layout.two-col,.v2-shell .cols2,.v2-shell .grid2,.v2-shell .grid3{grid-template-columns:minmax(0,1fr)!important}.v2-shell .main-head h1{font-size:22px}.v2-shell .main-head .sub{width:100%;font-size:12px;white-space:normal}.v2-shell .stepper{gap:6px;margin-bottom:16px}.v2-shell .stepper .step{font-size:11px}.v2-shell .card{padding:16px;border-radius:16px}.v2-task-card{gap:10px;flex-wrap:wrap}.v2-task-status{order:-1}.v2-task-content{flex-basis:100%}.v2-shell .works,.v2-shell .works-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v2-shell video{max-width:100%}.v2-shell .modal{width:calc(100% - 24px);max-height:90dvh;overflow:auto}}

@media(max-width:767px){.v2-shell .cover-actions{opacity:1;transform:none}.v2-shell .wiz-progress{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.v2-shell .wiz-progress .wp-step{font-size:10px}.v2-shell .wiz-progress .wp-line{min-width:8px}.v2-shell .side{position:static;width:auto}.v2-shell .dh-bar{flex-wrap:wrap}.v2-shell .dh-bar .btn{width:100%}.v2-shell .uc-layout,.v2-shell .uc-panels{grid-template-columns:1fr}.v2-shell .step-num{font-size:10px}.v2-shell .step-title{font-size:20px}}
