.dev-tools{position:fixed;top:0;left:0;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;pointer-events:none}.dev-tools__menu-button,.dev-tools__toggle{min-height:0;border:1px solid rgba(17,24,39,.16);background:rgba(17,24,39,.76);color:#fff;font-size:12px;line-height:1;cursor:pointer;pointer-events:auto;box-shadow:0 4px 12px rgba(0,0,0,.14)}.dev-tools__toggle{order:1;width:44px;height:28px;padding:0;border-radius:0 0 6px;font-weight:700}.dev-tools__menu{order:2;display:flex;flex-direction:column;gap:4px;padding:6px;border-radius:0 8px 8px 0;background:hsla(0,0%,100%,.94);box-shadow:0 6px 18px rgba(0,0,0,.16);pointer-events:auto}.dev-tools__menu-button{height:30px;padding:0 10px;border-radius:6px;text-align:left;white-space:nowrap}.dev-tools__menu-button:hover,.dev-tools__toggle:hover{background:rgba(17,24,39,.94)}.dev-version{position:fixed;left:0;bottom:0;z-index:1000;max-width:calc(100vw - 24px);padding:4px 7px;border-radius:0 6px 0 0;background:rgba(0,0,0,.5);color:hsla(0,0%,100%,.72);font-size:11px;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,.08)}.dev-logger{position:fixed;top:48px;left:12px;z-index:1001;display:flex;flex-direction:column;width:min(560px,100vw - 24px);max-height:min(720px,100vh - 72px);border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;box-shadow:0 20px 48px rgba(15,23,42,.18)}.dev-logger__header{display:flex;align-items:flex-start;gap:16px;padding:20px 20px 14px;border-bottom:1px solid #e5e7eb}.dev-logger__title{margin:0;font-size:18px;font-weight:700;line-height:1.3}.dev-logger__desc{margin:4px 0 0;color:#6b7280;font-size:13px;line-height:1.4}.dev-logger__close{flex:none;width:32px;min-height:32px;height:32px;margin-left:auto;padding:0;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:18px;line-height:1;cursor:pointer}.dev-logger__toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:14px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.dev-logger__action,.dev-logger__only{min-height:32px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:13px;font-weight:600;cursor:pointer}.dev-logger__action{padding:0 12px}.dev-logger__action[aria-pressed=true]{border-color:#ef4444;background:#fef2f2;color:#b91c1c}.dev-logger__list{display:flex;flex-direction:column;overflow:auto;padding:8px 20px 20px}.dev-logger__item{display:flex;align-items:center;gap:12px;min-height:56px;border-bottom:1px solid #f3f4f6}.dev-logger__switch{display:flex;flex:1 1;align-items:center;min-width:0;gap:10px;cursor:pointer}.dev-logger__switch input{position:absolute;opacity:0;pointer-events:none}.dev-logger__switch-ui{position:relative;flex:none;width:38px;height:22px;border-radius:999px;background:#d1d5db;transition:background .16s ease}.dev-logger__switch-ui:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.24);transition:transform .16s ease}.dev-logger__switch input:checked+.dev-logger__switch-ui{background:#2563eb}.dev-logger__switch input:checked+.dev-logger__switch-ui:after{transform:translateX(16px)}.dev-logger__label{display:flex;flex-direction:column;min-width:0;gap:2px}.dev-logger__label strong{font-size:14px;line-height:1.2}.dev-logger__label small{color:#6b7280;font-size:12px;line-height:1.2}.dev-logger__only{flex:none;padding:0 10px}.dev-logger__action:hover,.dev-logger__close:hover,.dev-logger__only:hover{border-color:#9ca3af;background:#f3f4f6}.dev-screen{min-height:100vh;padding:40px clamp(16px,4vw,48px) 72px;background:linear-gradient(180deg,rgba(219,234,254,.7),rgba(248,250,252,0) 360px),var(--color-background)}.dev-screen__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;max-width:1180px;margin:0 auto 24px}.dev-screen__eyebrow{color:var(--color-primary-700);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.dev-screen__title{margin-top:4px;font-size:34px}.dev-screen__desc{margin-top:8px}.dev-screen__tabs{display:flex;max-width:1180px;margin:0 auto 20px;gap:8px}.dev-screen__tab{min-height:40px;padding:0 16px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text-secondary);box-shadow:none}.dev-screen__tab[aria-selected=true]{border-color:var(--color-primary-600);background:var(--color-primary-600);color:#fff}.dev-playground,.dev-samples{max-width:1180px;margin:0 auto}.dev-samples__section{margin-top:16px;padding:24px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:var(--shadow-sm)}.dev-samples__title{margin-bottom:16px;font-size:20px}.dev-samples__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.dev-sample{min-width:0;padding:16px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-neutral-50)}.dev-sample__title{margin-bottom:12px;color:var(--color-text-secondary);font-size:14px}.dev-playground__actions,.dev-sample__body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px}.dev-sample__body{flex-direction:column}.dev-sample__body>button{width:fit-content}.dev-icon-row{display:flex;align-items:center;gap:14px}.dev-samples__form{max-width:520px}.dev-playground__code{overflow:auto;margin:16px 0 0;padding:14px;border-radius:8px;background:#111827;color:#d1fae5;font-size:13px;line-height:1.5}.dev-playground__result{color:var(--color-text-primary);font-weight:700}.dev-toast{position:fixed;top:16px;right:16px;z-index:1100;min-width:220px;padding:12px 14px;border-radius:8px;background:#111827;color:#fff;box-shadow:var(--shadow-lg)}.dev-toast--success{background:#15803d}.dev-toast--warning{background:#b45309}.dev-toast--error{background:#b91c1c}.dev-loading{position:fixed;inset:0;z-index:1090;display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(15,23,42,.36);color:#fff;font-weight:800}.dev-loading svg{animation:dev-spin .9s linear infinite}@keyframes dev-spin{to{transform:rotate(1turn)}}@media(max-width:720px){.dev-screen__header,.dev-screen__tabs{flex-direction:column}}