:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:#f4f6fb;color:#111827;--surface:#fff;--border:#e5e7eb;--primary:#2563eb;--primary-soft:#eef2ff;--muted:#6b7280;--danger:#dc2626;--radius:12px;--touch:44px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:100dvh;padding-bottom:var(--safe-bottom);-webkit-tap-highlight-color:transparent}a{color:var(--primary)}button,input,select,textarea{font:inherit}h1,h2,h3,h4{line-height:1.25;margin:0 0 .5rem}h1{font-size:clamp(1.35rem,4vw,1.75rem)}h2{font-size:clamp(1.15rem,3.5vw,1.35rem)}p{line-height:1.5}ul{margin:0;padding-left:1.1rem}.container{width:100%;max-width:1100px;margin:0 auto;padding:calc(12px + var(--safe-top)) calc(12px + var(--safe-right)) calc(20px + var(--safe-bottom)) calc(12px + var(--safe-left))}@media (min-width:640px){.container{padding:calc(20px + var(--safe-top)) 24px calc(28px + var(--safe-bottom))}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.04)}@media (min-width:640px){.card{padding:20px}}.grid{display:grid;grid-gap:16px;gap:16px}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.row.between{justify-content:space-between}.row.stack-sm{align-items:stretch}@media (max-width:639px){.row.stack-sm{flex-direction:column;align-items:stretch}.row.stack-sm .btn{width:100%}}.page-header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media (min-width:640px){.page-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.btn{border:0;border-radius:10px;min-height:var(--touch);padding:10px 16px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;text-align:center;touch-action:manipulation}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:#e5e7eb;color:#111827}.btn.danger{background:var(--danger)}.btn-sm{min-height:36px;padding:6px 12px;font-size:.875rem;font-weight:600}@media (max-width:639px){.btn-block-mobile{width:100%}}.field{display:grid;grid-gap:8px;gap:8px}.field input,.field select,.field textarea{width:100%;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;font-size:16px;background:#fff}.field textarea{min-height:120px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;line-height:1.45}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #93c5fd;outline-offset:1px}.muted{color:var(--muted);font-size:.925rem}.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f3f4f6;padding:2px 6px;border-radius:6px;word-break:break-all}.tabs{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.tabs::-webkit-scrollbar{display:none}.tab{flex:0 0 auto;min-height:40px;padding:10px 14px;border-radius:999px;background:var(--primary-soft);color:#3730a3;text-decoration:none;font-size:.925rem;font-weight:600;white-space:nowrap}.tab.active{background:var(--primary);color:#fff}.alert{border-radius:10px;padding:12px 14px;background:#fef2f2;color:#991b1b;line-height:1.45}.success{background:#ecfdf5;color:#065f46}.login-card{width:100%;max-width:520px;margin:0 auto}.login-divider{text-align:center;margin:4px 0}.list-plain{list-style:none;padding:0;margin:0}.list-item-btn{width:100%;text-align:left;margin-bottom:8px}.copyable-url{display:grid;grid-gap:8px;gap:8px;padding:12px 0;border-bottom:1px solid var(--border)}.copyable-url:last-child{border-bottom:0;padding-bottom:0}.copyable-url__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.copyable-url__value{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;word-break:break-all;padding:10px 12px}.copyable-url__value,.pre-scroll{font-size:.8rem;line-height:1.45;background:#f8fafc;border:1px solid var(--border);border-radius:8px}.pre-scroll{white-space:pre-wrap;word-break:break-word;overflow:auto;max-width:100%;padding:12px;margin:0}.capture-item{padding:14px 0;border-bottom:1px solid var(--border)}.capture-item:last-child{border-bottom:0}.capture-item a{display:inline-flex;min-height:var(--touch);align-items:center;font-weight:600}.section-actions{display:flex;flex-direction:column;gap:10px}@media (min-width:640px){.section-actions{flex-direction:row;justify-content:space-between;align-items:center}}.form-actions{display:grid;grid-gap:10px;gap:10px}@media (min-width:640px){.form-actions{grid-template-columns:repeat(2,max-content)}}.sticky-actions{position:-webkit-sticky;position:sticky;bottom:calc(8px + var(--safe-bottom));z-index:5;display:grid;grid-gap:10px;gap:10px;padding-top:12px;background:linear-gradient(transparent,var(--surface) 24%)}@media (min-width:640px){.sticky-actions{position:static;background:none;padding-top:0}}.details-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:var(--touch);padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer}.details-panel{margin-top:12px}.back-link{display:inline-flex;align-items:center;min-height:var(--touch);font-weight:600;text-decoration:none}.crud-screen__header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media (min-width:640px){.crud-screen__header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.empty-state{display:grid;grid-gap:12px;gap:12px;padding:24px 0 8px;text-align:center}.resource-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.resource-row-wrap{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center}.resource-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--touch);padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fafbff;color:inherit;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.resource-row:hover{border-color:#93c5fd;box-shadow:0 4px 14px rgba(37,99,235,.08)}.resource-row__trailing{display:flex;align-items:center}.resource-row__main{display:grid;grid-gap:4px;gap:4px;min-width:0}.resource-row__meta,.resource-row__subtitle{font-size:.875rem;word-break:break-word}.resource-row__chevron{font-size:1.25rem;color:var(--muted)}.crud-list-pane.is-dimmed{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(1px);opacity:.55}.drawer-root{position:fixed;inset:0;z-index:60}.drawer-overlay{position:absolute;inset:0;border:0;background:rgba(15,23,42,.45);cursor:pointer}.drawer-panel{position:absolute;top:0;right:0;bottom:0;width:min(100%,640px);display:flex;flex-direction:column;background:var(--surface);box-shadow:-12px 0 40px rgba(15,23,42,.18);animation:drawer-in .22s ease}@keyframes drawer-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.drawer-header{display:grid;grid-gap:8px;gap:8px;padding:calc(12px + var(--safe-top)) 16px 12px;border-bottom:1px solid var(--border);background:#fff}.drawer-back{justify-self:start;border:0;background:transparent;color:var(--primary);font-weight:600;min-height:36px;padding:0;cursor:pointer}.drawer-title{margin:0;font-size:1.25rem}.drawer-body{flex:1 1;overflow:auto;padding:16px;padding-bottom:calc(16px + var(--safe-bottom))}.drawer-footer{padding:12px 16px calc(12px + var(--safe-bottom));border-top:1px solid var(--border);background:#fff}.drawer-actions{display:grid;grid-gap:10px;gap:10px}.nested-card{margin-top:12px;padding:14px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}@media (min-width:640px){.drawer-body,.drawer-footer,.drawer-header{padding-left:20px;padding-right:20px}}