:root{--green:#22a06b;--green-dark:#176b4d;--green-pale:#eaf7f1;--green-quiet:#f5fbf8;--ink:#1d2420;--muted:#707772;--line:#e7e9e7;--canvas:#f7f7f8;--white:#fff;--danger:#b8463f;--radius:16px}*{box-sizing:border-box}body,html{background:var(--canvas)}body{margin:0;color:var(--ink);font-family:Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(34,160,107,.28);outline-offset:3px}a{color:inherit;text-decoration:none}.brand-mark{width:32px;height:32px;display:inline-grid;flex:none;place-items:center;border-radius:10px;background:var(--green);color:white;font-size:11px;font-weight:760;letter-spacing:.5px}.eyebrow{margin:0;color:var(--green-dark);font-size:10px;font-weight:750;letter-spacing:1.45px;line-height:1.25}.button{min-height:41px;padding:0 15px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:650;transition:background .18s ease,border .18s ease,transform .18s ease}.button:hover{transform:translateY(-1px)}.app-tile:disabled,.button:disabled{cursor:wait;opacity:.68;transform:none}.button-primary{background:var(--green);color:#fff;box-shadow:0 1px 2px rgba(20,91,64,.16)}.button-primary:hover{background:#1c8d5e}.button-secondary{background:white;border-color:var(--line);color:#3d4741}.button-secondary:hover{border-color:#c9d1cc;background:#fbfcfb}.full{width:100%}.icon-button{width:32px;height:32px;padding:0;border:0;background:transparent;display:grid;place-items:center;border-radius:9px;color:#68716b}.icon-button:hover{background:#f0f2f0;color:var(--ink)}.form-error{margin:9px 0 0;color:var(--danger);font-size:12px;line-height:1.45}.auth-shell{min-height:100svh;padding:28px;display:grid;place-items:center;background:radial-gradient(circle at 77% 15%,#e5f6ee 0,rgba(229,246,238,.48) 17%,transparent 36%),var(--canvas)}.auth-card{width:min(100%,452px);padding:38px;border:1px solid #e8ebe9;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 15px 40px rgba(35,51,42,.055)}.auth-card.compact{text-align:center}.auth-card.compact>.brand-mark{margin-bottom:20px}.auth-card.compact h1{font-size:23px;margin:8px 0 10px}.auth-card.compact p:not(.eyebrow){color:var(--muted);line-height:1.7;margin:0 0 22px}.auth-brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700}.auth-heading{margin:42px 0 29px}.auth-heading h1{margin:9px 0 11px;font-size:27px;letter-spacing:-.7px;line-height:1.25}.auth-heading p:last-child{margin:0;color:var(--muted);line-height:1.7;font-size:14px}.dev-fixture{padding:15px;border:1px solid #dbece3;border-radius:13px;background:#f8fcf9}.fixture-label{display:flex;justify-content:space-between;margin-bottom:15px;color:#6c7e74;font-size:11px}.fixture-label span:first-child{font-weight:750;color:var(--green-dark);letter-spacing:.6px}.dev-fixture label{display:block;margin-bottom:7px;font-weight:600;font-size:12px}.dev-fixture select{width:100%;height:40px;padding:0 10px;margin-bottom:12px;border:1px solid #d9e1dc;border-radius:9px;background:white;color:var(--ink)}.auth-notes{display:flex;justify-content:space-between;gap:10px;margin-top:21px;color:#858c87;font-size:11px}.auth-notes span{display:flex;align-items:center;gap:5px}.workbench-shell{width:min(1180px,calc(100% - 64px));margin:0 auto;padding:0 0 56px}.topbar{min-height:78px;justify-content:space-between}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;font-size:15px;font-weight:740;letter-spacing:-.25px}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#2eaf77,#197052);box-shadow:0 6px 15px rgba(28,130,89,.18)}.brand small{margin-left:5px;padding-left:14px;border-left:1px solid #dce2de;color:#8a928d;font-size:11px;font-weight:520;letter-spacing:0}.desktop-profile,.profile,.topbar-right{display:flex;align-items:center;gap:14px}.identity-state{display:flex;align-items:center;gap:6px;color:#6e7972;font-size:11px}.identity-state i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #e3f4eb}.profile{gap:8px;padding-left:14px;border-left:1px solid #e0e5e1}.profile-name{font-size:13px;font-weight:630;color:#38433c}.avatar{width:31px;height:31px;display:grid;place-items:center;flex:none;border-radius:50%;background:#e2f3e9;color:var(--green-dark);font-size:12px;font-weight:750}.mobile-menu,.mobile-profile{display:none}.welcome-panel{min-height:212px;padding:37px 42px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;position:relative;border:1px solid #e4e9e5;border-radius:24px;background:linear-gradient(111deg,#fff,#fff 62%,#f3faf5);box-shadow:0 13px 30px rgba(35,52,43,.045)}.welcome-panel:after{position:absolute;top:-108px;right:143px;width:245px;height:245px;border-radius:50%;background:rgba(119,203,156,.11);content:"";pointer-events:none}.hero-copy{z-index:1;max-width:680px}.hero-copy h1{margin:10px 0 11px;color:#19251d;font-size:clamp(32px,3.7vw,48px);font-weight:700;letter-spacing:-2.2px;line-height:1.08}.hero-copy p:not(.eyebrow){margin:0;color:#718078;font-size:14px;line-height:1.65}.hero-status{z-index:1;width:198px;min-height:140px;padding:17px 19px;display:flex;flex:none;flex-direction:column;justify-content:center;border:1px solid rgba(133,194,158,.36);border-radius:17px;background:rgba(255,255,255,.68);box-shadow:0 10px 25px rgba(38,96,65,.06)}.status-label{display:flex;align-items:center;gap:5px;margin-bottom:8px;color:#238157;font-size:10px;font-weight:720}.hero-status strong{color:#195c42;font-size:34px;font-weight:730;letter-spacing:-1.5px;line-height:1}.hero-status>span:not(.status-label){margin-top:5px;color:#3d5548;font-size:12px;font-weight:660}.hero-status small{margin-top:6px;color:#91a098;font-size:10px;line-height:1.35}.search-area{margin-top:21px;padding:0}.search-box{height:58px;width:100%;padding:0 18px;display:flex;align-items:center;gap:11px;border:1px solid #e0e6e2;border-radius:17px;background:#fff;color:#7b8780;box-shadow:0 5px 14px rgba(36,55,44,.025);transition:border .2s,box-shadow .2s}.search-box:focus-within{border-color:#84c9a5;box-shadow:0 0 0 4px rgba(54,169,111,.1)}.search-box input{flex:1 1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.search-box input::placeholder{color:#9ba49e}.search-box button{border:0;background:transparent;color:#718078;display:grid;place-items:center}.search-help{margin:9px 0 0 2px;color:#99a29c;font-size:11px}.app-section{margin-top:43px}.section-heading{min-height:28px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.section-heading>div{display:flex;align-items:baseline;gap:10px}.section-heading h2{margin:0;color:#223128;font-size:20px;font-weight:720;letter-spacing:-.7px}.section-hint{color:#98a29b;font-size:12px}.app-count{padding:4px 8px;border-radius:999px;background:#edf6f0;color:#43805e;font-size:11px;font-weight:650;white-space:nowrap}.app-grid{display:grid}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.app-tile{min-width:0;position:relative;display:flex;text-align:left;border:1px solid #e3e8e4;background:#fff;color:var(--ink);transition:border .18s,box-shadow .18s,transform .18s}.app-tile:hover{z-index:1;border-color:#b9dcc8;transform:translateY(-2px);box-shadow:0 10px 24px rgba(31,76,50,.08)}.app-icon,.small-app-icon{width:42px;height:42px;display:grid;flex:none;place-items:center;border-radius:13px;color:#246443;background:#eaf6ee}.featured-tile{height:166px;padding:17px;flex-direction:column;justify-content:space-between;border-radius:18px}.featured-tile:after{position:absolute;top:-17px;right:-17px;width:72px;height:72px;border-radius:50%;background:#f1f8f3;content:""}.featured-tile .app-icon{z-index:1}.app-tile-body{min-width:0;display:flex;flex-direction:column;gap:5px}.app-tile strong{overflow:hidden;color:#223028;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;letter-spacing:-.2px}.app-tile small{display:-webkit-box;overflow:hidden;color:#86918a;font-size:11px;line-height:1.45;-webkit-line-clamp:1;-webkit-box-orient:vertical}.featured-tile .app-tile-body{padding-right:19px}.launch-arrow{color:#91a099;display:grid;place-items:center;transition:color .18s,transform .18s}.featured-tile .launch-arrow{position:absolute;right:15px;bottom:16px}.app-tile:hover .launch-arrow{color:var(--green-dark);transform:translate(2px,-2px)}.service-tile{min-height:96px;padding:15px 49px 15px 15px;align-items:center;gap:13px;border-radius:15px}.service-tile .app-icon{width:40px;height:40px;border-radius:12px}.service-tile .launch-arrow{position:absolute;right:17px;top:calc(50% - 9px)}.service-tile .app-tile-body{gap:4px}.spinner{width:14px;height:14px;border:2px solid #d8e5de;border-top:2px solid var(--green);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{margin:74px auto;text-align:center;color:#828a84}.empty-state h2{margin:12px 0 5px;color:#4f5852;font-size:16px}.empty-state p{margin:0;font-size:13px}.admin-float{position:fixed;right:28px;bottom:26px;min-height:40px;padding:0 14px;display:flex;align-items:center;gap:7px;border:1px solid #d4ded7;border-radius:12px;background:rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(28,50,38,.08);color:#405149;font-size:12px;font-weight:680;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-float:hover{border-color:#9dbfae}.workbench-shell footer{margin-top:59px;padding-top:18px;border-top:1px solid #e2e7e3;color:#9aa39d;font-size:11px}.workbench-shell footer span{color:#607168;font-weight:700}.workbench-shell footer i{display:inline-block;width:3px;height:3px;margin:0 8px 2px;border-radius:50%;background:#aeb7b1}.admin-shell{width:min(1180px,calc(100% - 48px));margin:0 auto;padding-bottom:60px}.admin-topbar{height:72px;justify-content:space-between}.admin-topbar,.back-link{display:flex;align-items:center}.back-link{gap:7px;color:#5e6861;font-size:13px;font-weight:600}.back-link:hover{color:var(--green-dark)}.admin-profile{display:flex;align-items:center;gap:8px;color:#5c665f;font-size:13px}.admin-intro{padding:33px 0 29px}.intro-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:7px}.intro-row h1{margin:0 0 6px;font-size:29px;letter-spacing:-.8px}.intro-row p{margin:0;color:var(--muted);font-size:14px}.admin-notice{padding:11px 13px;border-radius:10px;background:var(--green-pale);color:var(--green-dark);font-size:12px}.admin-error,.admin-notice{margin:0 0 14px}.registry-card{overflow:hidden;border:1px solid #e4e8e5;border-radius:16px;background:#fff}.registry-head{height:54px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);font-size:13px;font-weight:650}.registry-head span:last-child{color:#8c948e;font-size:12px;font-weight:500}.table-head,.table-row{display:grid;grid-template-columns:minmax(238px,2fr) minmax(95px,.85fr) minmax(89px,.8fr) minmax(89px,.8fr) minmax(65px,.65fr) minmax(145px,.9fr);grid-gap:12px;gap:12px;align-items:center}.table-head{min-height:39px;padding:0 20px;background:#fafbfa;color:#8c938e;font-size:10px;font-weight:700;letter-spacing:.3px}.table-row{min-height:76px;padding:10px 20px;border-top:1px solid #eff1ef;color:#69726b;font-size:12px}.registry-app{min-width:0;display:flex;align-items:center;gap:10px}.registry-app>span:last-child{min-width:0;display:flex;flex-direction:column;gap:4px}.registry-app strong{color:var(--ink);font-size:13px}.registry-app small,.registry-app strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.registry-app small{color:#919892;font-size:11px}.small-app-icon{width:34px;height:34px;border-radius:9px}.table-category{color:#68736c}.mode-tag{color:#627168;font-size:11px}.status{display:inline-flex;align-items:center;width:max-content;color:#88908a;font-size:11px}.status:before{width:6px;height:6px;margin-right:5px;border-radius:50%;background:#bbc1bd;content:""}.status-live{color:#31835b}.status-live:before{background:var(--green)}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:3px}.row-actions button{width:27px;height:27px;display:grid;place-items:center;border:0;border-radius:7px;background:transparent;color:#7e8881}.row-actions button:hover{background:#f1f4f2;color:var(--green-dark)}.row-actions .edit-button{width:auto;padding:0 8px;font-size:11px;font-weight:650}.editor-panel{position:fixed;z-index:5;top:0;right:0;width:min(500px,100vw);height:100dvh;padding:28px;overflow-y:auto;border-left:1px solid #e4e9e6;background:#fff;box-shadow:-14px 0 40px rgba(30,48,38,.11)}.editor-title{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:21px;border-bottom:1px solid var(--line)}.editor-title h2{margin:7px 0 0;font-size:21px;letter-spacing:-.5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 14px;gap:16px 14px;padding:24px 0}.form-grid label{display:flex;flex-direction:column;gap:6px;color:#4a554e;font-size:12px;font-weight:620}.form-grid input,.form-grid select{width:100%;height:39px;padding:0 10px;border:1px solid #dce2de;border-radius:8px;outline:0;background:#fff;color:var(--ink);font-weight:450}.form-grid input:focus,.form-grid select:focus{border-color:#77bf9d;box-shadow:0 0 0 3px rgba(34,160,107,.1)}.full-field{grid-column:1/-1}.field-help{color:#929a94;font-size:10px;font-weight:450;line-height:1.4}.toggle-row{flex-direction:row!important;align-items:flex-start;gap:10px!important;padding:11px;border:1px solid #e4e9e6;border-radius:10px;background:#fafcfb}.toggle-row input{width:16px;height:16px;margin:0;accent-color:var(--green)}.toggle-row span{display:flex;flex-direction:column;gap:3px}.toggle-row small{color:#828b84;font-size:10px;font-weight:450;line-height:1.45}.editor-actions{padding-top:19px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:9px}.receiver-shell{min-height:100svh;padding:28px;display:grid;place-items:center;background:var(--green-quiet)}.receiver-card{width:min(100%,470px);padding:39px;border:1px solid #e0ebe5;border-radius:20px;background:white;text-align:center}.receiver-card .brand-mark{margin-bottom:22px}.receiver-card h1{margin:9px 0 10px;font-size:23px}.receiver-card p:not(.eyebrow){color:var(--muted);line-height:1.7;font-size:14px}.receiver-card .subtle{margin:20px 0 24px!important;color:#99a19b!important;font-size:11px!important}@media (max-width:780px){.admin-shell,.workbench-shell{width:min(100% - 32px,620px)}.workbench-shell{padding-bottom:32px}.topbar{min-height:67px}.brand small,.desktop-profile,.topbar-right{display:none}.mobile-menu{width:34px;height:34px;padding:0;border:0;display:grid;place-items:center;border-radius:50%;background:transparent;color:#536057}.mobile-profile{padding:10px 0 13px;display:block;border-bottom:1px solid #dfe4e0}.mobile-profile .profile{justify-content:flex-end}.welcome-panel{min-height:0;padding:27px 23px 21px;flex-direction:column;align-items:stretch;gap:19px;border-radius:20px}.welcome-panel:after{top:-112px;right:-78px;width:230px;height:230px}.hero-copy h1{margin:9px 0 8px;font-size:36px;letter-spacing:-1.7px}.hero-copy p:not(.eyebrow){max-width:310px;font-size:13px}.hero-status{width:100%;min-height:0;padding:12px 13px;display:grid;grid-template-columns:auto 1fr;grid-column-gap:9px;column-gap:9px;align-items:center;border-radius:14px}.status-label{grid-column:1/-1;margin:0 0 4px}.hero-status strong{grid-row:span 2;font-size:28px}.hero-status>span:not(.status-label){margin:0}.hero-status small{margin:1px 0 0}.search-area{margin-top:16px}.search-box{height:54px;padding:0 15px;border-radius:15px}.search-help{margin-top:8px}.app-section{margin-top:35px}.section-heading{margin-bottom:13px}.section-heading h2{font-size:18px}.section-hint{display:none}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-grid{grid-template-columns:1fr;gap:9px}.featured-tile{height:151px;padding:14px;border-radius:16px}.featured-tile .app-icon{width:39px;height:39px;border-radius:12px}.service-tile{min-height:88px;padding:13px 46px 13px 13px;border-radius:14px}.service-tile .app-icon{width:38px;height:38px}.app-tile strong{font-size:13px}.app-tile small{font-size:10px}.admin-float{right:16px;bottom:16px}.workbench-shell footer{margin-top:44px}.admin-intro{padding:26px 0 21px}.intro-row{align-items:flex-start;flex-direction:column}.intro-row .button{width:100%}.registry-card{overflow-x:auto}.app-table{min-width:805px}.editor-panel{padding:22px 18px}.form-grid{grid-template-columns:1fr;gap:14px}.full-field{grid-column:auto}}@media (max-width:390px){.admin-shell,.workbench-shell{width:calc(100% - 24px)}.brand{gap:8px}.brand-mark{width:31px;height:31px}.welcome-panel{padding:24px 18px 18px}.hero-copy h1{font-size:31px}.featured-tile{height:142px;padding:12px}.app-tile small{font-size:9px}.auth-shell{padding:16px}.auth-card{padding:27px 22px}.auth-notes{flex-direction:column;gap:7px}}