:root{font-family:Inter,Segoe UI,Microsoft YaHei,system-ui,sans-serif;color:#071b3a;background:#fff;font-synthesis:none;--blue: #0b5cff;--blue-strong: #064fe5;--text: #071b3a;--muted: #5f6f86;--border: #dbe2ec;--surface: #f7f9fc;--success: #0aa58f;--warning: #e58a00;--error: #df3f46}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}button:disabled{cursor:not-allowed}.app-shell{min-height:100vh;background:#fff}.product-home-link{position:fixed;z-index:2000;left:14px;top:12px;display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 13px;border-radius:10px;color:#0d3f8f;background:#fffffff5;box-shadow:0 4px 18px #0f2d5a29;font-size:13px;font-weight:700;text-decoration:none}.product-home-link svg{transform:rotate(180deg)}.product-workbench>.app-shell .topbar,.product-workbench>.app>header{padding-left:140px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding:0 32px 0 38px;position:relative;z-index:10;background:#fffffffa}.topbar-left,.topbar-right,.brand,.workspace-switch,.header-action,.owner-menu{display:flex;align-items:center}.topbar-left,.topbar-right{height:100%;gap:22px}.brand{gap:10px}.brand strong{font-size:28px;letter-spacing:-.6px}.brand-mark{width:27px;height:30px;display:flex;align-items:flex-end;gap:3px;transform:skew(-10deg)}.brand-mark i{display:block;width:6px;border-radius:4px;background:linear-gradient(180deg,#104be4,#0b5cff)}.brand-mark i:nth-child(1){height:25px}.brand-mark i:nth-child(2){height:14px}.brand-mark i:nth-child(3){height:8px}.header-divider{width:1px;height:28px;background:var(--border)}.workspace-switch,.header-action,.owner-menu{border:0;background:transparent;min-height:42px;padding:0 4px;gap:10px;font-size:16px;cursor:pointer}.workspace-switch svg{color:#68778c}.owner-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#123a83;color:#fff;font-weight:700}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 398px;min-height:calc(100vh - 76px)}.home-main{padding:44px 70px 70px 82px;min-width:0}.main-heading-row{display:flex;justify-content:space-between;align-items:flex-start}.main-heading-row h1{margin:0;font-size:clamp(36px,3.05vw,48px);line-height:1.16;letter-spacing:-1.8px}.main-heading-row p{margin:12px 0 0;color:var(--muted);font-size:15px}.readiness-toggle{display:none;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;background:#fff;min-height:42px;padding:0 14px;cursor:pointer}.notice{display:flex;align-items:center;gap:12px;margin:24px 0 -2px;padding:13px 15px;border:1px solid;border-radius:9px}.notice>div{display:flex;flex-direction:column;gap:2px;flex:1}.notice strong{font-size:14px}.notice span{font-size:13px;color:var(--muted)}.notice button{border:0;background:transparent;display:flex;align-items:center;gap:5px;font-size:13px;font-weight:700;cursor:pointer}.notice-info{background:#f3f7ff;border-color:#bfd3ff;color:#0c4fd8}.notice-warning{background:#fff8eb;border-color:#f1d39c;color:#8a5900}.notice-error{background:#fff3f4;border-color:#efb8bd;color:#a62530}.entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:42px}.entry-card{min-height:186px;position:relative;border:1px solid var(--border);border-radius:11px;background:#fff;display:flex;align-items:center;justify-content:center;gap:20px;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.entry-card:not(:disabled):hover{border-color:#9ebcff;box-shadow:0 12px 32px #234b911a;transform:translateY(-2px)}.entry-card.primary-entry{border:2px solid var(--blue);box-shadow:0 5px 16px #0b5cff14}.entry-card:disabled{color:#8e99aa;background:linear-gradient(135deg,#fff,#fbfcfe);border-color:#e2e6ed}.entry-icon{color:var(--blue);flex:0 0 auto}.entry-icon-stack{width:58px;height:58px;position:relative;flex:0 0 auto}.entry-icon-stack>span{position:absolute;right:-3px;bottom:-3px;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--blue);border:3px solid #fff}.entry-card:disabled .entry-icon{color:#a8b0bd}.entry-copy{display:flex;flex-direction:column;gap:8px}.entry-copy strong{font-size:23px;line-height:1.2;letter-spacing:-.4px}.entry-copy span{font-size:14px;color:var(--muted)}.recommend,.coming-soon,.temporarily-unavailable{position:absolute;top:12px;right:12px;border-radius:5px;padding:5px 8px;font-size:12px;line-height:1}.recommend{color:#fff;background:var(--blue)}.coming-soon{color:#7c8796;background:#eff2f6}.temporarily-unavailable{color:#8a5900;background:#fff1d6}.recent-projects{margin-top:34px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-heading h2{margin:0;font-size:18px;line-height:26px}.project-view-toggle{display:inline-flex;padding:3px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.project-view-toggle button{width:34px;height:30px;border:0;border-radius:6px;display:grid;place-items:center;background:transparent;color:#718096;cursor:pointer}.project-view-toggle button.active{color:var(--blue);background:#fff;box-shadow:0 1px 4px #182f541c}.project-collection.list{border:1px solid var(--border);border-radius:9px 9px 0 0;overflow:visible}.project-item{min-height:102px;display:grid;grid-template-columns:256px minmax(0,1fr) auto;gap:28px;align-items:center;padding:8px 16px 8px 10px;position:relative;border-bottom:1px solid var(--border);background:#fff}.project-item:first-child{border-radius:9px 9px 0 0}.project-item:last-child{border-bottom:0}.project-thumbnail{width:256px;height:86px;border-radius:4px;position:relative;overflow:hidden;padding:15px 13px;color:#101c31;background:#f0f2f6;flex:0 0 auto}.project-thumbnail .thumb-title,.project-thumbnail .thumb-subtitle{position:relative;display:block;z-index:2;max-width:58%}.project-thumbnail .thumb-title{font-size:17px;line-height:1.1;font-weight:750}.project-thumbnail .thumb-subtitle{margin-top:5px;font-size:7px;letter-spacing:.2px}.thumb-art{position:absolute;top:0;right:0;bottom:0;left:0}.blue-wave{background:linear-gradient(110deg,#fff 0,#fff 48%,#eaf1ff 48%)}.blue-wave .thumb-art{left:45%;background:radial-gradient(ellipse at 100% 110%,#064fe5 0 30%,transparent 31%),radial-gradient(ellipse at 100% 115%,#4b82ff 0 47%,transparent 48%),radial-gradient(ellipse at 100% 120%,#bed0ff 0 64%,transparent 65%)}.green-arc{color:#fff;background:linear-gradient(145deg,#00362f,#006854)}.green-arc .thumb-art{left:42%;border:1px solid rgba(31,229,184,.5);border-radius:50% 0 0 50%;transform:translate(28%,15%) rotate(-18deg)}.silver-column{background:linear-gradient(110deg,#fff 0,#fff 55%,#e6e9ed 56%)}.silver-column .thumb-art{width:74px;height:74px;left:69%;top:7px;border-radius:50%;background:repeating-linear-gradient(90deg,#828b96 0,#828b96 3px,#c8ced5 3px,#c8ced5 6px);box-shadow:inset 0 0 18px #0003}.dark-ribbon{color:#fff;background:linear-gradient(135deg,#06111d,#152635)}.dark-ribbon .thumb-art{left:67%;width:62px;height:140px;top:-28px;background:linear-gradient(135deg,#0076ff,#003b9e);transform:rotate(38deg);border-radius:6px;box-shadow:28px 0 #005feba6}.project-details{min-width:0}.project-details h3{margin:0 0 12px;font-size:20px;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.project-meta{display:flex;align-items:center;gap:24px;color:var(--muted);font-size:13px}.project-meta>span:first-child{display:flex;align-items:center;gap:6px;color:#41516a}.version-tag{border:1px solid var(--border);border-radius:99px;padding:2px 9px;background:#f9fafc}.project-actions{display:flex;align-items:center;gap:13px}.continue-button{min-width:102px;height:42px;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #0b5cff2e}.continue-button:hover{background:var(--blue-strong)}.continue-button:disabled{background:#aebed8;box-shadow:none}.icon-button{width:40px;height:40px;border:0;border-radius:7px;display:grid;place-items:center;background:transparent;cursor:pointer}.icon-button:hover{background:#f2f5fa}.project-menu{position:absolute;z-index:5;right:16px;top:70px;min-width:160px;padding:6px;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 12px 30px #13264629}.project-menu button{display:block;width:100%;border:0;background:#fff;border-radius:5px;text-align:left;padding:9px 10px;font-size:13px;cursor:pointer}.project-menu button:hover{background:var(--surface)}.all-projects{width:100%;min-height:49px;border:1px solid var(--border);border-top:0;border-radius:0 0 9px 9px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;font-weight:650}.all-projects:disabled{color:#9ba7b8}.project-collection.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.project-item.gallery-item{min-height:250px;display:flex;flex-direction:column;align-items:stretch;padding:10px;gap:12px;border:1px solid var(--border);border-radius:9px}.gallery-item .project-thumbnail{width:100%;height:auto;aspect-ratio:16/5.4}.gallery-item .project-details h3{margin-bottom:8px}.gallery-item .project-actions{margin-top:auto;justify-content:flex-end}.gallery-item .project-menu{top:auto;bottom:53px;right:10px}.empty-projects{min-height:300px;border:1px solid var(--border);border-radius:9px 9px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#708097;text-align:center}.empty-projects h3{margin:14px 0 6px;color:var(--text)}.empty-projects p{margin:0;font-size:14px}.readiness-panel{border-left:1px solid var(--border);padding:39px 34px 46px 32px;background:linear-gradient(180deg,#fff,#fdfefe)}.readiness-heading{display:flex;align-items:center;justify-content:space-between}.readiness-heading h2{margin:0;font-size:18px}.readiness-heading button{border:0;background:transparent;cursor:pointer}.status-list{margin-top:28px;display:flex;flex-direction:column;gap:25px}.status-item{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:15px}.status-main-icon{color:#617087}.status-item>div{display:flex;flex-direction:column;gap:4px}.status-item strong{font-size:14px}.status-item span{font-size:13px;color:var(--muted)}.status-result{display:flex;align-items:center;gap:6px;white-space:nowrap}.status-result.success{color:var(--success)}.status-result.warning{color:var(--warning)}.status-result.error{color:var(--error)}.status-result.neutral{color:#77869a}.readiness-links{margin-top:28px;padding:15px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.readiness-links button{width:100%;min-height:56px;border:0;background:transparent;display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:14px;text-align:left;cursor:pointer;color:#53647b}.readiness-links button:hover{color:var(--blue)}.checklist{margin-top:26px;padding:21px 22px 18px;border:1px solid var(--border);border-radius:9px;background:#fff;box-shadow:0 7px 26px #2539580f}.checklist h3{margin:0 0 17px;font-size:16px}.checklist-row{display:flex;align-items:center;gap:10px;min-height:36px;font-size:13px;color:#66768c}.checklist-row svg{color:var(--blue)}.unchecked{width:18px;height:18px;border:1.5px solid #aab5c5;border-radius:50%}.checklist p{margin:13px 0 0;color:#8190a5;font-size:12px}.readiness-drawer{position:fixed;inset:76px 0 0 auto;width:min(380px,100vw);z-index:25;background:#fff;border-left:1px solid var(--border);box-shadow:-16px 0 45px #14284b26;padding:28px;overflow:auto}.migration-panel{margin-top:20px;padding:18px;display:flex;align-items:center;gap:24px;border:1px solid #efcf90;border-radius:10px;background:#fffaf0}.migration-panel>div:first-child{min-width:190px}.migration-panel h2{margin:0 0 5px;font-size:16px}.migration-panel p{margin:0;font-size:12px;color:var(--muted)}.migration-steps{display:flex;align-items:center;flex:1}.migration-step{display:flex;align-items:center;gap:7px;flex:1;font-size:12px;color:#7d8999}.migration-step:not(:last-child):after{content:"";height:1px;flex:1;background:#ddc89f;margin:0 8px}.migration-step>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;border:1px solid #c7b381}.migration-step.active,.migration-step.complete{color:#7b5300}.migration-step.failed{color:var(--error)}.migration-panel>button{border:0;border-radius:7px;background:#8a5a00;color:#fff;padding:10px 14px;font-weight:700;cursor:pointer}.migration-panel.failed{background:#fff3f4;border-color:#efb8bd}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#06152f5c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal{width:min(500px,100%);position:relative;background:#fff;border:1px solid var(--border);border-radius:12px;padding:30px;box-shadow:0 24px 70px #071b3a3d}.modal h2{margin:0 0 9px;font-size:23px}.modal>p{margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.6}.modal-close{position:absolute;top:17px;right:17px;width:36px;height:36px;border:0;border-radius:7px;background:transparent;display:grid;place-items:center;cursor:pointer}.modal-close:hover{background:var(--surface)}.file-drop{height:164px;border:1.5px dashed #9db5dc;border-radius:9px;background:#f7faff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:var(--blue)}.file-drop span{color:var(--muted);font-size:12px}.file-drop input{position:absolute;width:1px;height:1px;opacity:0}.modal-primary{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:8px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:700;cursor:pointer}.modal-primary:disabled{background:#aebed8}.form-error{color:var(--error)!important;margin:10px 0 0!important}.settings-list{display:flex;flex-direction:column;gap:4px;margin-top:18px}.settings-list>div{min-height:68px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:13px;border-bottom:1px solid var(--border)}.settings-list span{display:flex;flex-direction:column;gap:4px}.settings-list small{color:var(--muted)}.settings-list button{border:1px solid var(--border);background:#fff;border-radius:7px;padding:7px 12px}.diagnostic-box{margin-top:20px;padding:18px;display:flex;gap:13px;background:#f1faf8;border:1px solid #bce3dc;border-radius:9px;color:#087b6c}.diagnostic-box p{margin:5px 0 0;color:#48685f;font-size:13px;line-height:1.5}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 18% 12%,#eaf2ff,transparent 35%),linear-gradient(145deg,#f8faff,#eef4fc)}.login-card{width:min(440px,100%);padding:42px;border:1px solid #d9e2ef;border-radius:14px;background:#fffffff5;box-shadow:0 24px 70px #0b2d641f}.login-card .brand{margin-bottom:30px}.private-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#edf4ff;color:#174f9d;font-size:12px;font-weight:700}.login-card h1{margin:17px 0 6px;font-size:34px;color:var(--ink)}.login-card>p{margin:0 0 26px;color:var(--muted);line-height:1.6}.login-card label{display:flex;flex-direction:column;gap:8px;color:var(--ink);font-size:13px;font-weight:700}.login-card input{height:46px;padding:0 13px;border:1px solid #cbd6e5;border-radius:8px;font:inherit}.login-card input:focus{outline:2px solid var(--blue);outline-offset:2px}.login-submit{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:8px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:750;cursor:pointer}.login-submit:disabled{background:#aebed8;cursor:not-allowed}.login-card>small{display:block;margin-top:22px;color:var(--muted);line-height:1.6}.operations-modal{width:min(760px,calc(100vw - 40px));min-height:470px}.operations-tabs{display:flex;gap:6px;margin:18px 0;padding:5px;border-radius:9px;background:#f2f5f9}.operations-tabs button{flex:1;min-height:40px;border:0;border-radius:7px;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.operations-tabs button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px #122d5817;font-weight:700}.operations-pane{padding:4px 2px}.endpoint-box{padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:#f8fafc}.endpoint-box small,.endpoint-box code{display:block}.endpoint-box small{margin-bottom:6px;color:var(--muted)}.endpoint-box code,.one-time-secret code{overflow-wrap:anywhere;color:#183e78}.pane-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:22px 0 12px}.pane-heading h3,.pane-heading p{margin:0}.pane-heading p{margin-top:4px;color:var(--muted);font-size:13px}.modal-primary.compact{width:auto;min-width:108px;min-height:38px;margin:0;padding:0 14px}.one-time-secret{margin:12px 0;padding:14px;border:1px solid #b8d3ff;border-radius:8px;background:#eef5ff;display:grid;gap:7px}.one-time-secret span{color:var(--muted);font-size:12px}.token-list,.backup-list{border-top:1px solid var(--border)}.token-list>div,.backup-list>div{min-height:62px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.token-list>div>span:first-child,.backup-list span{flex:1;display:flex;flex-direction:column;gap:4px}.token-list small,.backup-list small{color:var(--muted)}.token-list button{border:0;background:transparent;color:var(--error);cursor:pointer}.active-state{color:var(--success)}.revoked{color:var(--muted)}.empty-operations{padding:28px;text-align:center;color:var(--muted)}.toast{position:fixed;z-index:60;left:50%;bottom:28px;transform:translate(-50%);min-height:44px;padding:0 12px 0 17px;border-radius:8px;color:#fff;background:#10284f;box-shadow:0 14px 36px #05142d3d;display:flex;align-items:center;gap:16px;font-size:13px}.toast button{border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.mobile-editing-note{display:none}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.handoff-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:radial-gradient(circle at 50% 35%,#f3f7ff,#fff 45%)}.handoff-page .brand{position:absolute;top:30px;left:38px}.handoff-icon{width:84px;height:84px;border-radius:50%;background:#e8f8f5;color:var(--success);display:grid;place-items:center}.handoff-page h1{margin:24px 0 10px;font-size:36px}.handoff-page>p{max-width:620px;margin:0;color:var(--muted);line-height:1.7}.handoff-page dl{width:min(540px,100%);margin:28px 0;border:1px solid var(--border);border-radius:10px;background:#fff;text-align:left}.handoff-page dl div{display:grid;grid-template-columns:130px 1fr;padding:13px 17px;border-bottom:1px solid var(--border)}.handoff-page dl div:last-child{border-bottom:0}.handoff-page dt{color:var(--muted)}.handoff-page dd{margin:0;font-weight:650;overflow-wrap:anywhere}.handoff-page>button{min-height:44px;border:0;border-radius:8px;background:var(--blue);color:#fff;padding:0 22px;font-weight:700;cursor:pointer}@media(max-width:1439px){.home-layout{grid-template-columns:minmax(0,1fr) 320px}.home-main{padding-left:54px;padding-right:48px}.readiness-panel{padding-left:24px;padding-right:24px}.status-item{grid-template-columns:28px minmax(0,1fr);gap:10px}.status-result{grid-column:2;margin-top:-4px}.project-item{grid-template-columns:210px minmax(0,1fr) auto;gap:20px}.project-thumbnail{width:210px;height:71px}}@media(max-width:1119px){.home-layout{display:block}.home-main{padding:38px 38px 60px}.readiness-panel{display:none}.readiness-toggle{display:flex}.entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.entry-card:last-child{grid-column:span 2;min-height:120px}.project-item{grid-template-columns:190px minmax(0,1fr) auto}.project-thumbnail{width:190px;height:64px;padding:10px}.project-thumbnail .thumb-title{font-size:14px}}@media(max-width:959px){.topbar{height:68px;padding:0 20px}.brand strong{font-size:24px}.workspace-switch span,.header-action span,.owner-menu>span:not(.owner-avatar),.header-divider{display:none}.topbar-left,.topbar-right{gap:10px}.header-action{font-size:0}.mobile-editing-note{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff8eb;color:#744c00;border-bottom:1px solid #edd5a7;font-size:13px}.home-main{padding:30px 20px 50px}.main-heading-row h1{font-size:34px}.main-heading-row p{display:none}.entry-grid{grid-template-columns:1fr;margin-top:28px}.entry-card,.entry-card:last-child{grid-column:auto;min-height:130px;justify-content:flex-start;padding:20px 28px}.entry-icon{width:45px}.project-item{grid-template-columns:135px minmax(0,1fr);padding:9px;gap:13px}.project-thumbnail{width:135px;height:70px}.project-details h3{font-size:16px;margin-bottom:8px}.project-meta{gap:10px;flex-wrap:wrap}.project-actions{grid-column:1 / -1;justify-content:flex-end;border-top:1px solid #eef1f5;padding-top:8px}.project-collection.gallery{grid-template-columns:1fr}.migration-panel{align-items:flex-start;flex-direction:column}.migration-steps{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important}}
