@font-face{font-family:Poppins;src:url(/assets/brand/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/brand/Poppins-SemiBold.ttf) format("truetype");font-weight:500 900;font-style:normal;font-display:swap}:root{--color-accent: #465f73;--color-surface: #ffffff;--color-control-border: #7a847e;--brand-ink: #252827;--brand-paper: #f5f6f3;--brand-stone: #919795;--brand-slate: #465f73;--font-mono: ui-monospace, SFMono-Regular, Consolas, monospace;--color-bg: #f5f6f3;--color-bg-soft: #ffffff;--color-bg-muted: #e8eef2;--color-bg-inverted: #252827;--color-fg: #252827;--color-fg-strong: #252827;--color-fg-muted: #606a65;--color-fg-subtle: #606a65;--color-fg-faint: #606a65;--color-fg-inverted: #ffffff;--color-border: #dce0dd;--color-border-soft: #dce0dd;--color-border-strong: #7a847e;--color-success: #35634e;--color-warning: #795819;--color-danger: #a43d38;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 12px;--radius-xl: 20px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(15, 15, 15, .04);--shadow-sm: 0 1px 2px rgba(15, 15, 15, .04), 0 1px 3px rgba(15, 15, 15, .05);--shadow-md: 0 4px 16px -4px rgba(15, 15, 15, .06), 0 2px 6px -2px rgba(15, 15, 15, .04);--shadow-lg: 0 12px 32px -8px rgba(15, 15, 15, .1), 0 6px 16px -6px rgba(15, 15, 15, .06);--shadow-xl: 0 24px 48px -12px rgba(15, 15, 15, .14), 0 12px 24px -10px rgba(15, 15, 15, .08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--container: 1200px;--container-pad: clamp(20px, 4vw, 40px);--header-height: 72px;--easing-out: cubic-bezier(.22, 1, .36, 1);--easing-in-out: cubic-bezier(.65, 0, .35, 1)}body{font-family:Poppins,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--header-height) + 12px)}body{background:var(--color-bg);color:var(--color-fg);font-weight:400;margin:0;overflow-x:hidden}::selection{color:var(--color-fg-inverted);background:var(--color-fg-strong)}a{color:inherit;text-decoration:none;transition:color .2s var(--easing-out)}a:hover{color:var(--color-fg-muted)}code,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}img{max-width:100%;height:auto}button,[role=button]{cursor:pointer}button:focus-visible,a:focus-visible,[role=button]:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}.skip-to-content{position:absolute;top:-100px;left:12px;z-index:10000;background:var(--color-fg-strong);color:var(--color-fg-inverted);padding:10px 16px;border-radius:var(--radius-md);font-weight:500;transition:top .2s var(--easing-out)}.skip-to-content:focus{top:12px;color:var(--color-fg-inverted)}.ant-layout,.ant-layout-content{background:var(--color-bg)}.ant-card,.ant-divider{border-color:var(--color-border-soft)}.ant-form-item{margin-bottom:var(--space-4)!important}.required:before{content:"*";color:var(--color-danger);font-size:14px;margin-right:4px}.center{text-align:center}.clickable{cursor:pointer}.line-through{text-decoration:line-through;color:var(--color-fg-faint)}.empty-header{flex:1;line-height:72px;margin-bottom:0;font-size:30px}.flex-center{display:flex;align-items:center;justify-content:center;flex-direction:column}.color-type{width:240px;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:6px 16px;border:1px solid var(--color-border);border-radius:var(--radius-md)}.delete-badge{color:var(--color-danger);font-size:16px}.m-t-40{margin-top:40px}.title-text{margin:0;font-weight:500;font-size:clamp(20px,2.4vw,28px);letter-spacing:-.01em}.subtitle-text{text-align:center;font-size:clamp(15px,1.4vw,18px);font-weight:400;color:var(--color-fg-muted);margin-top:8px}.elevated{border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);background:var(--color-bg);box-shadow:var(--shadow-sm);transition:transform .25s var(--easing-out),box-shadow .25s var(--easing-out)}.elevated:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.ant-card-bordered-shadow{border:1px solid var(--color-border-soft)!important;box-shadow:var(--shadow-sm);background-color:var(--color-bg);border-radius:var(--radius-lg);transition:transform .25s var(--easing-out),box-shadow .25s var(--easing-out)}.ant-card-bordered-shadow:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.ant-form-item-label>label:after{content:""!important}.footer{padding:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}[data-brand-theme=dark]{--color-bg: #1c201e;--color-bg-soft: #252b27;--color-bg-muted: #343e38;--color-surface: #252b27;--color-bg-inverted: #f5f6f3;--color-fg: #f5f6f3;--color-fg-strong: #f5f6f3;--color-fg-muted: #b4bdb7;--color-fg-subtle: #b4bdb7;--color-fg-faint: #b4bdb7;--color-fg-inverted: #252827;--color-border: #404942;--color-border-soft: #404942;--color-border-strong: #7a847e;--color-accent: #b7c9d6;--color-success: #9bc4aa;--color-warning: #e5c787;--color-danger: #f0aaa5}button,input,select,textarea{font:inherit}.ant-btn{border-radius:var(--radius-sm)}.ant-btn-icon-only{min-width:44px;min-height:44px}.ant-card{background:var(--color-surface)}.app-shell{min-height:100vh}.app-shell.repository,.app-shell.workspace{--header-height: 64px}.app-shell.embed{--header-height: 0px}.repository .meta-chip{overflow-wrap:anywhere;max-width:100%}.elevated:hover,.ant-card-bordered-shadow:hover{transform:none}
