@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--background:#FAF9F8;--foreground:#212121;--card:#FFFFFF;--card-foreground:#212121;--card-border:#E6E6E6;--primary:#E6007E;--primary-hover:#CC006F;--primary-foreground:#FFFFFF;--secondary:#3A4A5C;--secondary-hover:#334353;--secondary-foreground:#FFFFFF;--muted:#F1F0EE;--muted-foreground:#627088;--accent:#FEF0F6;--accent-foreground:#A7005A;--destructive:#E84040;--destructive-foreground:#FFFFFF;--border:#E0E0E0;--input:#E0E0E0;--ring:#E6007E;--teal:#2B8C7E;--teal-hover:#237066;--amber:#E8A317;--red:#D64545;--radius-sm:6px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow:0 4px 6px -1px rgb(0 0 0/0.05),0 2px 4px -2px rgb(0 0 0/0.05);--shadow-md:0 10px 15px -3px rgb(0 0 0/0.05),0 4px 6px -4px rgb(0 0 0/0.05);--shadow-lg:0 20px 25px -5px rgb(0 0 0/0.05),0 8px 10px -6px rgb(0 0 0/0.05)}html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased}@media (max-width:640px){html{font-size:16px}}body{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:8px 16px;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease;line-height:1;white-space:nowrap}.btn:disabled,button:disabled{opacity:.5;pointer-events:none}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-hover)}.btn-success{background:var(--teal);color:#FFFFFF}.btn-success:hover{background:var(--teal-hover)}.btn-danger{background:var(--destructive);color:var(--destructive-foreground)}.btn-danger:hover{background:#c73636}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background:var(--secondary-hover)}.btn-outline{background:transparent;color:var(--foreground);border:1px solid rgba(0,0,0,.1)}.btn-outline:hover{background:var(--muted)}.btn-ghost{background:transparent;color:var(--muted-foreground);border:none}.btn-ghost:hover{background:var(--muted)}.btn-destructive{background:var(--destructive);color:var(--destructive-foreground)}.btn-destructive:hover{background:#c73636}.btn-lg{height:40px;padding:10px 32px;font-size:14px}.btn-sm{height:32px;padding:6px 12px;font-size:12px}.btn-block{width:100%}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{display:block;width:100%;height:36px;padding:4px 12px;border:1px solid var(--input);border-radius:var(--radius-md);font-size:14px;font-family:inherit;background:transparent;color:var(--foreground);transition:border-color .15s ease}@media (max-width:640px){input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:16px}}textarea{height:auto;min-height:80px;resize:vertical;padding:8px 12px}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}label{display:block;font-size:14px;font-weight:500;margin-bottom:4px;color:var(--foreground)}.form-group{margin-bottom:16px}.form-hint{font-size:12px;color:var(--muted-foreground);margin-top:4px}.card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow)}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--radius-md);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.badge-draft{background:var(--muted);color:var(--muted-foreground)}.badge-open{background:#dcfce7;color:#166534}.badge-closed{background:#fef2f2;color:#991b1b}.badge-archived{background:var(--muted);color:var(--muted-foreground)}.badge-active{background:#dcfce7;color:#166534}.badge-moderated{background:#fffbeb;color:#92400e}.badge-seed{background:#dbeafe;color:#1d4ed8}.badge-pill{border-radius:var(--radius-full)}.container{max-width:1600px}.container,.container-sm{margin:0 auto;padding:0 16px}.container-sm{max-width:640px}.page-header{padding:24px 0;border-bottom:1px solid var(--border);margin-bottom:24px;background:var(--card)}.page-header h1{font-size:30px;font-weight:700}@media (max-width:640px){.page-header h1{font-size:24px}}.page-header p{color:var(--muted-foreground);margin-top:4px}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}th{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);background:var(--muted)}td{font-size:14px}tr:hover td{background:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-xl);padding:16px;text-align:center;box-shadow:var(--shadow)}.stat-card .stat-value{font-size:28px;font-weight:700;color:var(--primary)}.stat-card .stat-label{font-size:12px;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.alert{padding:12px 16px;border-radius:var(--radius-lg);font-size:14px;margin-bottom:16px}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert-info{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.alert-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.site-header{display:flex;align-items:center;justify-content:space-between;padding:4px 16px;background:var(--secondary);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-sm);position:-webkit-sticky;position:sticky;top:0;z-index:50;min-height:52px}.site-header-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.site-header-brand img{height:36px;width:auto}.site-header-brand span{font-size:18px;font-weight:700;color:#FFFFFF}.site-header-nav{display:flex;align-items:center;gap:16px}.site-header-nav a{font-size:14px;color:rgba(255,255,255,.8);text-decoration:none;font-weight:500}.site-header-nav a:hover{color:#FFFFFF;text-decoration:none}.site-header .btn-primary{background:var(--primary);color:var(--primary-foreground)}.site-header .btn-primary:hover{background:var(--primary-hover)}.site-header .btn-ghost{color:rgba(255,255,255,.7)}.site-header .btn-ghost:hover{color:#FFFFFF;background:rgba(255,255,255,.1)}.site-footer{border-top:1px solid var(--border);padding:24px 16px;text-align:center;color:var(--muted-foreground);font-size:12px}.site-footer-brand{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.site-footer-brand img{height:24px;width:auto;opacity:.7}.pairwise-container{display:flex;gap:12px;align-items:stretch;width:100%}.pairwise-option{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:12px;padding:20px 16px;background:var(--card);border:2px solid var(--card-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .15s,box-shadow .15s;text-align:center;min-height:120px;justify-content:space-between}.pairwise-option:hover:not(:disabled){border-color:var(--primary);box-shadow:0 0 0 2px rgba(230,0,126,.15)}.pairwise-option:disabled{opacity:.6;cursor:not-allowed}.pairwise-text{font-size:14px;line-height:1.5;color:var(--foreground);flex:1 1;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.pairwise-pick{font-size:13px;font-weight:600;color:var(--primary)}.pairwise-pick-mobile{display:none}.pairwise-pick-desktop{display:inline}.pairwise-divider{display:flex;align-items:center;font-size:12px;color:var(--muted-foreground);font-weight:500;flex-shrink:0}@media (max-width:640px){.hide-mobile{display:none}.container{padding:0 12px}table{font-size:13px}td,th{padding:8px}.site-header-nav{gap:8px}.site-header-nav a{font-size:12px}.pairwise-container{flex-direction:column}.pairwise-pick-mobile{display:inline}.pairwise-pick-desktop{display:none}.pairwise-divider{justify-content:center;padding:4px 0}}