:root{--bg: #f4fbf7;--panel: #ffffff;--panel-alt: #eef7ff;--border: #cfe3d7;--shadow: 0 1px 2px rgba(0,0,0,.06);--text: #0b1b14;--muted: #244034;--heading: #07150f;--primary: #1d4ed8;--primary-hover: #1e40af;--success: #15803d;--chip-text: #ffffff;--input-bg: #ffffff;--input-border: #93c5fd;--focus: rgba(29,78,216,.25)}*{box-sizing:border-box}html,body{height:100%;width:100%;max-width:100%;overflow-x:hidden}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:linear-gradient(135deg,var(--bg),var(--panel-alt));color:var(--text)}h1,h2,h3,h4{color:var(--heading);margin:0}a{color:var(--primary);text-decoration:none}#root{min-height:100%;width:100%;max-width:100%}.cp-bg{min-height:100svh;padding:24px}.cp-container{max-width:1200px;margin:0 auto;padding:20px;min-width:0}.cp-card,.cp-card *,.cp-container *{min-width:0}.cp-topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.cp-topbar img{display:block}.cp-tabs{display:flex;align-items:center;gap:10px;padding:6px;border-radius:999px;background:#fff9;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000d;max-width:100%}.cp-tab{appearance:none;border:1px solid transparent;background:transparent;color:var(--muted);font-weight:900;font-size:14px;padding:10px 14px;border-radius:999px;cursor:pointer;transition:transform .12s ease,background .12s ease,box-shadow .12s ease,border-color .12s ease,color .12s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.cp-tab:hover{background:#1d4ed814;border-color:#1d4ed82e;color:var(--heading)}.cp-tab:active{transform:translateY(1px)}.cp-tab.active{background:linear-gradient(135deg,#dbeafe,#dcfce7);border-color:#1d4ed859;color:var(--heading);box-shadow:0 1px 2px #0f172a1f,0 8px 18px #1d4ed82e}.cp-tab:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.cp-topbar .cp-btn.danger{border-radius:999px;padding:10px 14px;font-weight:900;border:1px solid rgba(239,68,68,.35);background:linear-gradient(180deg,#fff,#ffffffeb);color:#b91c1c;box-shadow:0 1px 2px #0f172a1a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease}.cp-topbar .cp-btn.danger:hover{border-color:#ef44448c;box-shadow:0 2px 4px #0f172a1f,0 10px 18px #ef44441f;transform:translateY(-1px)}.cp-topbar .cp-btn.danger:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a1a}.cp-topbar .cp-btn.danger:focus-visible{outline:none;box-shadow:0 0 0 4px #ef444433}.cp-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.cp-demoBanner{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:6px}.cp-brand{display:flex;align-items:center}.cp-brand img{height:200px;width:auto;max-width:100%;object-fit:contain;display:block;filter:drop-shadow(0 4px 12px rgba(15,23,42,.22))}.cp-form{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.cp-form>*{min-width:0}.cp-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow);max-width:100%}.cp-card.alt{background:var(--panel-alt)}.cp-btn{padding:10px 14px;border-radius:14px;border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer;font-weight:700;transition:transform .15s ease,box-shadow .15s ease}.cp-btn:hover{border-color:#9ccbb7}.cp-btn.primary{background:linear-gradient(135deg,#dbeafe,#dcfce7);border:1px solid rgba(29,78,216,.45);color:#0b1b14;font-weight:800;box-shadow:0 1px 2px #0f172a1f,0 6px 14px #1d4ed82e}.cp-btn.primary:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0f172a24,0 10px 22px #1d4ed840}.cp-btn.primary:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a1f}.cp-btn.danger{border-color:#ef4444aa;color:#b91c1c;background:#fff}.cp-input,.cp-select{width:100%;max-width:100%;padding:10px;border:1px solid var(--input-border);border-radius:12px;background:var(--input-bg);color:var(--text);font-weight:600}.cp-input::placeholder{color:#244034bf;font-weight:600}.cp-input:focus,.cp-select:focus{outline:none;box-shadow:0 0 0 4px var(--focus);border-color:var(--primary)}.cp-tableWrap{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.cp-table{width:100%;border-collapse:collapse;min-width:720px}.cp-table th{text-align:left;padding:8px 6px;font-weight:800;font-size:13px;color:var(--heading)}.cp-table td{padding:10px 6px;font-size:14px;color:var(--text);font-weight:600}.cp-chip{display:inline-block;padding:4px 10px;border-radius:999px;color:var(--chip-text);font-size:12px;font-weight:800;letter-spacing:.2px}.cp-pill{background:#1d4ed81a;border:1px solid rgba(29,78,216,.25);padding:4px 8px;border-radius:999px;font-weight:800;font-size:12px;color:var(--text)}.cp-note{background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px;font-weight:600}.cp-section{margin-top:14px;display:grid;gap:8px}.cp-sectionTitle{font-weight:900;color:var(--heading)}.cp-textarea{width:100%;max-width:100%;padding:12px;border:1px solid var(--input-border);border-radius:14px;background:var(--input-bg);color:var(--text);font-weight:600;line-height:1.45;resize:vertical;min-height:150px;font-size:16px}.cp-sectionPanel{background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px}.cp-actions{display:flex;gap:12px;row-gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.cp-actions .cp-btn{min-width:96px}.cp-footer{margin-top:24px;padding:18px 0 6px;border-top:1px solid rgba(0,0,0,.08)}.cp-footerInner{display:flex;align-items:center;gap:10px;justify-content:center;text-align:left}.cp-footerLogo{height:26px;width:26px;flex:0 0 auto;filter:drop-shadow(0 4px 10px rgba(15,23,42,.18))}.cp-footerText{display:grid;gap:2px}.cp-footerLine{font-weight:800;font-size:12px;color:var(--muted)}.cp-footerSub{font-weight:700;font-size:12px;color:#244034d9}@media(max-width:980px){.cp-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.cp-bg{padding:10px}.cp-container{padding:0}.cp-header{flex-direction:column;align-items:flex-start;gap:12px}.cp-demoBanner{width:100%}.cp-brand img{height:100px}.cp-tabs{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding-bottom:4px;overscroll-behavior-x:contain;touch-action:pan-x}.cp-tabs::-webkit-scrollbar{display:none}.cp-form{grid-template-columns:1fr;gap:14px}.cp-input,.cp-select{font-size:16px;padding:14px;border-radius:18px}.cp-textarea{padding:14px;border-radius:18px}.cp-card{border-radius:18px;padding:16px}.cp-footerInner{justify-content:flex-start;padding:0 4px}}
