.ava-mini[data-v-451661cd]{width:26px;height:26px;min-width:26px;border-radius:8px;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.ws-btn .ava-mini[data-v-451661cd]{border-radius:7px}:root{--brand: #3b5bff;--brand-dark: #2e47d6;--brand-soft: #eef2ff;--ok: #16a34a;--warn: #f59e0b;--danger: #ef4444;--info: #3b82f6;--purple: #7c3aed;--teal: #0d9488;--rose: #e11d48;--amber: #d97706;--bg: #f7f9fc;--card: #ffffff;--line: #e7eaf3;--line2: #d8ddeb;--text: #1f2437;--text2: #5a6175;--text3: #9097ab;--shadow: 0 1px 2px rgba(23, 30, 60, .05), 0 6px 24px rgba(23, 30, 60, .06);--shadow-lg: 0 8px 32px rgba(23, 30, 60, .14);--radius: 12px;--radius-sm: 8px;--sidebar-w: 228px;--topbar-h: 60px;--rdc-bg: #f7f9fc;--rdc-card: #ffffff;--rdc-ink: #1f2437;--rdc-sub: #5a6175;--rdc-line: #e7eaf3;--rdc-brand: #3b5bff;--rdc-brand-2: #2e47d6;--rdc-ok: #16a34a;--rdc-warn: #d97706;--rdc-danger: #ef4444;--rdc-radius: 12px}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text);background:var(--bg);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;outline:none}svg{display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd3e6;border-radius:8px}::-webkit-scrollbar-track{background:transparent}.hidden{display:none!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:500;transition:all .15s;white-space:nowrap;border:1px solid transparent}.btn svg{width:16px;height:16px}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-light{background:#fff;border-color:var(--line2);color:var(--text)}.btn-light:hover{border-color:var(--brand);color:var(--brand)}.btn-ghost{color:var(--text2)}.btn-ghost:hover{background:#edf0f7}.btn-danger{background:#fef2f2;color:var(--danger);border-color:#fecaca}.btn-danger:hover{background:#fee2e2}.btn-sm{height:30px;padding:0 12px;font-size:13px}.btn-lg{height:44px;padding:0 24px;font-size:15px}.btn-block{width:100%}.tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:6px;font-size:12px;font-weight:500;background:#f1f3fa;color:var(--text2)}.tag-b{background:var(--brand-soft);color:var(--brand)}.tag-g{background:#ecfdf5;color:var(--ok)}.tag-o{background:#fef3e2;color:var(--warn)}.tag-r{background:#fef2f2;color:var(--danger)}.tag-p{background:#f3eeff;color:var(--purple)}.avatar{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;flex:none}.avatar-sm{width:26px;height:26px;font-size:11px}.avatar-lg{width:44px;height:44px;font-size:16px}.avatar-stack{display:flex}.avatar-stack .avatar{margin-left:-7px;border:2px solid #fff;box-shadow:0 1px 2px #0000001a}.avatar-stack .avatar:first-child{margin-left:0}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card-pad{padding:20px}.empty{padding:56px 20px;text-align:center;color:var(--text3)}.empty svg{width:56px;height:56px;stroke:var(--line2);margin:0 auto 14px}.empty h4{color:var(--text2);font-weight:600;margin-bottom:6px;font-size:15px}.empty p{font-size:13px}.progress{height:6px;border-radius:6px;background:#edf0f7;overflow:hidden}.progress>i{display:block;height:100%;border-radius:6px;background:var(--brand);transition:width .4s}.progress.g>i{background:var(--ok)}.progress.o>i{background:var(--warn)}.progress.r>i{background:var(--danger)}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.content{flex:1;overflow-y:auto;padding:26px 30px 60px;min-width:0}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.page-head h2{font-size:21px;font-weight:700}.content-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}.content-title h3{font-size:17px;font-weight:700}.content-title .ct-sub{color:var(--text3);font-size:13px}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--line)}.panel-head h4{font-size:15px;font-weight:700}.list-line{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid #f2f4fa;transition:background .12s}.list-line:last-child{border-bottom:none}.list-line:hover{background:#f8faff}.list-line .ll-t{flex:1;min-width:0}.list-line .ll-t b{display:block;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-line .ll-t span{font-size:12px;color:var(--text3)}.tbl{width:100%;border-collapse:collapse}.tbl th{text-align:left;font-size:12px;color:var(--text3);font-weight:600;padding:11px 14px;background:#f9fafd;border-bottom:1px solid var(--line);white-space:nowrap}.tbl td{padding:12px 14px;border-bottom:1px solid #f2f4fa;font-size:13.5px;vertical-align:middle}.tbl tr:hover td{background:#f8faff}.tbl tr{cursor:pointer}.select-mini{height:34px;border:1px solid var(--line);border-radius:8px;padding:0 8px;background:#fff;font-size:13px;color:var(--text2)}.select-mini:disabled{opacity:.55;cursor:not-allowed;background:#f5f7fb}.role-desc{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.role-chip{flex:1;min-width:170px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px;box-shadow:var(--shadow)}.role-chip b{font-size:14px;display:flex;align-items:center;gap:7px}.role-chip .r-c{width:8px;height:8px;border-radius:50%;display:inline-block;flex:none}.role-chip p{font-size:12px;color:var(--text3);margin-top:5px;line-height:1.5}.seat-bar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f6f8ff;border:1px dashed #cbd3f0;border-radius:11px;margin-bottom:18px;font-size:13px;color:var(--text2)}.seat-bar .progress{flex:1;max-width:220px}.mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#171e3c6b;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:90;display:flex;align-items:center;justify-content:center;animation:maskIn .18s ease}@keyframes maskIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal{width:460px;max-width:calc(100vw - 40px);max-height:calc(100vh - 80px);overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px #171e3c38,0 4px 16px #171e3c14;animation:modalIn .22s cubic-bezier(.2,.8,.3,1)}.modal .m-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2;border-radius:16px 16px 0 0}.modal .m-head h3{font-size:16px;font-weight:700}.modal .m-x{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text3);transition:all .12s}.modal .m-x:hover{background:#f1f3f9;color:var(--text)}.modal .m-body{padding:20px 22px}.modal .m-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--line);position:sticky;bottom:0;background:#fff;z-index:2;border-radius:0 0 16px 16px}.field{margin-bottom:18px}.field label{display:block;font-size:13px;color:var(--text2);margin-bottom:7px;font-weight:500}.field label .req{color:var(--danger);margin-left:2px}.field .in{display:flex;align-items:center;gap:8px;height:40px;border:1px solid var(--line2);border-radius:9px;padding:0 12px;background:#fbfcfe;transition:border .15s,box-shadow .15s}.field .in:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #3b5bff1f;background:#fff}.field .in svg{width:18px;height:18px;stroke:var(--text3);flex:none}.field input,.field select,.field textarea{flex:1;border:none;background:none;font-size:14px;height:100%;color:var(--text)}.field textarea{padding:10px 0;resize:vertical;height:auto;min-height:80px;line-height:1.6}.field .err{color:var(--danger);font-size:12.5px;margin-top:6px}.tip-form{background:#f6f8ff;border:1px dashed #cbd3f0;border-radius:9px;padding:11px 13px;font-size:12.5px;color:var(--text2);line-height:1.7;margin-bottom:18px}.tip-form b{color:var(--brand)}.link-box{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:4px 5px 4px 12px;background:#f9fafd;margin-top:13px}.link-box input{flex:1;border:none;background:none;font-size:12.5px;color:var(--text2);height:30px}.toast-wrap{position:fixed;top:20px;right:20px;z-index:120;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow-lg);padding:11px 16px;font-size:13.5px;color:var(--text);min-width:200px}.toast svg{width:18px;height:18px;flex:none}.toast.ok svg{stroke:var(--ok)}.toast.err svg{stroke:var(--danger)}.toast.info svg{stroke:var(--brand)}.muted{color:var(--rdc-sub, var(--text2))}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:var(--rdc-sub, var(--text2))}.chip{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:6px;font-size:12px;font-weight:500;background:#eef1f9;color:var(--text2)}.form-field{margin-bottom:14px}.form-field label{display:block;margin-bottom:6px;font-size:13px;color:var(--rdc-ink, var(--text));font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;padding:8px 10px;border:1px solid var(--rdc-line, var(--line));border-radius:8px;font-size:13px;outline:none;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--rdc-brand, var(--brand));box-shadow:0 0 0 3px #3b5bff1f}.shell{display:flex;height:100%}.side{width:var(--sidebar-w, 228px);flex:none;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column}.brand{padding:16px 16px 13px;border-bottom:1px solid var(--line)}.brand .b-top{display:flex;align-items:center;gap:10px;cursor:pointer}.b-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#3b5bff,#6a3bff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:19px;box-shadow:0 4px 10px #3b5bff4d;flex:none}.brand-name{font-weight:700;font-size:15px;color:var(--text);line-height:1.2}.brand-sub{font-size:11px;color:var(--text3)}.sb-nav{flex:1;overflow-y:auto;padding:12px 10px 20px}.sb-sec{font-size:11px;color:var(--text3);font-weight:600;letter-spacing:.4px;padding:12px 10px 6px}.sb-sec:first-child{padding-top:2px}.sb-item{display:flex;align-items:center;gap:10px;height:38px;padding:0 11px;border-radius:9px;cursor:pointer;color:var(--text2);font-size:13.5px;position:relative;transition:all .12s;-webkit-user-select:none;user-select:none}.sb-item:hover{background:#f2f5fc;color:var(--text)}.sb-item.active{background:var(--brand-soft);color:var(--brand);font-weight:600}.sb-item .sb-ic{width:18px;height:18px;flex:none;stroke:currentColor}.sb-item .sb-t{flex:1;min-width:0}.sb-item .sb-badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.sb-item .sb-lock{margin-left:auto;width:15px;height:15px;color:var(--text3);display:flex;align-items:center;justify-content:center;flex:none}.ver-foot{border-top:1px solid var(--line);padding:11px 12px;cursor:pointer;display:flex;align-items:center;gap:9px;transition:background .12s}.ver-foot:hover{background:#f7f9ff}.ver-foot svg{width:17px;height:17px;flex:none;color:var(--brand)}.ver-foot .vf-t b{display:block;font-size:12.5px;color:var(--text);font-weight:600}.ver-foot .vf-t span{font-size:11.5px;color:var(--text3)}.ver-foot .vf-badge{margin-left:auto;font-size:11px;font-weight:600;color:var(--brand)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:var(--topbar-h, 60px);flex:none;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:0 20px}.tb-search{width:340px;max-width:42vw;height:38px;border:1px solid var(--line);border-radius:19px;background:#f7f9fc;display:flex;align-items:center;gap:8px;padding:0 14px;transition:all .15s}.tb-search:focus-within{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #3b5bff1a}.tb-search svg{width:16px;height:16px;stroke:var(--text3);flex:none}.tb-search input{border:none;background:none;flex:1;font-size:13.5px;color:var(--text)}.tb-search input::placeholder{color:var(--text3)}.top-right{margin-left:auto;display:flex;align-items:center;gap:12px}.ws-wrap{position:relative}.ws-btn{display:flex;align-items:center;gap:8px;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13.5px;font-weight:600;color:var(--text);max-width:220px}.ws-btn:hover{border-color:var(--line2);background:#fafbfe}.ws-btn .ws-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-btn svg.chev{width:15px;height:15px;stroke:var(--text3);transition:transform .15s}.ws-btn svg.chev.open{transform:rotate(180deg)}.dropdown{position:absolute;top:46px;left:0;min-width:280px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg);z-index:96;padding:8px;animation:pop .15s}.dd-title{font-size:11.5px;color:var(--text3);padding:6px 10px 4px;font-weight:600}.dd-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer}.dd-item:hover{background:#f2f5fc}.dd-item .di-ic{width:30px;height:30px;border-radius:8px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;flex:none}.dd-item .di-ic svg{width:15px;height:15px;stroke:currentColor}.dd-item .di-t b{display:block;font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dd-item .di-t span{font-size:11.5px;color:var(--text3)}.dd-item .di-check{margin-left:auto;width:16px;height:16px;color:var(--brand)}.dd-divider{height:1px;background:var(--line);margin:6px 8px}.dd-action{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;color:var(--text2);font-size:13px}.dd-action:hover{background:#f2f5fc;color:var(--text)}.dd-action svg{width:16px;height:16px;stroke:currentColor}.plan-badge{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border-radius:12px;font-size:12px;font-weight:600}.plan-badge svg{width:13px;height:13px}.plan-badge.free{background:#f1f3f7;color:var(--text2)}.plan-badge.professional{background:var(--brand-soft);color:var(--brand)}.plan-badge.enterprise{background:linear-gradient(135deg,#3b5bff,#7c3aed);color:#fff}.top-actions{display:flex;align-items:center;gap:8px;position:relative}.bell-wrap{position:relative}.bell{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--text2);background:#f5f7fb;position:relative;transition:all .12s}.bell:hover{background:#edf0f7;color:var(--text)}.bell svg{width:19px;height:19px;stroke:currentColor}.bell-dot{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:600}.user-btn{display:flex;align-items:center;gap:9px;padding:4px 8px 4px 4px;border-radius:10px;cursor:pointer}.user-btn:hover{background:#f1f3f9}.user-ava{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#3b5bff,#6a3bff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:none}.user-btn .u-name{font-size:13.5px;font-weight:600;color:var(--text)}.user-btn .u-chev{width:14px;height:14px;stroke:var(--text3);transition:transform .15s}.user-btn .u-chev.open{transform:rotate(180deg)}.user-menu{position:absolute;top:48px;right:0;min-width:216px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-lg);z-index:96;overflow:hidden;animation:pop .15s}.um-user{padding:12px 14px;border-bottom:1px solid var(--line)}.um-user b{display:block;font-size:13.5px;color:var(--text)}.um-user span{font-size:12px;color:var(--text3)}.um-item{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;font-size:13.5px;color:var(--text2)}.um-item:hover{background:#f2f5fc;color:var(--text)}.um-item svg{width:16px;height:16px;stroke:currentColor}.um-item.danger{color:var(--danger)}.um-divider{height:1px;background:var(--line)}.notif-wrap{position:absolute;top:46px;right:-4px;width:408px;max-width:calc(100vw - 24px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);overflow:hidden;z-index:96;animation:pop .16s}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--line)}.notif-head h4{font-size:14px;font-weight:700;color:var(--text)}.notif-readall{font-size:12.5px;color:var(--brand);cursor:pointer;font-weight:500}.notif-readall:hover{text-decoration:underline}.notif-tabs{display:flex;gap:6px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid var(--line)}.notif-tab{display:inline-flex;align-items:center;gap:6px;height:27px;padding:0 11px;border-radius:7px;font-size:12.5px;color:var(--text2);background:#f4f6fa;cursor:pointer;border:none}.notif-tab .cnt{font-size:11px;background:#e1e6f2;color:var(--text2);min-width:17px;height:17px;line-height:17px;text-align:center;border-radius:9px;padding:0 5px}.notif-tab.active{background:var(--brand);color:#fff}.notif-tab.active .cnt{background:#ffffff38;color:#fff}.notif-list{max-height:336px;overflow-y:auto;background:#fafbfe}.notif-item{display:flex;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--line);cursor:pointer;position:relative;transition:background .12s}.notif-item:hover{background:#f7f9ff}.notif-item.unread{border-left:3px solid var(--brand);background:#fbfbff}.notif-item.unread:hover{background:#f3f6ff}.ni-ava{flex:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;font-weight:700;font-size:13px;color:#fff}.ni-body{flex:1;min-width:0}.ni-title{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--text);line-height:1.45;word-break:break-word}.ni-title .ni-dot{flex:none;width:7px;height:7px;border-radius:50%;background:var(--brand);display:inline-block}.ni-sum{display:block;font-size:12.5px;color:var(--text2);line-height:1.5;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ni-time{display:block;font-size:12px;color:var(--text3);margin-top:5px}.notif-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:44px 20px;color:var(--text3);font-size:13px}.notif-empty svg{width:34px;height:34px;stroke:var(--line2)}.notif-foot{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;border-top:1px solid var(--line);background:#fff}.notif-foot .relay{font-size:12px;color:var(--text3)}.bill-hero{background:linear-gradient(120deg,#1f2437,#38405c);border-radius:14px;padding:24px 28px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;box-shadow:0 10px 26px #14182d47;margin-bottom:24px}.bill-hero .bh-plan{display:flex;align-items:center;gap:12px}.bill-hero .bh-ic{width:46px;height:46px;border-radius:12px;background:#ffffff24;display:flex;align-items:center;justify-content:center;flex:none}.bill-hero h3{font-size:19px;font-weight:700}.bill-hero .bh-sub{opacity:.8;font-size:13px;margin-top:5px}.bill-hero .bh-price{text-align:right}.bill-hero .bh-price b{font-size:24px;font-weight:800}.bill-hero .bh-price span{font-size:13px;opacity:.75}.bill-welfare{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:14px 18px;border-radius:14px;background:linear-gradient(92deg,#3b5bff1a,#7c3aed1f);border:1px solid rgba(59,91,255,.28)}.bill-welfare .wf-ic{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#3b5bff,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex:none}.bill-welfare .wf-t{flex:1;min-width:0}.bill-welfare .wf-t b{font-size:14px}.bill-welfare .wf-t div{font-size:12.5px;color:var(--text2);margin-top:2px;line-height:1.5}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:28px;align-items:stretch}.plan-card{background:#fff;border:2px solid var(--line);border-radius:14px;padding:24px;display:flex;flex-direction:column;position:relative;transition:all .18s}.plan-card:hover{border-color:var(--line2);transform:translateY(-3px);box-shadow:var(--shadow-lg)}.plan-card.hot{border-color:var(--brand);box-shadow:0 10px 30px #3b5bff24}.plan-card .hot-flag{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;font-size:11.5px;font-weight:600;padding:3px 14px;border-radius:20px;letter-spacing:.5px}.plan-card.current{border-color:var(--ok);background:linear-gradient(180deg,#fbfffd,#fff)}.pc-name{font-size:16px;font-weight:700;display:flex;align-items:center;gap:9px}.pc-name svg{width:16px;height:16px;stroke:currentColor}.pc-note{font-size:20px;font-weight:800;margin:8px 0 2px}.pc-note small{font-size:12.5px;color:var(--text3);font-weight:500}.pc-slogan{font-size:12.5px;color:var(--text2);line-height:1.5;margin-bottom:16px;min-height:36px}.pc-feats{flex:1;list-style:none}.pc-feats li{display:flex;gap:9px;font-size:13px;color:var(--text);padding:6px 0;align-items:flex-start}.pc-feats li svg{width:15px;height:15px;stroke:var(--ok);flex:none;margin-top:3px}.pc-feats li.no svg{stroke:var(--line2)}.pc-feats li.no{color:var(--text3)}.pc-act{margin-top:16px}.calc{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:var(--shadow);margin-bottom:26px}.calc label{display:block;font-size:12.5px;color:var(--text2);margin-bottom:8px;font-weight:500}.calc-num,.calc-select{height:40px;border:1px solid var(--line2);border-radius:9px;padding:0 12px;font-size:14px;background:#fff}.calc-num{width:120px}.calc-select{min-width:150px}.calc-total{font-size:13px;color:var(--text3);padding-bottom:10px}.calc-total b{font-size:20px;color:var(--brand);font-weight:800}.feature-table{border-collapse:collapse;width:100%;font-size:13px}.feature-table th,.feature-table td{border:1px solid var(--line);padding:11px 14px;text-align:left}.feature-table th{background:#f9fafd;font-weight:600}.feature-table td:not(:first-child){text-align:center}.feature-table .yes{width:18px;height:18px;stroke:var(--ok);margin:0 auto}.feature-table .no{width:16px;height:16px;stroke:var(--line2);margin:0 auto}.feature-table tr:hover td{background:#f8faff}.ft-full{color:var(--ok);font-weight:600}.invite-wrap{min-height:100vh;background:linear-gradient(150deg,#eef2ff,#f8faff);display:flex;align-items:center;justify-content:center;padding:24px}.invite-card{width:460px;background:#fff;border-radius:16px;box-shadow:var(--shadow-lg);padding:38px 40px;text-align:center;border:1px solid var(--line)}.invite-card .ic-org{width:66px;height:66px;border-radius:17px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;color:#fff}.invite-card h2{font-size:20px;font-weight:700}.invite-card .ic-sub{color:var(--text2);font-size:13.5px;margin:10px 0 24px;line-height:1.7}.invite-card .ic-meta{background:#f9fafd;border:1px solid var(--line);border-radius:11px;padding:14px;display:flex;justify-content:space-around;margin-bottom:24px}.ic-meta .m-item b{display:block;font-size:15px}.ic-meta .m-item span{font-size:12px;color:var(--text3)}.inv-ok{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0;padding:11px;border-radius:9px;font-size:13.5px;margin-bottom:16px}.inv-tab{display:flex;gap:6px;background:#f1f3f9;border-radius:10px;padding:4px;margin-bottom:20px}.inv-tab button{flex:1;height:34px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text2)}.inv-tab button.active{background:#fff;color:var(--brand);box-shadow:0 1px 4px #171e3c1a}.page-head .ph-sub{color:var(--text2);font-size:13.5px;margin-top:5px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.dash-hero{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:18px;text-align:center;padding:38px 28px 26px;margin-bottom:20px}.dash-hero:before{content:"";position:absolute;left:50%;top:-70%;transform:translate(-50%);width:760px;height:380px;background:radial-gradient(closest-side,rgba(59,91,255,.14),transparent 72%);pointer-events:none}.dash-hero:after{content:"";position:absolute;right:-120px;bottom:-160px;width:340px;height:340px;background:radial-gradient(closest-side,rgba(22,163,74,.1),transparent 72%);pointer-events:none}.dh-wrap{position:relative;z-index:1}.dh-ring{width:66px;height:66px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand);position:relative;background:#f7faff}.dh-ring:before,.dh-ring:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid rgba(59,91,255,.3)}.dh-ring:after{top:9px;right:9px;bottom:9px;left:9px;border-color:#16a34a8c}.dh-ring svg{width:26px;height:26px}.dash-hero h1{font-size:26px;font-weight:800;letter-spacing:.3px}.dash-hero .dh-sub{color:var(--text2);font-size:14px;margin-top:8px}.ai-input{position:relative;z-index:1;max-width:680px;margin:24px auto 0;display:flex;align-items:center;gap:6px;height:52px;padding:0 10px;border:1.5px solid #2BC763;border-radius:14px;background:#fff;box-shadow:0 4px 18px #171e3c0f;transition:box-shadow .18s,border-color .18s}.ai-input:focus-within{border-color:#16a34a;box-shadow:0 6px 24px #23c55e29}.ai-plus{width:34px;height:34px;border-radius:9px;background:#f0f9f3;color:#16a34a;display:flex;align-items:center;justify-content:center;flex:none;cursor:pointer}.ai-plus svg{width:18px;height:18px}.ai-input input{flex:1;border:none;outline:none;background:none;font-size:14px;color:var(--text);height:100%;min-width:0}.ai-input input::placeholder{color:var(--text3)}.ai-enter{width:36px;height:36px;border-radius:10px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;flex:none;cursor:pointer;transition:background .15s}.ai-enter:hover{background:var(--brand-dark)}.ai-enter svg{width:18px;height:18px}.dash-quick{position:relative;z-index:1;display:flex;justify-content:center;gap:12px;margin-top:18px;flex-wrap:wrap}.qb{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 18px;border-radius:12px;border:1px solid var(--line2);background:#fff;color:var(--text);font-size:13.5px;font-weight:500;transition:all .15s;cursor:pointer}.qb:hover{border-color:var(--brand);color:var(--brand);background:#fafbff}.qb svg{width:17px;height:17px}.qb.green:hover{border-color:#16a34a;color:#16a34a;background:#f7fdf9}.dash-recent{margin-bottom:20px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:none;overflow:hidden}.dash-seg-head{display:flex;align-items:center;gap:18px;padding:16px 20px;border-bottom:1px solid var(--line)}.dash-seg-head h4{font-size:16px;font-weight:700}.dash-tabs{display:inline-flex;background:#f0f3fa;border-radius:9px;padding:3px;gap:2px}.dash-tabs button{padding:6px 16px;border-radius:7px;font-size:13px;color:var(--text2);font-weight:500;transition:all .12s}.dash-tabs button.active{background:#fff;color:var(--brand);font-weight:600;box-shadow:0 1px 3px #171e3c1a}.dash-tabs button:hover:not(.active){color:var(--text)}.d-recent-list{display:grid;grid-template-columns:1fr 1fr;gap:0}.d-recent-list.col1{grid-template-columns:1fr}.d-recent-item{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid #F2F4FA;cursor:pointer;transition:background .12s;min-width:0}.d-recent-item:hover{background:#f8faff}.d-recent-item:last-child{border-bottom:none}.d-recent-item .ri-ic{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;flex:none}.d-recent-item .ri-t{flex:1;min-width:0;text-align:left}.d-recent-item .ri-t b{display:block;font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d-recent-item .ri-t span{font-size:12px;color:var(--text3);display:block;margin-top:3px}.d-recent-item .ri-x{font-size:12px;color:var(--text3);flex:none}.dash-grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.dash-side-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:none;overflow:hidden}.dash-side-card .panel-head{padding:16px 20px}.dash-side-card .panel-head .lnk{font-size:13px;color:var(--brand);cursor:pointer}.dash-side-card .panel-head .lnk:hover{text-decoration:underline}.dash-side-card .panel-body{padding:4px 0}.d-line{display:flex;align-items:flex-start;gap:10px;padding:12px 20px;border-bottom:1px solid #F2F4FA;cursor:pointer;transition:background .12s;min-width:0}.d-line:hover{background:#f8faff}.d-line:last-child{border-bottom:none}.d-line .dl-ic{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none;margin-top:1px}.d-line .dl-ic svg{width:16px;height:16px}.d-line .dl-t{flex:1;min-width:0;text-align:left}.d-line .dl-t b{display:block;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.d-line .dl-t span{display:block;font-size:11.5px;color:var(--text3);margin-top:2px}.d-line .dl-x{flex:none;font-size:12px;color:var(--text3)}.proj-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.proj-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;cursor:pointer;transition:all .16s;box-shadow:var(--shadow);position:relative}.proj-card:hover{border-color:var(--brand);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.proj-card .p-top{display:flex;align-items:flex-start;gap:12px}.p-ico{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:17px;flex:none;letter-spacing:.5px}.proj-card h4{font-size:15px;font-weight:700;display:flex;align-items:center;gap:8px}.proj-card .p-key{font-size:11px;color:var(--text3);font-weight:400}.proj-card .p-desc{color:var(--text2);font-size:12.5px;line-height:1.6;margin:8px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.proj-card .p-mid{margin:15px 0 13px}.proj-card .p-mid .pm-label{display:flex;justify-content:space-between;font-size:12px;color:var(--text3);margin-bottom:6px}.proj-card .p-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #F2F4FA;padding-top:13px}.stat-chip{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--text2)}.stat-chip svg{width:14px;height:14px;stroke:var(--text3)}.pf-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.pf-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;display:flex;flex-direction:column;gap:7px}.pf-item b{font-size:24px;color:var(--text)}.pf-item span{font-size:12.5px;color:var(--text3)}.pf-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.pf-card .pfc-head{display:flex;gap:12px;align-items:center}.pf-card .pfc-k{width:40px;height:40px;border-radius:12px;color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px;flex:none}.pf-card .pfc-head b{font-size:15px;display:block}.pf-card .pfc-head span{font-size:12px;color:var(--text3)}.pf-card .pfc-desc{font-size:13px;color:var(--text2);margin:12px 0;line-height:1.65}.pf-card .pfc-meta{display:flex;gap:16px;font-size:12.5px;color:var(--text3)}.pf-card .pfc-meta span{display:inline-flex;align-items:center;gap:5px}.pf-card .pfc-proj{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.pf-card .pf-proj{font-size:12px;padding:3px 10px;border-radius:999px;font-weight:600}.pf-card .pfc-prog b{font-size:12.5px}.pf-card .pfc-prog span{font-size:11.5px;color:var(--text3)}.pf-card .pfc-prog>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.bar-chart{display:flex;align-items:flex-end;gap:14px;height:200px;padding:0 6px}.bc-col{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.bc-bar{width:100%;max-width:40px;background:linear-gradient(180deg,#5c7cff,#3b5bff);border-radius:8px 8px 4px 4px;position:relative;min-height:4px;transition:height .4s}.bc-bar i{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:11px;font-style:normal;color:var(--text2)}.bc-col>span{font-size:11.5px;color:var(--text3)}.load-row{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px}.load-row .progress{min-width:60px}.dora-chip{flex:1;min-width:200px;background:#f8fafd;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.dora-chip b{display:block;font-size:13px;color:var(--text3);font-weight:600}.dora-chip em{display:block;font-style:normal;font-size:21px;font-weight:800;color:var(--text);margin:4px 0}.dora-chip span{font-size:11.5px;color:var(--text3)}.stat{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:var(--shadow)}.stat .s-top{display:flex;align-items:center;justify-content:space-between}.stat .s-ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat .s-ic svg{width:20px;height:20px}.stat .s-num{font-size:24px;font-weight:800;margin-top:12px}.stat .s-label{color:var(--text2);font-size:13px;margin-top:3px}.stat .s-trend{font-size:12px;color:var(--ok);font-weight:600}.st-ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:none}.st-ic svg{width:20px;height:20px}
