/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}}:root{--ink:#17201d;--muted:#6d7772;--line:#dde4df;--surface:#fff;--canvas:#f4f7f4;--green:#166b53;--green-dark:#0d4f3d;--green-soft:#e5f3ed;--violet:#7158a5;--violet-soft:#eeeafb}*{box-sizing:border-box}html,body{background:var(--canvas);min-height:100%;color:var(--ink);margin:0}body{font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{background:var(--canvas);min-height:100vh}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#fffffff0;justify-content:space-between;align-items:center;height:74px;padding:0 24px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;display:flex}.brand-mark{background:var(--green);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font:800 19px/1 Georgia,serif;display:grid;box-shadow:0 7px 20px #166b5338}.brand div{gap:2px;display:grid}.brand strong{font:750 16px/1.1 Georgia,Noto Serif SC,serif}.brand span:last-child{color:var(--muted);font-size:11px}.top-actions{align-items:center;gap:9px;display:flex}.sync-state{color:var(--muted);margin-right:8px;font-size:12px}.logout-link{color:#7c8681;font-size:10px;text-decoration:none}.logout-link:hover{color:var(--green)}.sync-state i{background:#37a574;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block;box-shadow:0 0 0 4px #e7f6ee}.ghost-button,.primary-button,.soft-button{border:0;border-radius:10px;font-weight:650}.ghost-button{color:#46504b;background:#edf1ee;padding:10px 14px}.primary-button{color:#fff;background:var(--green);padding:10px 17px;box-shadow:0 7px 18px #166b532e}.primary-button:hover{background:var(--green-dark)}.workspace{grid-template-columns:220px minmax(580px,1fr) 270px;min-height:calc(100vh - 74px);display:grid}.file-panel,.health-panel{background:#fafcfac2;padding:24px 17px}.file-panel{border-right:1px solid var(--line)}.health-panel{border-left:1px solid var(--line)}.panel-heading{color:#78817d;letter-spacing:.08em;justify-content:space-between;align-items:center;margin:0 8px 16px;font-size:11px;font-weight:750;display:flex}.panel-heading button{border:1px solid var(--line);width:25px;height:25px;color:var(--green);background:#fff;border-radius:8px}.file-row{color:#48524d;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:9px;width:100%;padding:10px 11px;font-size:13px;display:flex}.file-row b{color:#6c7671;background:#e8ece9;border-radius:6px;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.file-row span{color:#d48643;margin-left:auto;font-size:18px}.file-row.active{color:var(--green-dark);background:#deeee7;font-weight:700}.file-row.active b{background:var(--green);color:#fff}.file-group{color:#929a96;letter-spacing:.12em;margin:25px 11px 8px;font-size:10px;font-weight:800}.repo-card{border:1px solid var(--line);background:#fff;border-radius:13px;gap:5px;margin-top:34px;padding:15px;display:grid}.repo-card span{color:#8b9490;letter-spacing:.12em;font-size:9px;font-weight:800}.repo-card strong{overflow-wrap:anywhere;font-size:12px}.repo-card small{color:var(--muted);font-size:10px}.editor-panel{padding:30px clamp(24px,4vw,55px) 60px;overflow:hidden}.editor-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:32px;display:flex}.eyebrow{color:var(--green);letter-spacing:.14em;font-size:10px;font-weight:800}.editor-header h1,.health-panel h2{margin:7px 0 5px;font:750 28px/1.1 Georgia,Noto Serif SC,serif}.editor-header p{color:var(--muted);margin:0;font-size:13px}.view-tabs{border:1px solid var(--line);background:#fff;border-radius:11px;padding:4px;display:flex}.view-tabs button{color:var(--muted);background:0 0;border:0;border-radius:7px;padding:7px 13px;font-size:12px}.view-tabs button.active{color:var(--green-dark);background:#e8efea;font-weight:750}.content-section{margin-bottom:34px}.section-title,.section-title>div,.provider-title{align-items:center;display:flex}.section-title{justify-content:space-between;margin-bottom:13px}.section-title>div{gap:10px}.section-icon{background:var(--green-soft);width:30px;height:30px;color:var(--green);border-radius:9px;place-items:center;font-weight:800;display:grid}.section-title h2{margin:0;font:700 15px/1.2 Georgia,Noto Serif SC,serif}.section-title p{color:var(--muted);margin:3px 0 0;font-size:10px}.soft-button{color:var(--green);border:1px solid var(--line);background:#fff;padding:8px 11px;font-size:11px}.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.provider-card{border:1px solid var(--line);background:var(--surface);border-radius:15px;padding:17px;box-shadow:0 7px 24px #1c302709}.provider-title{gap:10px;margin-bottom:17px}.provider-badge{border-radius:10px;place-items:center;width:34px;height:34px;font:800 13px/1 Georgia,serif;display:grid}.provider-badge.mint{color:var(--green);background:var(--green-soft)}.provider-badge.violet{color:var(--violet);background:var(--violet-soft)}.provider-title div{gap:2px;display:grid}.provider-title strong{font-size:13px}.provider-title span{color:var(--muted);font-size:9px}.provider-title button,.rule-row button{color:#89928e;background:0 0;border:0;margin-left:auto;font-weight:800}.provider-card label{color:#76807b;gap:6px;margin-top:10px;font-size:9px;font-weight:700;display:grid}.provider-card input{color:#34403a;background:#fafcfb;border:1px solid #e0e5e1;border-radius:8px;outline:none;width:100%;padding:8px 9px;font-size:11px}.provider-card input:focus{border-color:#7bb39d;box-shadow:0 0 0 3px #e8f4ef}.provider-meta{color:var(--muted);border-top:1px solid #edf0ee;justify-content:space-between;margin-top:13px;padding-top:11px;font-size:9px;display:flex}.provider-meta b{color:var(--ink)}.provider-meta .healthy{color:#348362}.rule-table{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.rule-head,.rule-row{grid-template-columns:30px minmax(125px,.8fr) minmax(160px,1.35fr) minmax(110px,.8fr) 25px;align-items:center;column-gap:10px;padding:0 14px;display:grid}.rule-head{color:#79827e;letter-spacing:.05em;background:#f0f4f1;height:34px;font-size:9px;font-weight:800}.rule-row{border-top:1px solid #edf0ee;min-height:48px;font-size:11px}.drag-handle{color:#adb4b0;font-size:16px}.rule-type{width:max-content;color:var(--green-dark);background:#edf3ef;border-radius:6px;padding:5px 7px;font-size:9px;font-weight:800}.policy{color:#35423c;font-weight:700}.health-panel{padding:31px 22px}.health-panel h2{font-size:22px}.score-ring{text-align:center;background:radial-gradient(circle at center,#f9fbf9 57%,transparent 58%),conic-gradient(#2b8b68 0 var(--score,0%),#e3e9e5 0);border-radius:50%;place-content:center;width:126px;height:126px;margin:27px auto;display:grid;box-shadow:inset 0 0 0 8px #f9fbf9}.score-ring strong{color:var(--green-dark);font:750 31px/1 Georgia,serif}.score-ring span{color:var(--muted);margin-top:5px;font-size:9px}.check-list{gap:8px;display:grid}.check-list>div{background:#fff;border:1px solid #e1e7e3;border-radius:11px;align-items:center;gap:10px;padding:11px;display:flex}.check-list i{background:var(--green-soft);width:24px;height:24px;color:var(--green);border-radius:50%;place-items:center;font-size:11px;font-style:normal;display:grid}.check-list span{gap:2px;display:grid}.check-list b{font-size:10px}.check-list small{color:var(--muted);font-size:8px}.change-note{background:#edf3ef;border-radius:12px;gap:4px;margin-top:20px;padding:14px;display:grid}.change-note span{color:var(--muted);font-size:9px;font-weight:700}.change-note strong{font:700 14px/1.3 Georgia,serif}.change-note small{color:var(--muted);font-size:9px}button:disabled{cursor:not-allowed;opacity:.48}.sync-state i.offline{background:#d17065;box-shadow:0 0 0 4px #f8e8e6}.section-title>div.section-switch{border:1px solid var(--line);background:#fff;border-radius:9px;gap:3px;padding:3px}.section-switch button{color:var(--muted);background:0 0;border:0;border-radius:6px;padding:5px 9px;font-size:9px;font-weight:750}.section-switch button.active{background:var(--green-soft);color:var(--green-dark)}.provider-fields{grid-template-columns:1fr 1fr;gap:9px;display:grid}.provider-card select{color:#34403a;background:#fafcfb;border:1px solid #e0e5e1;border-radius:8px;outline:none;width:100%;padding:8px 9px;font-size:11px}.preset-strip{align-items:center;gap:6px;margin:0 0 10px;display:flex;overflow-x:auto}.preset-strip span{color:var(--muted);white-space:nowrap;margin-right:3px;font-size:9px;font-weight:750}.preset-strip button{color:#4d5a54;white-space:nowrap;background:#fff;border:1px solid #dfe6e1;border-radius:7px;padding:5px 8px;font-size:8px;font-weight:750}.preset-strip button:hover{color:var(--green-dark);border-color:#9fc1b2}.rule-table.editable{overflow:visible}.rule-row{transition:background .16s}.rule-row:focus-within{background:#f7faf8}.rule-order{flex-direction:column;gap:1px;display:flex}.rule-order button{color:#6c7771;background:#edf2ef;border:0;border-radius:4px;width:21px;height:16px;padding:0;font-size:9px;line-height:1}.rule-control{color:#35423c;background:0 0;border:1px solid #0000;border-radius:7px;outline:none;width:100%;min-width:0;padding:7px 8px;font-size:10px}.rule-control:hover{background:#fff;border-color:#e0e6e2}.rule-control:focus{background:#fff;border-color:#87b8a3;box-shadow:0 0 0 3px #e7f3ee}.rule-type-control{color:var(--green-dark);font-weight:750}.policy-control{font-weight:650}.rule-head.provider-rule-head,.rule-row.provider-rule-row{grid-template-columns:40px minmax(135px,.8fr) minmax(220px,2fr) 25px}.delete-rule{color:#9aa29e;background:0 0;border:0;border-radius:7px;place-items:center;width:25px;height:25px;font-size:16px;display:grid}.delete-rule:hover{color:#ad5046;background:#f8e8e6}.yaml-editor-wrap{border:1px solid var(--line);background:#17221e;border-radius:15px;min-height:calc(100vh - 210px);overflow:hidden;box-shadow:0 14px 34px #15241e1f}.yaml-toolbar{color:#dce7e2;border-bottom:1px solid #32413b;justify-content:space-between;align-items:center;height:42px;padding:0 15px;font-size:11px;font-weight:700;display:flex}.yaml-toolbar small{color:#82938b;font-size:9px;font-weight:500}.yaml-editor{resize:vertical;color:#d9e6e0;caret-color:#79c6a4;tab-size:2;background:#17221e;border:0;outline:none;width:100%;min-height:calc(100vh - 253px);padding:18px;font:11px/1.65 Cascadia Code,Consolas,monospace;display:block}.inline-error{color:#95443c;background:#fff1ef;border:1px solid #f1c4bf;border-radius:11px;padding:13px 15px;font-size:11px}.inline-error button{float:right;color:#7e3730;background:0 0;border:0;font-weight:750}.score-ring.score-error{background:radial-gradient(circle at center,#f9fbf9 57%,transparent 58%),conic-gradient(#c55f55 0 var(--score,0%),#ebe1df 0)}.score-ring.score-error strong{color:#a1443c}.check-list>div.failed{background:#fff8f7;border-color:#efcac5}.check-list>div.failed i{color:#b04f45;background:#f7e3e0}.check-list small{text-overflow:ellipsis;white-space:nowrap;max-width:165px;overflow:hidden}.discard-button{color:#77817c;background:0 0;border:1px solid #dfe5e1;border-radius:9px;width:100%;margin-top:11px;padding:9px;font-size:9px;font-weight:700}.empty-state{text-align:center;place-content:center;justify-items:center;min-height:calc(100vh - 160px);display:grid}.empty-state>span{width:48px;height:48px;color:var(--green);background:#e6efea;border-radius:15px;place-items:center;font:800 22px/1 Georgia,serif;display:grid}.empty-state h1{margin:17px 0 6px;font:750 25px/1.15 Georgia,Noto Serif SC,serif}.empty-state p{max-width:380px;color:var(--muted);margin:0 0 18px;font-size:12px}.empty-state .spinner{border:3px solid #d7e5df;border-top-color:var(--green);background:0 0;border-radius:50%;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e1b167a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fbfcfb;border:1px solid #ffffffb3;border-radius:18px;width:min(470px,100%);padding:26px;box-shadow:0 24px 80px #0d1f1747}.modal h2{margin:7px 0 8px;font:750 24px/1.15 Georgia,Noto Serif SC,serif}.modal>p{color:var(--muted);margin:0 0 20px;font-size:11px;line-height:1.6}.modal label{color:#5e6964;gap:7px;font-size:10px;font-weight:750;display:grid}.modal label input{width:100%;color:var(--ink);background:#fff;border:1px solid #dbe3de;border-radius:9px;outline:none;padding:11px}.modal label input:focus{border-color:#7bb39d;box-shadow:0 0 0 3px #e8f4ef}.modal-check{color:var(--green);background:#e9f4ef;border-radius:9px;margin-top:13px;padding:10px 12px;font-size:10px;font-weight:700}.modal-check.failed{color:#a3483f;background:#f9e7e4}.modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.diff-modal{flex-direction:column;width:min(1180px,96vw);height:min(760px,90vh);display:flex}.diff-heading{justify-content:space-between;gap:20px;display:flex}.diff-heading h2{margin-bottom:3px}.diff-heading p{color:var(--muted);margin:0 0 15px;font-size:10px}.diff-heading>button{color:#5d6863;background:#edf1ee;border:0;border-radius:9px;width:32px;height:32px;font-size:18px}.diff-grid{background:#dce3df;border:1px solid #dce3df;border-radius:12px;flex:1;grid-template-columns:1fr 1fr;gap:1px;min-height:0;display:grid;overflow:hidden}.diff-grid>div{background:#18231f;flex-direction:column;min-width:0;display:flex}.diff-grid>div>span{color:#91a199;border-bottom:1px solid #34423c;padding:9px 13px;font-size:9px;font-weight:750}.diff-grid pre{color:#d8e4de;white-space:pre;flex:1;margin:0;padding:14px;font:10px/1.55 Cascadia Code,Consolas,monospace;overflow:auto}.toast{z-index:80;color:#f3f7f5;background:#15251f;border:1px solid #fff3;border-radius:11px;max-width:min(560px,100vw - 32px);padding:12px 16px;font-size:11px;font-weight:650;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 14px 40px #0e221a47}.login-shell{background:radial-gradient(circle at 50% 10%,#eaf3ee 0,#0000 37%),linear-gradient(145deg,#f8faf8,#edf3ef);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#ffffffe0;border:1px solid #ffffffe6;border-radius:24px;width:min(430px,100%);padding:42px;box-shadow:0 28px 90px #1f3f3121}.login-card .brand-mark{border-radius:15px;width:52px;height:52px;margin:0 auto 23px;font-size:24px}.login-card h1{margin:8px 0 10px;font:750 30px/1.15 Georgia,Noto Serif SC,serif}.login-card p{color:var(--muted);margin:0 auto 24px;font-size:12px;line-height:1.75}.login-button{background:var(--green);color:#fff;border-radius:11px;justify-content:center;align-items:center;gap:12px;width:100%;padding:13px 17px;font-size:12px;font-weight:750;text-decoration:none;display:flex;box-shadow:0 10px 24px #166b5333}.login-button:hover{background:var(--green-dark)}.login-button span{font-size:16px}.login-card small{color:#8d9691;margin-top:17px;font-size:9px;display:block}@media (max-width:1080px){.workspace{grid-template-columns:190px minmax(0,1fr)}.health-panel{display:none}}@media (max-width:760px){.topbar{padding:0 14px}.brand span:last-child,.sync-state,.ghost-button,.logout-link{display:none}.workspace{display:block}.file-panel{border-right:0;border-bottom:1px solid var(--line);gap:7px;padding:10px 14px;display:flex;overflow-x:auto}.panel-heading,.file-group,.repo-card{display:none}.file-row{width:auto;min-width:max-content}.editor-panel{padding:24px 15px 50px}.editor-header{align-items:flex-start}.editor-header h1{font-size:24px}.editor-header p{max-width:330px}.provider-grid{grid-template-columns:1fr}.rule-table{overflow-x:auto}.rule-head,.rule-row{min-width:620px}.diff-grid{grid-template-columns:1fr}.diff-modal{height:94vh}.modal{padding:20px}.login-card{padding:32px 23px}}
