:root{--pw-primary: #f97316;--pw-primary-dark: #ea580c;--pw-primary-light: #fff7ed;--pw-accent: #0f2847;--pw-accent-dark: #0a1e35;--pw-gray-50: #f9fafb;--pw-gray-100: #f3f4f6;--pw-gray-200: #e5e7eb;--pw-gray-300: #d1d5db;--pw-gray-400: #9ca3af;--pw-gray-500: #6b7280;--pw-gray-600: #4b5563;--pw-gray-700: #374151;--pw-gray-800: #1f2937;--pw-gray-900: #111827;--pw-success: #16a34a;--pw-warning: #d97706;--pw-error: #dc2626;--pw-info: #2563eb;--pw-bg: #ffffff;--pw-bg-secondary: #f9fafb;--pw-bg-tertiary: #f3f4f6;--pw-text: #111827;--pw-text-secondary: #4b5563;--pw-text-muted: #9ca3af;--pw-border: #e5e7eb;--pw-surface: #ffffff;--pw-surface-2: #f9fafb;--pw-surface-hover: #f3f4f6;--pw-sidebar-bg: #0f2847;--pw-sidebar-text: rgba(255,255,255,.72);--pw-sidebar-text-em: #ffffff;--pw-sidebar-text-muted: rgba(255,255,255,.35);--pw-sidebar-hover: rgba(255,255,255,.08);--pw-sidebar-active: #f97316;--pw-sidebar-divider: rgba(255,255,255,.1);--pw-sidebar-btn-border: rgba(255,255,255,.12);--pw-sidebar-btn-text: rgba(255,255,255,.65);--pw-font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--pw-font-mono: "DM Mono", "JetBrains Mono", monospace;--pw-text-xs: .75rem;--pw-text-sm: .875rem;--pw-text-base: 1rem;--pw-text-lg: 1.125rem;--pw-text-xl: 1.25rem;--pw-text-2xl: 1.5rem;--pw-radius-sm: .25rem;--pw-radius: .375rem;--pw-radius-md: .5rem;--pw-radius-lg: .75rem;--pw-radius-xl: 1rem;--pw-radius-full: 9999px;--pw-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--pw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--pw-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--pw-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--pw-transition: .15s ease}[data-theme=dark]{--pw-bg: #091c32;--pw-bg-secondary: #0f2847;--pw-bg-tertiary: #1a3a6b;--pw-text: #f0f4f8;--pw-text-secondary: #c0d0e8;--pw-text-muted: #7a95b8;--pw-border: rgba(255,255,255,.1);--pw-surface: #0f2847;--pw-surface-2: #1a3a6b;--pw-surface-hover: rgba(255,255,255,.05);--pw-sidebar-bg: #ffffff;--pw-sidebar-text: rgba(15,40,71,.7);--pw-sidebar-text-em: #0f2847;--pw-sidebar-text-muted: rgba(15,40,71,.4);--pw-sidebar-hover: rgba(15,40,71,.06);--pw-sidebar-active: #f97316;--pw-sidebar-divider: rgba(15,40,71,.1);--pw-sidebar-btn-border: rgba(15,40,71,.15);--pw-sidebar-btn-text: rgba(15,40,71,.6)}*,*:before,*:after{box-sizing:border-box}body{font-family:var(--pw-font-sans);font-size:var(--pw-text-base);color:var(--pw-text);background-color:var(--pw-bg);line-height:1.5;margin:0}select,input,textarea{color:var(--pw-text);background-color:var(--pw-surface-2);border-color:var(--pw-border)}select option{background-color:var(--pw-surface);color:var(--pw-text)}[data-theme=dark] select,[data-theme=dark] input,[data-theme=dark] textarea{color-scheme:dark;background-color:var(--pw-surface-2);color:var(--pw-text);border-color:var(--pw-border)}[data-theme=dark] select option{background-color:var(--pw-surface);color:var(--pw-text)}.pw-page{min-height:100vh;background:var(--pw-bg);padding:1.5rem}.pw-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.pw-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pw-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--pw-radius-lg)}.pw-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pw-module-grid{display:flex;gap:1rem;flex-wrap:wrap}.pw-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid var(--pw-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.pw-tabs::-webkit-scrollbar{display:none}@media (max-width: 640px){.pw-page{padding:.875rem .75rem}.pw-page-header{gap:.5rem}.pw-page-header h1{font-size:var(--pw-text-lg);width:100%}.pw-two-col{grid-template-columns:1fr}.pw-module-grid{gap:.75rem}.pw-hide-mobile{display:none}.pw-show-mobile{display:block}}@media (max-width: 768px){.pw-page{padding:1rem}}.pw-toolbar{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}@media (max-width: 640px){.pw-toolbar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}}
