:root{color-scheme:light;font-family:Inter,SF Pro Text,Helvetica Neue,sans-serif;--bg: #fafafa;--bg-elevated: rgba(255, 255, 255, .92);--bg-muted: #f5f5f7;--text: #1d1d1f;--text-secondary: #515154;--text-muted: #86868b;--border: rgba(0, 0, 0, .06);--border-strong: rgba(0, 0, 0, .1);--primary: #007aff;--primary-strong: #0051d5;--primary-soft: #e8f1ff;--shadow: 0 18px 48px rgba(15, 23, 42, .07);--shadow-soft: 0 10px 28px rgba(15, 23, 42, .05);background:radial-gradient(circle at top left,rgba(0,122,255,.08),transparent 36%),radial-gradient(circle at right 20%,rgba(0,122,255,.04),transparent 30%),linear-gradient(180deg,#fafafa,#fcfcfd,#fff);color:var(--text)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}code{border-radius:999px;background:#007aff14;padding:.2rem .5rem;font-size:.84rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.app-shell{display:grid;min-height:100vh;grid-template-columns:320px minmax(0,1fr);gap:24px;padding:24px}.sidebar,.main-panel{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:32px;background:var(--bg-elevated);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow)}.sidebar{display:flex;flex-direction:column;gap:20px;padding:24px}.main-panel{display:flex;flex-direction:column;gap:24px;padding:24px}.brand{display:flex;flex-direction:column;gap:6px;padding:20px;border-radius:24px;background:linear-gradient(135deg,#007afff2,#0051d5eb);color:#fff;box-shadow:0 20px 40px #0051d538}.brand strong{font-size:1.6rem;letter-spacing:-.03em}.brand__eyebrow,.topbar__eyebrow,.section-card__eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.75}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-nav__title{font-size:.82rem;font-weight:700;color:var(--text-muted)}.sidebar-link{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:18px;color:var(--text-secondary);transition:.18s ease}.sidebar-link:hover,.sidebar-link--active{background:var(--primary-soft);color:var(--primary-strong)}.shelf-card,.hero-card,.section-card,.category-card,.tool-summary-card{border:1px solid var(--border);border-radius:28px;background:#ffffffd6;box-shadow:var(--shadow-soft)}.shelf-card{padding:18px}.shelf-card__header{margin-bottom:12px}.shelf-card__empty,.tool-inline-note,.tool-card__desc,.tool-card__meta,.category-card__header p,.hero-card p,.section-card p,.tool-summary-card p{color:var(--text-secondary)}.shelf-card__list{display:flex;flex-direction:column;gap:10px}.mini-card{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:18px;background:var(--bg-muted);padding:10px 12px}.page-stack,.category-stack,.tool-stack{display:flex;flex-direction:column;gap:20px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar h1,.hero-card h2,.section-card h2,.section-card h3,.category-card h4{margin:0;letter-spacing:-.04em}.searchbox{min-width:320px}.searchbox input,.searchbox__input,.field input,.field select{width:100%;border:1px solid var(--border);border-radius:18px;background:#fff;padding:14px 16px}.searchbox input:focus,.searchbox__input:focus,.field input:focus,.field select:focus,.tool-textarea:focus{outline:2px solid rgba(0,122,255,.18);outline-offset:0}.hero-card,.section-card,.category-card{padding:28px}.hero-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:24px}.hero-card--detail{align-items:center}.hero-card__content{display:flex;flex-direction:column;gap:14px}.stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stat-card{display:flex;flex-direction:column;gap:8px;justify-content:space-between;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);padding:20px;border:1px solid rgba(0,122,255,.12)}.stat-card span{color:var(--text-muted)}.stat-card strong{font-size:2.1rem}.section-card__header,.category-card__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.eyebrow-chip,.status-badge{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;background:#007aff1a;padding:.45rem .8rem;font-size:.78rem;font-weight:600;color:var(--primary-strong)}.status-badge{background:#52525b14;color:var(--text-secondary)}.status-badge--ready{background:#007aff1a;color:var(--primary-strong)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tool-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{display:flex;flex-direction:column;gap:14px;min-height:220px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(180deg,#fffffff5,#f8fbff);padding:18px}.tool-card__top,.detail-actions,.tool-inline-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tool-inline-bar .searchbox__input{flex:1;min-width:260px}.tool-card__top{justify-content:space-between}.tool-card__title{font-size:1.06rem;font-weight:700;line-height:1.45}.tool-card__meta{margin-top:auto;font-size:.82rem}.primary-button,.secondary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:18px;padding:.9rem 1.1rem;transition:transform .18s ease,background .18s ease,color .18s ease}.primary-button{background:var(--primary);color:#fff;box-shadow:0 14px 28px #007aff33}.secondary-button{background:var(--primary-soft);color:var(--primary-strong)}.ghost-button{background:transparent;color:var(--text-secondary)}.ghost-button--icon{padding:.45rem .7rem}.primary-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-1px)}.tool-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tool-panel{display:flex;flex-direction:column;gap:12px;border-radius:24px;border:1px solid var(--border);background:#fffffff0;padding:20px}.tool-panel--centered{align-items:center;justify-content:center}.tool-panel__label{font-weight:700}.tool-panel__pre{margin:0;overflow:auto;border-radius:20px;background:#f7fbff;padding:16px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.tool-textarea{min-height:260px;width:100%;resize:vertical;border:1px solid var(--border);border-radius:20px;background:#fdfdfd;padding:16px;line-height:1.7}.tool-textarea--readonly{background:#f7fbff}.tool-toolbar{display:flex;flex-direction:column;gap:16px}.tool-toolbar__group{border-radius:24px;background:#ffffffd6;border:1px solid var(--border);padding:18px}.tool-toolbar__title{display:inline-block;margin-bottom:12px;font-weight:700}.tool-toolbar__actions{display:flex;flex-wrap:wrap;gap:10px}.tool-summary-card{padding:22px}.result-list{display:flex;flex-direction:column;gap:12px}.result-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:18px;background:var(--bg-muted);padding:14px 16px}.result-row strong{font-size:.95rem}.result-row span{color:var(--text-secondary);text-align:right}.result-row--stacked{flex-direction:column;align-items:flex-start}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:8px}.field--checkbox{justify-content:flex-end}.field--checkbox input{width:auto;align-self:flex-start}.toggle-grid{display:flex;flex-wrap:wrap;gap:10px}.toggle-chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:var(--bg-muted);padding:10px 14px}.toggle-chip input{width:auto}.token-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px}.token-chip{border:1px solid var(--border);border-radius:18px;background:#fff;padding:14px 10px;font-size:1rem}.font-preview{font-size:1.2rem;line-height:1.7}.qr-preview{display:grid;place-items:center;width:min(100%,360px);aspect-ratio:1 / 1;border-radius:28px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid rgba(0,122,255,.12)}.color-preview{height:120px;border-radius:24px;border:1px solid var(--border)}.stats-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr))}.cron-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.cron-list__item{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:18px;background:var(--bg-muted);padding:14px 16px}.cron-list__item span{color:var(--text-muted);font-size:.84rem}@media(max-width:1200px){.app-shell,.hero-card,.tool-grid,.tool-two-column,.tool-grid--compact{grid-template-columns:1fr}.searchbox{min-width:0;width:100%}.topbar{flex-direction:column;align-items:stretch}}
