*{margin:0;padding:0;box-sizing:border-box}:root{--background:#fff;--foreground:#000;--muted:#f5f5f5;--muted-foreground:#666;--border:#e5e5e5;--input:#fafafa;--ring:#000;--radius:6px}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased;height:100%}.layout-wrapper{overflow:hidden}.layout-wrapper,.sidebar{display:flex;height:100vh}.sidebar{width:280px;background:var(--background);border-right:1px solid var(--border);overflow-y:auto;flex-direction:column;position:fixed;left:0;top:0;z-index:40;transition:transform .3s ease}.sidebar-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border)}.sidebar-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:0}.sidebar-nav{flex:1 1;overflow-y:auto;padding:1.5rem 0}.nav-section{margin-bottom:2rem;padding:0 1rem}.nav-section:last-child{margin-bottom:0}.nav-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:.5rem 1rem;margin:0 0 .5rem}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{margin:0}.sidebar-nav a{display:block;padding:.75rem 1rem;color:var(--muted-foreground);text-decoration:none;font-size:.9rem;border-left:2px solid transparent;transition:all .2s ease;margin:0}.sidebar-nav a:hover{color:var(--foreground);background:var(--muted);border-left-color:var(--foreground)}.main-wrapper{flex:1 1;display:flex;flex-direction:column;margin-left:280px;overflow:hidden}.top-bar{display:none;background:var(--background);border-bottom:1px solid var(--border);padding:1rem;align-items:center;gap:1rem}.sidebar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;width:2rem;height:2rem}.sidebar-toggle span{width:100%;height:2px;background:var(--foreground);border-radius:1px;transition:all .3s ease}.page-header{font-size:1.5rem;font-weight:600;margin:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;color:var(--foreground);font-weight:600;line-height:1.2}h1{font-size:2rem;margin-bottom:1.5rem}h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}h3{font-size:1.25rem;margin-top:1.5rem}p{margin-bottom:1rem;color:var(--muted-foreground);line-height:1.7}.main-content{max-width:1200px;margin:0 auto;padding:2rem;width:100%;overflow-y:auto}table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}thead{background:var(--muted);border-bottom:1px solid var(--border)}th{text-align:left;font-weight:600;color:var(--foreground)}td,th{padding:.75rem 1rem;font-size:.875rem}td{border-top:1px solid var(--border)}tbody tr:nth-child(2n){background:var(--muted)}tbody tr:hover{background:#f9f9f9}.badge{display:inline-block;padding:.25rem .5rem;border-radius:3px;font-size:.75rem;font-weight:600;margin-right:.5rem;text-transform:uppercase;letter-spacing:.5px}.badge-draft{background:#f0f0f0;color:#666}.badge-pending{background:#f5f5f5;color:#000;border:1px solid #d0d0d0}.badge-active{background:#f0f0f0;color:#000}.card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.card h3{margin-top:0}.status-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.stat{text-align:center;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--muted)}.stat-value{font-size:1.75rem;font-weight:700;color:var(--foreground)}.stat-label{color:var(--muted-foreground);font-size:.875rem;margin-top:.5rem}ol,ul{margin-left:2rem;margin-bottom:1rem}li{margin-bottom:.5rem;color:var(--muted-foreground)}code{background:var(--muted);padding:.2rem .4rem;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875em;color:var(--foreground);border:1px solid var(--border)}pre{border:1px solid var(--border);overflow-x:auto}.section-meta,pre{background:var(--muted);border-radius:var(--radius);padding:1rem}.section-meta{border-left:2px solid var(--foreground);margin:1.5rem 0}.section-meta p{margin:0;font-size:.875rem;color:var(--muted-foreground)}@media (max-width:1024px){.sidebar{width:240px}.main-wrapper{margin-left:240px}}@media (max-width:768px){.layout-wrapper{flex-direction:column}.sidebar{width:100%;height:auto;max-height:0;border-right:none;border-bottom:1px solid var(--border);position:relative;overflow:hidden;transition:max-height .3s ease}.sidebar.open{max-height:100vh;overflow-y:auto}.main-wrapper{margin-left:0;flex:1 1;overflow-y:auto}.sidebar-toggle,.top-bar{display:flex}.page-header{font-size:1.25rem}.sidebar-header{display:none}.sidebar-nav{padding:1rem 0}.nav-section{margin-bottom:1.5rem;padding:0 .5rem}h1{font-size:1.5rem}h2{font-size:1.25rem}.main-content{padding:1.5rem 1rem}table{font-size:.75rem}td,th{padding:.5rem}.card{margin-bottom:1rem;padding:1rem}.section-meta{padding:.75rem}}@media (max-width:480px){.main-content{padding:1rem .75rem}h1{font-size:1.25rem;margin-bottom:1rem}h2{font-size:1.1rem;margin-top:1.5rem}.card,h2{margin-bottom:.75rem}.card{padding:.75rem}table{font-size:.7rem}td,th{padding:.4rem}.status-row{gap:1rem}.stat{padding:.75rem}.stat-value{font-size:1.5rem}}