body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;pointer-events:all}.modal-content{background:#fff;padding:20px;border-radius:8px;text-align:center;box-shadow:0 4px 8px #0003;max-width:400px;min-height:200px;width:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;pointer-events:auto}.modal-buttons{margin-top:20px}.btn-spare,.btn-confirm,.btn-cancel,.btn-close{padding:8px 16px;margin:5px;border:none;border-radius:4px;cursor:pointer}.login-container{min-height:100svh;display:grid;place-items:center;background:var(--brand-25);padding:24px;box-sizing:border-box}.login-card{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #10182814;padding:28px;box-sizing:border-box;border:1px solid var(--brand-100)}.login-brand{display:flex;justify-content:center;margin-bottom:6px}.brand-name{font-weight:700;letter-spacing:.2px;color:var(--brand-700)}.login-title{margin:4px 0 8px;font-size:20px;font-weight:700;text-align:center;color:var(--text)}.login-subtitle{margin:0 0 16px;text-align:center;color:var(--muted);font-size:13px}.error-alert{background:#fef2f2;color:var(--err);border:1px solid #fee2e2;border-radius:8px;padding:10px 12px;margin-bottom:12px;font-size:13px}.form-group{display:grid;gap:6px;margin-bottom:14px}.form-group label{font-size:13px;color:#344054}input[type=text],input[type=password],input[type=email],input[type=tel]{width:100%;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:10px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;background:#fff;color:var(--text)}input:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.password-field{position:relative}.toggle-password{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;font-size:12px;color:var(--brand-600);cursor:pointer;padding:4px 6px}.toggle-password:hover{color:var(--brand-700)}.form-row{display:flex;justify-content:space-between;align-items:center;margin:6px 0 14px}.checkbox{display:flex;gap:8px;align-items:center;font-size:13px;color:#475467}.link{font-size:13px;color:var(--brand-600);text-decoration:none}.link:hover{text-decoration:underline;color:var(--brand-700)}.login-button{width:100%;height:42px;border-radius:10px;border:none;background:var(--brand-600);color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.login-button:hover:not(:disabled){background:var(--brand-800)}.login-button:active:not(:disabled){background:var(--brand-700);transform:translateY(.5px)}.login-button:focus{outline:none}.login-button:focus-visible{box-shadow:0 0 0 4px var(--brand-50),0 0 0 1.5px var(--brand-400) inset}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-button.is-loading{position:relative}.login-button.is-loading:after{content:"";width:14px;height:14px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;position:absolute;right:14px;top:50%;transform:translateY(-50%);animation:spin .8s linear infinite}.link-row{margin-top:10px;font-size:13px;text-align:center;color:var(--muted)}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}.otp-hint{margin-top:4px;font-size:12px;color:var(--muted)}@media (pointer:coarse){input#otpCode{height:48px;font-size:18px;letter-spacing:2px}}.oauth-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:#888;font-size:12px}.oauth-divider:before,.oauth-divider:after{content:"";flex:1;height:1px;background:#eee}.oauth-buttons{display:flex;gap:8px;margin-top:8px}.oauth-btn{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer}.oauth-btn:active{transform:translateY(1px)}.menu-toggle{display:none;position:absolute;left:8px;top:calc(var(--header-h) + 8px);z-index:30}.sidebar{width:var(--sidebar-w);background:#fff}.sidebar ul{list-style:none;margin:0;padding:0 6px}.sidebar a{display:block;padding:10px 12px;border-radius:8px;color:var(--text);text-decoration:none;transition:background-color .15s ease,color .15s ease}.sidebar a:hover{background:var(--bg-soft)}.sidebar a.active{font-weight:700;background:var(--brand-50);border-radius:8px}.sectionTitle{font-weight:700;font-size:13px;color:var(--muted);padding:10px 12px 4px;text-transform:none;letter-spacing:.02em}.sidebar hr{margin:8px 12px;border:0;border-top:1px solid var(--border)}.sidebar-backdrop{display:none}@media (max-width: 1024px){.menu-toggle{display:inline-flex}.sidebar{transform:translate(-100%);transition:transform .2s ease;position:fixed;top:var(--header-h);left:0;bottom:0;z-index:20;box-shadow:0 8px 24px #1018281f;border-right:1px solid var(--border)}.sidebar.open{transform:translate(0)}.sidebar-backdrop.show{display:block;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;background:#0003;z-index:19}}.header{height:50px;display:flex;align-items:center;justify-content:space-between;padding:10px 0;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.logo-text{margin:0}.logo-image{width:100px;height:50px;vertical-align:middle;cursor:pointer}.user-info{position:relative}.user-dropdown>p{margin:0;padding:8px 12px;border-radius:999px;color:var(--text);cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}.user-dropdown>p:hover{background:var(--bg-soft)}.user-dropdown>p:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}.dropdown-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:150px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:6px;box-shadow:0 12px 28px #10182824,0 2px 6px #10182814;z-index:1000}.dropdown-menu button{display:block;width:100%;padding:10px 12px;border:none;background:transparent;color:var(--text);text-align:left;font-size:14px;border-radius:8px;cursor:pointer;white-space:nowrap;word-break:normal;overflow-wrap:normal;transition:background-color .15s ease,box-shadow .15s ease}.dropdown-menu button:hover{background:var(--bg-soft)}.dropdown-menu button:active{background:var(--brand-25)}.dropdown-menu button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}.hamburger{display:none;border:1px solid var(--border);background:#fff;border-radius:8px;padding:6px 10px;margin-right:8px;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,border-color .15s ease}.hamburger:hover{background:var(--bg-soft);border-color:var(--border-strong)}.hamburger:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}@media (max-width: 1024px){.hamburger{display:inline-flex;align-items:center}}.h01-wrap{padding:12px;color:var(--text)}.h01-page-title{margin:0 0 10px;font-size:18px;font-weight:700;color:var(--text)}.h01-section{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px;margin-bottom:12px}.h01-sec__hd{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.h01-sec__hd h3{margin:0;font-size:16px;font-weight:700;color:var(--text)}.h01-msg{font-size:16px;color:var(--ok)}.h01-form{display:grid;gap:10px}.h01-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.h01-field{display:grid;gap:6px}.h01-field label{font-size:13px;color:var(--text)}.h01-required{margin-left:6px;color:var(--err);font-size:11px}.h01-field input,.h01-field textarea,.h01-select{width:100%;height:38px;padding:0 10px;border:1px solid var(--border);border-radius:10px;font-size:14px;outline:none;box-sizing:border-box;background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.h01-field textarea{height:auto;padding:8px 10px;resize:vertical}.h01-field input:focus,.h01-field textarea:focus,.h01-select:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.h01-field--pw .h01-pw-input{position:relative}.h01-field--pw input{height:38px;padding-right:64px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:14px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.h01-field--pw input:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring);outline:none}.h01-pw-toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:transparent;border:0;padding:4px 6px;line-height:1;color:var(--brand-600);font-size:13px;font-weight:600;cursor:pointer}.h01-pw-toggle:hover{color:var(--brand-700)}.h01-check{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.h01-actions{display:flex;gap:8px;justify-content:flex-end}.h01-btn{height:36px;padding:0 12px;border-radius:10px;border:1px solid var(--brand-600);background:var(--brand-600);color:#fff;cursor:pointer;transition:background .15s ease,transform .05s ease,box-shadow .15s ease,border-color .15s ease}.h01-btn:hover{background:var(--brand-800);border-color:var(--brand-800)}.h01-btn:active{transform:translateY(.5px)}.h01-btn:disabled{opacity:.6;cursor:not-allowed}.h01-btn--primary{border:1px solid var(--brand-600);background:var(--brand-600);color:#fff;font-weight:600}.h01-btn--primary:hover{background:var(--brand-800);border-color:var(--brand-800)}.h01-loading{padding:8px;color:var(--muted)}@media (max-width: 720px){.h01-grid2{grid-template-columns:1fr}}.h01-switch-row{display:flex;align-items:center;gap:.75rem}.h01-switch{inline-size:36px;block-size:18px;border-radius:999px;border:1px solid #d0d5dd;background:#f2f4f7;position:relative;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.h01-switch__knob{position:absolute;inset-block-start:2px;inset-inline-start:2px;inline-size:12px;block-size:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #10182833;transition:transform .2s}.h01-switch--on{background:#2563eb;border-color:#2563eb}.h01-switch--on .h01-switch__knob{transform:translate(20px)}.h01-switch--disabled{opacity:.5;cursor:not-allowed}.h01-switch__label{-webkit-user-select:none;user-select:none}.h01-switch:focus-visible{outline:2px solid #2563eb;outline-offset:2px}:root{--header-h: 50px;--sidebar-w: 150px;--brand-25: #f5f7ff;--brand-50: #eef2ff;--brand-100: #e0e7ff;--brand-200: #c7d2fe;--brand-300: #a5b4fc;--brand-400: #818cf8;--brand-500: #6c8cff;--brand-600: #4f46e5;--brand-700: #4338ca;--brand-800: #3730a3;--bg-soft: #f9fafb;--border: #e5e7eb;--muted: #6b7280;--text: #374151;--ok: #16a34a;--warn: #d97706;--err: #b91c1c;--ring: rgba(129, 140, 248, .15);--border-strong: #cfd6ea;--row-hover: #fafbff;--ok-bg: #ecfdf5;--ok-fg: #047857;--ok-bd: #bbf7d0;--error-bg: #fee2e2;--error-fg: #991b1b;--error-bd: #fecaca}.app-container{min-height:100dvh;display:flex;flex-direction:column}.header{position:sticky;top:0;height:var(--header-h);z-index:10;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;padding:0 12px;box-sizing:border-box}.main-content{flex:1;display:grid;grid-template-columns:1fr}.main-content.has-sidebar{grid-template-columns:var(--sidebar-w) 1fr}.sidebar{position:sticky;top:var(--header-h);height:calc(100dvh - var(--header-h) - 1px);overflow:auto;background:#fff;border-right:1px solid #eee}.content{padding:16px;min-width:0;margin:0}@media (max-width: 1024px){.main-content.has-sidebar{grid-template-columns:1fr}.sidebar{position:fixed;top:var(--header-h);left:0;bottom:0;width:min(80vw,var(--sidebar-w));transform:translate(-100%);box-shadow:0 10px 30px #1018281f;z-index:20}}.adminDash{display:grid;gap:16px}.error-alert{padding:10px 12px;background:var(--error-bg);color:var(--error-fg);border:1px solid var(--error-bd);border-radius:8px}.searchInput,.dateInput,.eventRow{transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.eventListCard{border:1px solid var(--border);border-radius:10px;background:#fff}.eventListHeader{display:flex;flex-Wrap:wrap;gap:8px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--brand-100);background:var(--brand-25)}.elh-left{display:flex;gap:12px;align-items:baseline}.elh-right{display:flex;gap:8px;align-items:center;margin-left:10px}.searchInput{height:32px;width:300px;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;transition:border-color .15s,box-shadow .15s,background-color .15s}.searchInput:hover{border-color:var(--brand-300)}.searchInput:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px #818cf840}.dateInput{padding:6px 8px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:#fff}.dateInput:hover{border-color:var(--brand-300)}.dateInput:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px #818cf840}.eventList{display:grid;gap:4px;padding:8px;max-height:320px;overflow:auto}.empty{padding:12px;color:var(--muted)}.eventRow{width:100%;text-align:left;border:1px solid var(--border);background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,var(--brand-25),var(--brand-25));border-radius:8px;padding:10px 12px;cursor:pointer}.eventRow:hover{background:var(--brand-25)}.eventRow.is-active{border-color:var(--brand-500);box-shadow:0 0 0 3px #6c8cff40;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,var(--brand-50),var(--brand-50))}.er-title{font-weight:600;font-size:18px;color:var(--text)}.er-meta{font-size:16px;color:var(--muted)}.er-titleRow{display:flex;align-items:center;gap:8px}.er-badges{display:flex;gap:6px;flex-shrink:0}.detailCard{border:1px solid var(--border);border-radius:10px;background:#fff;padding-bottom:8px}.detailHeader{display:flex;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid var(--brand-100);background:var(--brand-25)}.eventHeader{display:flex;gap:24px;font-size:18px;color:var(--text);padding:12px}.tableWrap{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff;margin:0 12px 12px}.table{width:100%;border-collapse:collapse;table-layout:fixed}.table thead{background:var(--brand-50)}.table th,.table td{text-align:left;padding:10px 12px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table tbody tr{border-top:1px solid #f3f4f6}.sectionH3{margin:12px 12px 8px;color:var(--brand-700)}.selectionDropdown{position:relative}.selectionDropdown__toggle{width:100%;padding:6px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.875rem;color:#374151}.selectionDropdown__toggle:hover{background:#f9fafb}.selectionDropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 10px #00000014;z-index:20}.selectionDropdown__item{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.875rem;cursor:pointer;border-bottom:1px solid #f1f5f9}.selectionDropdown__item:last-child{border-bottom:none}.selectionDropdown__item:hover{background:#f8fafc}.selectionDropdown__item--all{background:#f1f5f9;font-weight:600}.selectionDropdown__empty{padding:16px;text-align:center;color:#6b7280;font-size:.85rem}.selectionBar{display:flex;align-items:center;gap:12px;margin:12px 14px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.selectionBar__label{font-weight:600;color:#334155;font-size:.9rem}.selectionBar .selectionDropdown{flex:1;max-width:320px}.aev-page{display:grid;row-gap:0;column-gap:16px;grid-template-columns:1fr 1fr;grid-template-areas:"hd hd" "ls dt";align-items:start}.aev-pageTitle{grid-area:hd;margin:0;font-size:20px;font-weight:700;color:var(--brand-700)}.aev-listCard{grid-area:ls;background:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 3px #00000014;display:grid;gap:12px}.aev-detailCard{grid-area:dt;background:#fff;border-radius:8px;padding:12px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:12px;max-height:calc(100vh - 110px);min-height:0}.aev-formScroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px}.aev-listHead,.aev-detailHead{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--brand-100);border-radius:8px;background:var(--brand-25)}.aev-listTitle{font-size:16px;font-weight:600;color:var(--brand-700)}.aev-listOps{display:flex;align-items:center;gap:8px}.aev-searchInput{height:32px;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;transition:border-color .15s,box-shadow .15s,background-color .15s}.aev-searchInput:hover{border-color:var(--brand-300)}.aev-searchInput:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.aev-btn{height:32px;padding:0 12px;border:1px solid #d7dbe6;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;transition:background-color .15s,border-color .15s,box-shadow .15s}.aev-btn:hover{background:var(--bg-soft)}.aev-btn:focus-visible{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.aev-btn.reload{min-width:70px}.aev-btn.primary{min-width:54px;background:var(--brand-600);border-color:var(--brand-600);color:#fff}.aev-btn.primary:hover{background:var(--brand-800);border-color:var(--brand-800)}.aev-btn.danger{background:#ef4444;border-color:#ef4444;color:#fff}.aev-btn.danger:hover{background:#dc2626;border-color:#dc2626}.aev-listBody{display:grid;gap:8px;max-height:calc(100vh - 220px);overflow:auto}.aev-row{display:grid;gap:2px;padding:10px 12px;border:1px solid #e5e7ef;border-radius:8px;background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,var(--brand-25),var(--brand-25));text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,background-color .15s}.aev-row:hover{border-color:var(--border-strong);background:var(--row-hover)}.aev-row.is-active{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--ring);background:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,var(--brand-50),var(--brand-50))}.aevr-title{font-weight:600;font-size:18px;color:var(--text)}.aevr-meta{font-size:16px;color:var(--muted)}.aevr-badges{display:flex;gap:6px}.aev-badge{display:inline-block;padding:2px 8px;font-size:12px;background:var(--brand-50);color:var(--brand-600);border-radius:999px;border:1px solid var(--brand-100)}.aev-formGrid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(260px,1fr));align-items:start;grid-auto-rows:min-content}.aev-formGrid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:500;color:#475569;min-width:0}.aev-formGrid input[type=text],.aev-formGrid input[type=number],.aev-formGrid input[type=datetime-local],.aev-formGrid input[type=time],.aev-formGrid select,.aev-formGrid textarea{width:100%;height:36px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;box-sizing:border-box;line-height:1.2;transition:border-color .15s,box-shadow .15s,background-color .15s}.aev-formGrid textarea{height:auto;min-height:40px;resize:vertical}.aev-formGrid input:focus,.aev-formGrid select:focus,.aev-formGrid textarea:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.aev-span2{grid-column:1 / -1}.aev-entryNotice{margin-bottom:8px;padding:8px 12px;border-radius:4px;background-color:#fff5e5;border:1px solid #ffc966;font-size:13px;display:flex;align-items:center;gap:8px}.aev-entryNotice-text{font-weight:700;color:#d26a00;white-space:nowrap}.aev-modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}.aev-modal{background:#fff;padding:16px;border-radius:6px;width:720px;height:520px;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;box-sizing:border-box}.aev-modalHeader{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-shrink:0}.aev-modalHeader h3{margin:0}.aev-modalHeader-lockNotice{margin-left:auto;font-size:14px;color:#d00;white-space:nowrap}.aev-modalScroll{flex:1 1 auto;overflow-y:auto;margin-top:8px;padding-right:4px}.aev-modalFooter{margin-top:12px;display:flex;gap:8px;justify-content:flex-end;flex-shrink:0}.aev-cfModalContent{display:flex;flex-direction:column;gap:16px}.aev-cfModalEmpty{color:#94a3b8;font-size:14px;padding:16px 0}.aev-cfItem{position:relative;padding:12px;border:1px solid #e5e7ef;border-radius:8px;background:#fafbfc}.aev-cfItem-deleteBtn{position:absolute;top:0;right:0}.aev-cfItem-grid{display:grid;grid-template-columns:1fr 140px 140px;gap:12px;align-items:start}.aev-cfField{display:flex;flex-direction:column;gap:4px}.aev-cfField-label{font-size:12px;font-weight:500;color:#475569}.aev-cfField input[type=text],.aev-cfField select{width:100%;height:36px;padding:6px 5px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;box-sizing:border-box}.aev-cfField input:focus,.aev-cfField select:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.aev-cfItem-meta{display:flex;flex-direction:row;align-items:center;gap:16px;margin-top:8px}.aev-cfItem-required{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:13px;color:#475569}.aev-cfItem-required input[type=checkbox]{margin:0}.aev-cfItem-badgeColor{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:13px;color:#475569}.aev-cfItem-badgeColor input[type=color]{width:32px;height:24px;padding:0;border:1px solid var(--border);border-radius:4px;cursor:pointer}.aev-cfItem-options{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7ef}.aev-cfItem-options-title{font-size:12px;font-weight:500;color:#475569;margin-bottom:8px}.aev-cfItem-optionRow{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:6px}.aev-cfItem-optionRow input[type=text]{flex:1;height:32px;padding:4px 8px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;box-sizing:border-box}.aev-cfItem-optionRow input[type=text]:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.aev-cfItem-optionRow input[type=color]{width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:4px;cursor:pointer}.aev-cfItem-optionRow .aev-btn{height:32px;padding:0 10px}.aev-cfItem-addOptionBtn{margin-top:4px}.aev-tableWrap{border:1px solid #eef0f6;border-radius:8px;overflow:hidden;background:#fff}.aev-table{width:100%;border-collapse:collapse;font-size:14px}.aev-table th{background:var(--brand-25);text-align:left;padding:10px 12px;border-bottom:1px solid #eef0f6;font-weight:600;color:var(--brand-700)}.aev-table td{padding:10px 12px;border-bottom:1px solid #f1f3f8}.aev-table tr:last-child td{border-bottom:none}.aev-ops{display:flex;align-items:center;gap:6px}.aev-sectionH3{margin:8px 0 4px;font-size:15px;font-weight:700;color:var(--brand-700)}.aev-error{color:var(--err);background:#fef2f2;border:1px solid #fee2e2;padding:8px 10px;border-radius:6px}.aev-empty{color:#94a3b8;font-size:14px;padding:16px 4px}.aev-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media (max-width: 980px){.aev-page{grid-template-columns:1fr;grid-template-areas:"hd" "ls" "dt"}.aev-listBody{max-height:none;overflow:visible}.aev-formGrid{grid-template-columns:1fr}}@media (max-width: 640px){.aev-modal{width:95vw;height:80vh}.aev-cfItem-grid{grid-template-columns:1fr}}.sel-option .sel-line1{font-weight:600}.sel-option .sel-line2{margin-top:4px;display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85}.sel-period{margin-left:4px}.sel-value{display:flex;align-items:center;gap:8px}.sel-value .sel-title{font-weight:600}.aev-colorPalette{display:flex;gap:4px;flex-wrap:wrap}.aev-colorChip{width:20px;height:20px;border-radius:999px;border:1px solid #ccc;padding:0;cursor:pointer}.aev-colorChip--active{outline:2px solid #333}.aev-cfDatetimeBlock{margin-bottom:16px;background:#f0f9ff;border-color:#7dd3fc}.aev-cfDatetimeBlock-row{display:flex;align-items:center;gap:16px}.aev-cfDatetimeBlock-label{font-size:14px;gap:8px}.aev-cfDatetimeBlock-select{height:32px;padding:0 8px;border-radius:6px;border:1px solid #cbd5e1;font-size:14px;background:#fff;cursor:pointer}.aev-scheduleRow{display:grid;grid-template-columns:auto auto 1fr 1fr auto;gap:8px;align-items:center;margin-bottom:6px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:#fafbfc}.aev-scheduleRow-group{display:flex;align-items:center;gap:4px}.aev-scheduleRow-label{font-size:13px;color:#64748b;white-space:nowrap}.aev-scheduleRow input[type=date],.aev-scheduleRow input[type=time]{height:32px;font-size:13px;padding:0 6px;border:1px solid var(--border);border-radius:6px;background:#fff;box-sizing:border-box}.aev-scheduleRow-sep{font-size:12px}.statusRow{display:flex;align-items:center;gap:12px;margin:0 15px}.statusLeft{flex:1 1 auto;min-width:0}.statusRight{flex:0 0 auto;display:flex;align-items:center;gap:8px}.inviteControls.inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inviteHint{padding:6px 10px;border:1px dashed var(--border);border-radius:6px;background:#fafafa;color:var(--muted);font-size:14px;line-height:1.4;flex:1 1 auto;min-height:32px;display:flex;align-items:center}.inviteUrlBox{display:flex;gap:8px;align-items:center;flex:1 1 auto;min-width:260px}.inviteUrlInput{flex:1 1 360px;min-width:240px;height:44px;padding:0 10px;border:1px solid var(--border);border-radius:6px;background:#f9fafb;font-size:16px}.inviteUrlInput:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.searchInput1{height:32px;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:none;font-size:14px;background:#fff;margin-left:10px;flex:0 0 auto;width:clamp(200px,32vw,360px)}.searchInput1:focus{border-color:var(--brand-400);box-shadow:0 0 0 3px var(--ring)}.btn{height:32px;padding:0 12px;border:1px solid #d7dbe6;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;transition:background-color .15s,border-color .15s,box-shadow .15s}.btn:hover{background:var(--bg-soft)}.btn.primary:hover{background:var(--brand-700);border-color:var(--brand-700)}.badge{display:inline-block;padding:2px 8px;font-size:12px;border-radius:999px;background:var(--brand-50);color:var(--brand-700);border:1px solid var(--brand-100)}.error-alert{padding:10px 12px;border:1px solid #fecaca;background:#fef2f2;color:var(--err);border-radius:8px;display:inline-block}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:grid;place-items:center;z-index:1000}.modal{width:min(520px,92vw);background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 10px 30px #0000001f}.modalHead{padding:12px;background:var(--bg-soft)}.modalFoot{padding:12px;background:var(--bg-soft);display:flex;justify-content:flex-end;align-items:center;gap:8px}.roleRadios2{display:flex;justify-content:center;gap:40px;align-items:center;flex-wrap:wrap;width:100%;border:0;margin:0;padding:12px 0}.roleOption{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease,box-shadow .15s ease,border-color .15s ease}.roleOption__input{position:absolute;opacity:0;pointer-events:none}.roleOption__circle{width:18px;height:18px;border-radius:50%;box-sizing:border-box;border:2px solid var(--border-strong);position:relative}.roleOption__input:checked+.roleOption__circle:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--brand-600)}.roleOption__text{font-size:15px;color:var(--text);letter-spacing:.02em}.roleOption:hover{background:var(--bg-soft)}.roleOption:has(.roleOption__input:focus-visible){box-shadow:0 0 0 3px var(--ring);border-color:var(--brand-200)}.roleOption:has(.roleOption__input:checked){background:var(--brand-50);border-color:var(--brand-200)}@media (max-width: 420px){.roleRadios2{gap:12px}.roleOption{padding:8px 10px}}tr.is-me td{background:var(--bg-soft)}.table tbody tr{border-top:none}.table tbody tr+tr{border-top:1px solid #f3f4f6}@media (max-width: 960px){.table tbody tr{display:grid;gap:8px 12px;align-items:start;padding:10px 12px;border-top:1px solid #f3f4f6;grid-template-columns:repeat(4,minmax(0,1fr))}.table tbody td{display:block;padding:0;font-size:14px;word-break:break-word}.table tbody td .roleBadges{margin-top:2px}.table.no-id tbody td:nth-child(1){grid-column:1 / span 2}.table.no-id tbody td:nth-child(2){grid-column:3 / span 2}.table.no-id tbody td:nth-child(3){grid-column:1 / span 2}.table.no-id tbody td:nth-child(4){grid-column:3 / span 2}.table.no-id tbody td:nth-child(5){grid-column:1 / span 2}.table.no-id tbody td:nth-child(6){grid-column:3 / span 2}.table.no-id tbody td:nth-child(7){grid-column:1 / -1}.table.no-id tbody td:nth-child(7) .ops{display:grid;grid-auto-flow:column;gap:8px;justify-content:start}.table.has-id tbody td:nth-child(1){grid-column:1 / span 1;opacity:.7;font-size:12px}.table.has-id tbody td:nth-child(2){grid-column:2 / span 2}.table.has-id tbody td:nth-child(3){grid-column:4 / span 1}.table.has-id tbody td:nth-child(4){grid-column:1 / span 2}.table.has-id tbody td:nth-child(5){grid-column:3 / span 2}.table.has-id tbody td:nth-child(6){grid-column:1 / span 2}.table.has-id tbody td:nth-child(7){grid-column:3 / span 2}.table.has-id tbody td:nth-child(8){grid-column:1 / -1}.table.has-id tbody td:nth-child(8) .ops{display:grid;grid-auto-flow:column;gap:8px;justify-content:start}}@media (max-width: 720px){.table tbody tr{grid-template-columns:1fr 1fr;padding:10px;gap:8px}.table thead{display:none}.table.no-id tbody td:nth-child(1){grid-column:1 / span 2}.table.no-id tbody td:nth-child(2){grid-column:1 / span 2}.table.no-id tbody td:nth-child(3){grid-column:1 / span 1}.table.no-id tbody td:nth-child(4){grid-column:2 / span 1}.table.no-id tbody td:nth-child(5){grid-column:1 / span 1}.table.no-id tbody td:nth-child(6){grid-column:2 / span 1}.table.no-id tbody td:nth-child(7){grid-column:1 / -1}.table.has-id tbody td:nth-child(1){grid-column:1 / span 1}.table.has-id tbody td:nth-child(2){grid-column:2 / span 1}.table.has-id tbody td:nth-child(3){grid-column:1 / -1}.table.has-id tbody td:nth-child(4){grid-column:1 / span 1}.table.has-id tbody td:nth-child(5){grid-column:2 / span 1}.table.has-id tbody td:nth-child(6){grid-column:1 / span 1}.table.has-id tbody td:nth-child(7){grid-column:2 / span 1}.table.has-id tbody td:nth-child(8){grid-column:1 / -1}.ops{display:grid;grid-auto-flow:row;gap:6px}.ops .btn{width:100%;justify-self:stretch}}@media (max-width: 480px){.table tbody tr{grid-template-columns:1fr}.table tbody td{font-size:13px}.badge{font-size:11px;padding:2px 6px}.toolbar{flex-wrap:wrap;row-gap:8px}.toolbar .searchInput1{width:100%;flex:1 1 200px}}.statusRight .btn,.inviteControls .btn{white-space:nowrap;flex:0 0 auto;min-width:max-content}.inviteUrlBox{flex-wrap:wrap}@media (max-width: 720px){.statusRow{flex-wrap:wrap}.statusLeft{flex:1 1 100%;order:1}.statusRight{flex:1 1 100%;order:2;justify-content:flex-start}}@media (max-width: 420px){.inviteControls .btn{width:100%}}.hostDash{display:grid;gap:16px}.hostDash .listCard{border:1px solid #ccc;border-radius:8px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:8px}.hostDash .listHead{display:flex;align-items:center;gap:8px;justify-content:flex-start}.hostDash .listTitle{font-weight:700;font-size:1.1rem}.hostDash .listBody{display:flex;flex-direction:column;gap:8px}.listSearchInput{height:32px;padding:0 10px;border:1px solid #dde1ea;border-radius:6px;outline:none;font-size:14px;background:#fff;width:clamp(200px,28vw,360px)}.listSearchInput:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--ring)}.hostEvRow{border:1px solid #ddd;border-radius:6px;padding:8px;text-align:left;background:#fafafa;cursor:pointer}.hostEvRow.is-active,.hostEvRow:hover{background:#eef6ff;border-color:var(--brand-500)}.her-title{font-size:18px;font-weight:700}.her-meta{font-size:16px;color:#666}.her-sub{display:flex;gap:8px;margin-top:4px}.badge{display:inline-block;background:#eee;border-radius:12px;padding:2px 8px;font-size:.8rem}.her-place{font-size:16px;color:var(--text);display:flex;align-items:center;gap:6px}.ip-hostEventDetail{display:grid;gap:16px}.ip-error-alert{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:10px 12px;border-radius:8px}.ip-btn{border:1px solid #d1d5db;background:#fff;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:14px}.ip-btn:hover{filter:brightness(.98)}.ip-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.ip-btn--primary:hover{filter:brightness(.95)}.ip-spacer{flex:1 1 auto}.ip-modalHead{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #f1f5f9}.ip-modalTitle{font-size:16px;font-weight:700}:root{--badge-gap: 10px;--qr-size: 96px;--tag-fs: 30px;--tag-py: 20px;--tag-px: 18px;--tag-ls: .18em;--detail-gap: 18px;--detail-fs: 30px;--detail-lh: 1.15;--person-fs: 34px;--person-lh: 1.15}.ip-printA4{padding:0;overflow:auto}.ip-sheet{width:210mm;height:297mm;margin:0;position:relative;display:grid;grid-template-areas:"tl tr" "bl br";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.ip-sheet:before,.ip-sheet:after{content:"";position:absolute;pointer-events:none}.ip-sheet:before{top:0;bottom:0;left:50%;width:0;border-left:1px dashed #d1d5db;transform:translate(-.5px)}.ip-sheet:after{left:0;right:0;top:50%;height:0;border-top:1px dashed #d1d5db;transform:translateY(-.5px)}.ip-quad{padding:12mm 5mm;box-sizing:border-box;overflow:hidden}.ip-badge{grid-area:tl}.ip-badge-noqr{grid-area:tr}.ip-summary{grid-area:bl}.ip-notes{grid-area:br}.ip-summary.ip-quad,.ip-notes.ip-quad{padding:5mm}.ip-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.ip-quad.ip-badge{border:0}.ip-badgeQr.fancy{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 14px #00000014,inset 0 0 0 1px #e5e7eb}.ip-badgeQr.fancy>svg,.ip-badgeQr.fancy>canvas{width:var(--qr-size);height:var(--qr-size)}.ip-badgeTag{background:var(--badge-color, #17823b);color:#fff;text-align:center;font-weight:900;font-size:var(--tag-fs);width:100%;padding:14px 0;border-radius:6px;line-height:1.25}.ip-badgeDetail{display:grid;grid-auto-rows:min-content;align-content:start;justify-items:center;gap:var(--detail-gap);min-width:0}.ip-badgeDetail .extra{font-size:var(--detail-fs);font-weight:800;line-height:var(--detail-lh);margin:0;min-width:0}.ip-badgeDetail .person{font-size:var(--person-fs);font-weight:900;letter-spacing:.06em;line-height:var(--person-lh);margin:0;min-width:0}.ip-summaryCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.ip-sumHeader{width:100%;background:#111;color:#fff;padding:14px 0;border-radius:6px;line-height:1.25}.ip-sumHeaderLine1{font-weight:800;font-size:20px}.ip-sumHeaderLine2{font-weight:800;font-size:22px}.ip-sumNotice{color:#dc2626;font-weight:700;margin:0}.ip-sumSection{width:100%;display:grid;justify-items:center;gap:10px}.ip-sumSectionTitle{font-weight:700;text-decoration:underline;text-underline-offset:3px;font-size:15px}.ip-sumSectionBody{font-size:15px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.ip-location-text,.ip-office-text,.ip-address-text,.ip-notes-text{white-space:pre-wrap}.ip-sheet{border:1px solid #e5e7eb}.ip-notes h4{margin:0 0 6px;font-weight:700}.ip-notes ul{margin:0;padding-left:1.2em}.ip-notes li{margin:3px 0}.ip-notes .ip-footer{margin-top:8px;color:#6b7280;font-size:12px}@media print{@page{size:A4 portrait;margin:0}html,body{margin:0!important;padding:0!important}.ip-modalHead{display:none!important}.ip-sheet{border:0!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ip-badgeTag{background:var(--badge-color, #17823b)!important;color:#fff!important}}.hev-hostEventDetail{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.hev-error-alert{background:var(--error-bg);color:var(--error-fg);border:1px solid var(--error-bd);padding:10px 12px;border-radius:8px}.hev-eventInfo{border:1px solid #ccc;padding:12px;border-radius:6px;background:#fff;display:grid;gap:4px}.hev-eventInfo--header{background:#f5f5f7;border:1px solid #e6e6ea;border-radius:12px;padding:16px 20px;display:grid;gap:12px}.hev-eventInfo__title{display:flex;flex-direction:column;gap:4px}.hev-eventInfo__eyebrow{font-size:14px;color:var(--muted);letter-spacing:.04em}.hev-eventInfo__h1{margin:0;font-size:20px;line-height:1.3}.hev-eventInfo__meta{display:grid;gap:6px;color:var(--text);font-size:16px}.hev-sectionHead{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap}.hev-spacer{flex:1 1 auto}.hev-tableWrap{overflow-x:auto;overflow-y:auto;flex:1 1 auto;min-height:0;position:relative}.hev-table{width:100%;border-collapse:separate;border-spacing:0}.hev-table th,.hev-table td{border:1px solid #ddd;padding:6px 8px;text-align:left;font-size:14px;max-width:300px}.hev-table thead th{position:sticky;top:0;z-index:1;background:#f8f8f8}.hev-table th:last-child,.hev-table td:last-child{width:200px}.hev-table th{background:#f8f8f8}.hev-empty{text-align:center;padding:8px;color:#666}.hev-btn{border:1px solid #d1d5db;background:#fff;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:14px}.hev-btn:hover{filter:brightness(.98)}.hev-btn--primary{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.hev-btn--primary:hover{background:var(--brand-800);filter:brightness(.95)}.hev-btn--ghost{background:transparent;border-color:#d1d5db;margin-left:8px}.hev-btn--danger{background:#ef4444;border-color:#ef4444;color:#fff;margin-left:8px}.hev-btn--danger:hover{opacity:.85}.hev-btn--danger.is-disabled,.hev-btn--danger:disabled{opacity:.5;cursor:not-allowed}.hev-input,.hev-modalBody input[type=text],.hev-modalBody input[type=email],.hev-modalBody input[type=tel],.hev-modalBody input[type=note],.hev-modalBody input[type=datetime-local],.hev-formGrid select{width:100%;height:36px;box-sizing:border-box;padding:5px 6px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}.hev-input{height:32px}.hev-input:focus,.hev-modalBody input:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--ring)}.hev-field{display:grid;gap:6px}.hev-fieldLabel{font-size:12px;color:var(--muted)}.hev-formGrid{display:grid;grid-template-columns:1fr;gap:12px}.hev-btn.is-disabled,.hev-btn[disabled],.hev-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.hev-attendance{display:inline-block;padding:2px 8px;border-radius:10px;font-size:.85em;font-weight:600}.hev-attendance--yes{background:#d1fae5;color:#065f46}.hev-attendance--no{background:#fee2e2;color:#991b1b}.hev-attendance--cancel{background:#fef3c7;color:#92400e}.hev-attendance--pending{background:#e5e7eb;color:#374151}@media (min-width: 720px){.hev-formGrid{grid-template-columns:1fr 1fr}}.hev-modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;-webkit-backdrop-filter:saturate(150%) blur(2px);backdrop-filter:saturate(150%) blur(2px);display:grid;place-items:center;z-index:1000;padding:16px}.hev-modalBody{width:min(720px,100%);max-height:92vh;background:#fff;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px #0000001f}.hev-modalHead{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #f1f5f9}.hev-modalTitle{font-size:16px;font-weight:700}.hev-modalContent{padding:16px;overflow:auto}.hev-modalFoot{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.hev-modalSections{display:grid;gap:24px}.hev-modalSectionTitle{font-size:14px;font-weight:600;margin-bottom:8px}.hev-modalSectionNote{font-size:12px;color:var(--muted);margin-bottom:8px}.hev-modalDivider{border:none;border-top:1px solid #e5e7eb;margin:8px 0 16px}.hev-modalFoot--left{justify-content:flex-start}.hev-cellFlex{display:flex;align-items:center;gap:8px}.hev-pushRight{margin-left:auto}.hev-timeText{color:var(--text);font-size:16px;white-space:nowrap}.hev-checkinModal input{font-size:18px;padding:12px;letter-spacing:2px;text-align:center}.hev-checkinModal .hev-modalContent{display:grid;gap:12px}.hev-checkinModal .hev-modalFoot{justify-content:center}.hev-addModalSections{display:grid;gap:3px}.hev-addSectionTitle{font-weight:600;margin-bottom:8px}.hev-addNote{font-size:12px;color:var(--muted);margin-bottom:8px}.hev-addModalFoot{margin-top:12px}.hev-addModalFootLeft{justify-content:flex-start}.hev-fileButton input[type=file]{display:none}.hev-divider{border:none;border-top:1px solid #e5e7eb;margin:8px 0 16px}.hev-modalBody--wide{max-width:640px;width:90%}.hev-pdfInfo{background:#f3f4f6;border-radius:8px;padding:8px;margin-bottom:20px}.hev-pdfInfo p{margin:0;color:#374151}.hev-pdfInfo strong{color:#1f2937}.hev-pdfSettings{display:flex;flex-direction:column;gap:20px}.hev-pdfSettings h4{margin:0 0 8px;font-size:16px;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.hev-pdfSettings__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 480px){.hev-pdfSettings__row{grid-template-columns:1fr}}.hev-pdfSettings__section{display:flex;flex-direction:column;gap:8px}.hev-pdfSettings__separators{display:flex;flex-wrap:wrap;gap:12px}.hev-pdfSettings__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.hev-checkbox{display:flex;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none}.hev-checkbox input[type=checkbox],.hev-checkbox input[type=radio]{width:16px;height:16px;cursor:pointer}.hev-checkbox span{font-size:14px;color:#374151}.hev-pdfSettings__order{display:flex;flex-direction:column;gap:8px;background:#f9fafb;border-radius:6px;padding:12px}.hev-pdfSettings__orderItem{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:8px 12px}.hev-pdfSettings__orderItem span{font-size:14px;color:#374151}.hev-pdfSettings__orderButtons{display:flex;gap:4px}.hev-btn--small{padding:4px 8px;font-size:12px;min-width:28px}.hev-pdfSettings__preview{background:#1f2937;border-radius:6px;padding:12px}.hev-pdfSettings__preview .hev-fieldLabel{color:#9ca3af;margin-bottom:6px;display:block}.hev-pdfSettings__preview code{display:block;color:#10b981;font-family:Consolas,Monaco,monospace;font-size:14px;word-break:break-all}.hev-pdfProgress{text-align:center;padding:40px 20px}.hev-pdfProgress__text{font-size:16px;color:#374151;margin-bottom:16px}.hev-pdfProgress__bar{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.hev-pdfProgress__fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:6px;transition:width .3s ease}.hev-pdfSettings .hev-fieldLabel{font-size:13px;font-weight:500;color:#6b7280}.hev-field .hev-btn--ghost{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:13px;line-height:1;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.hev-field .hev-btn--ghost:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.hev-comboBox{position:relative}.hev-comboBox__dropdown{position:absolute;z-index:9999;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin:0;padding:4px 0;list-style:none;width:100%;max-height:210px;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.hev-comboBox__item{padding:8px 12px;cursor:pointer;background:transparent;color:inherit;font-weight:400}.hev-comboBox__item:hover{background:#f3f4f6}.hev-comboBox__item--selected{background:#eff6ff;color:#2563eb;font-weight:600}.hev-comboBox__item--selected:hover{background:#eff6ff}.hev-inviteList{max-height:420px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.hev-inviteItem{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .15s}.hev-inviteItem:last-child{border-bottom:none}.hev-inviteItem:hover:not(.is-disabled){background:#f8fafc}.hev-inviteItem.is-disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.hev-inviteItem__info{flex:1;min-width:0}.hev-inviteItem__name{font-weight:600;color:#0f172a;font-size:.95rem}.hev-inviteItem__sub{font-size:.8rem;color:#6b7280;margin-top:2px}.hev-inviteItem__badge{display:inline-block;padding:2px 10px;border-radius:10px;background:#e5e7eb;color:#475569;font-size:.75rem;font-weight:600}.hev-metricsRow{display:flex;gap:12px;flex-wrap:wrap;padding:8px 16px 16px}.hev-metricCard{padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;min-width:140px;display:flex;flex-direction:column;gap:4px}.hev-metricCard__label{font-size:.75rem;color:#6b7280;font-weight:600}.hev-metricCard__value{font-size:1.6rem;font-weight:700;color:#0f172a}.hev-metricCard--selection{min-width:260px;gap:8px}.hev-selectionDropdown{position:relative}.hev-selectionDropdown__toggle{width:100%;padding:6px 10px;background:#fff;border:1px solid #d1d5db;border-radius:6px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:.8rem;color:#374151}.hev-selectionDropdown__toggle:hover{background:#f9fafb}.hev-selectionDropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 10px #00000014;z-index:20}.hev-selectionDropdown__item{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;cursor:pointer;border-bottom:1px solid #f1f5f9}.hev-selectionDropdown__item:last-child{border-bottom:none}.hev-selectionDropdown__item:hover{background:#f8fafc}.hev-selectionDropdown__item--all{background:#f1f5f9;font-weight:600}.hev-selectionDropdown__empty{padding:16px;text-align:center;color:#6b7280;font-size:.8rem}.hev-metricCard__nums{display:flex;gap:8px}.hev-metricCard__num{flex:1;text-align:center;padding:6px 4px;background:#f8fafc;border-radius:6px}.hev-metricCard__numLabel{font-size:.7rem;color:#6b7280}.hev-metricCard__numValue{font-size:1.2rem;font-weight:700;color:#0f172a}.hev-eventInfo--header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px}.hev-eventInfo__main{min-width:0}.hev-eventInfo__metrics{display:flex;justify-content:flex-end;align-items:flex-start}@media (max-width: 960px){.hev-eventInfo--header{grid-template-columns:1fr}.hev-eventInfo__metrics{justify-content:flex-start}}.hev-metricCard--summary{min-width:260px;height:100%}.hev-eventInfo--header,.hev-sectionHead{flex-shrink:0}.adminUsers{display:grid;gap:16px}.toolbar{margin-left:15px;display:flex;align-items:center;gap:8px}.searchInput1{height:32px;padding:0 10px;border:1px solid #dde1ea;border-radius:6px;outline:none;font-size:14px;background:#fff;margin-left:10px;flex:0 0 auto;width:clamp(200px,32vw,360px)}.searchInput1:focus{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--ring)}.btn{height:32px;padding:0 12px;border:1px solid #d7dbe6;border-radius:6px;background:#fff;cursor:pointer;font-size:14px}.btn:hover{background:#f7f8fb}.btn:disabled{opacity:.6;cursor:not-allowed}.tableWrap{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff}.table{width:100%;border-collapse:collapse}.table thead{background:var(--bg-soft)}.table th,.table td{padding:10px 12px;border-top:1px solid #f3f4f6;font-size:16px}.empty{padding:12px;color:var(--muted);text-align:center}.roleBadges{display:flex;gap:6px;flex-wrap:wrap}.badge{display:inline-block;padding:2px 8px;font-size:12px;border-radius:999px;background:#eef2ff;color:#3730a3;border:1px solid #e0e7ff}.badge.muted{background:#f3f4f6;color:var(--muted);border-color:var(--border)}.ops .btn+.btn{margin-left:6px}.btn.primary:hover{filter:brightness(.95)}.btn.danger{background:var(--error-bg);color:var(--error-fg);border:1px solid var(--error-bd)}.btn.danger:hover{filter:brightness(.98)}.is-inactive td{color:#9ca3af}.error-alert{padding:10px 12px;border:1px solid #fecaca;background:#fef2f2;color:var(--err);border-radius:8px}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:grid;place-items:center}.modal{width:min(520px,92vw);background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden}.modalHead,.modalFoot{padding:12px;background:var(--bg-soft)}.modalBody{padding:12px}.roleChecks{display:flex;gap:16px}.note{margin-top:8px;color:var(--muted);font-size:12px}tr.is-me td{background:#fafafa}.guestDash{padding:16px}.listCard{border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}.listHead{display:flex;flex-Wrap:wrap;gap:8px;align-items:center;padding:12px;background:var(--bg-soft);border-bottom:1px solid var(--brand-100);justify-content:flex-start}.listTitle{font-weight:700;font-size:1.1em;color:var(--brand-700)}.listOps .btn{height:32px;padding:0 12px;border:1px solid #d7dbe6;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;min-width:72px}.listBody{display:flex;flex-direction:column}.guestEvRow{border:none;border-bottom:1px solid #f3f4f6;padding:12px;text-align:left;background:#fff;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease}.listBody .guestEvRow:last-child{border-bottom:none}.guestEvRow:hover{background:var(--row-hover)}.ger-titleRow{display:inline-flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:nowrap;max-width:100%}.ger-title{font-size:18px;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:var(--text)}.status-badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:.8em;font-weight:600;border:1px solid transparent;white-space:nowrap;flex:0 0 auto}.status-badge.is-joined{background:var(--ok-bg);color:var(--ok-fg);border-color:var(--ok-bd)}.status-badge.is-not{background:var(--brand-25);color:var(--brand-700);border-color:var(--brand-100)}.status-badge.is-joined{background:#d1fae5;color:#065f46}.status-badge.is-declined{background:#fee2e2;color:#991b1b}.status-badge.is-cancel{background:#fef3c7;color:#92400e}.status-badge.is-pending{background:#e5e7eb;color:#374151}.status-badge.is-invited{background:#dbeafe;color:#1e40af}.ger-host,.ger-meta{font-size:16px;color:var(--muted);margin-bottom:4px}.ger-place{font-size:16px;color:var(--text);display:flex;align-items:center;gap:6px}.place-marker{line-height:1}.empty{text-align:center;padding:20px;color:var(--muted)}.guestEventDetail{padding:16px}.eventInfo__eyebrow{font-size:16px;color:var(--muted);letter-spacing:.04em}.eventInfo{border:1px solid #ccc;border-radius:8px;padding:12px;margin-bottom:16px;background:#fafafa}.eventInfo div{margin-bottom:6px}.myInfo{border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-top:16px;margin-bottom:16px;background:#fff;box-shadow:0 1px 3px #0000000a}.myInfo__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.myInfo__title{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:8px}.myInfo__title:before{content:"";display:inline-block;width:4px;height:18px;background:#3b82f6;border-radius:2px}.myInfo__qrArea{display:flex;gap:8px}.myInfo__plain{color:#475569;margin:0}.myAnswers{margin-top:16px}.myAnswers__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.myAnswers__heading{font-size:.95rem;font-weight:600;color:#334155;margin:0}.myAnswers__list{margin:0;padding:0;background:#f8fafc;border-radius:8px;overflow:hidden}.myAnswers__row{display:flex;gap:12px;padding:10px 14px;border-bottom:1px solid #e2e8f0;align-items:baseline}.myAnswers__row:last-child{border-bottom:none}.myAnswers__dt{min-width:140px;font-weight:600;color:#475569;margin:0;font-size:.9rem}.myAnswers__required{color:#dc2626;margin-left:2px}.myAnswers__dd{margin:0;color:#0f172a;flex:1}.myAnswers__empty{color:#9ca3af;font-style:italic;font-size:.9rem}.opsRow{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:16px 0;padding:16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.opsRow__buttons{display:flex;gap:8px;flex-wrap:wrap}.statusBadge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:.875rem;font-weight:600;vertical-align:middle}.statusBadge:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%}.statusBadge.is-joined{background:#d1fae5;color:#065f46}.statusBadge.is-joined:before{background:#10b981}.statusBadge.is-declined{background:#fee2e2;color:#991b1b}.statusBadge.is-declined:before{background:#ef4444}.statusBadge.is-cancel{background:#fef3c7;color:#92400e}.statusBadge.is-cancel:before{background:#f59e0b}.pageTitle{margin:8px 0 16px}.detailCard{background:#fff;border:1px solid var(--brand-100);border-radius:10px;padding:12px;margin-bottom:16px}.detailHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.listTitle{font-weight:600}.formGrid{display:grid;gap:10px;grid-template-columns:1fr 1fr}.formGrid label{display:block;font-weight:500}.formGrid input[type=text],.formGrid input[type=number],.formGrid input[type=email],.formGrid input[type=password],.formGrid textarea{width:100%;height:36px;padding:6px 10px;border:1px solid var(--border-strong);border-radius:6px;box-sizing:border-box;background:#fff;outline:none}.formGrid textarea{min-height:90px;resize:vertical}.switchRow{display:flex;align-items:center;gap:8px;height:36px}.inline{font-weight:400}.error-alert{background:var(--error-bg);border:1px solid var(--error-bd);color:var(--error-fg);padding:8px 10px;border-radius:6px;margin-bottom:12px}.success-alert{background:var(--ok-bg);border:1px solid var(--ok-bd);color:var(--ok-fg);padding:8px 10px;border-radius:6px;margin-bottom:12px}.note{color:var(--muted);font-size:12px;margin-top:8px}.btn{height:32px;padding:0 12px;border-radius:6px;border:1px solid var(--border);background:var(--bg-soft);cursor:pointer}.btn.primary{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.mailTabs{display:flex;gap:8px;margin-bottom:10px}.mailTabButton{padding:4px 12px;border-radius:999px;border:1px solid var(--border);background:var(--bg-soft);cursor:pointer;font-size:13px}.mailTabButtonActive{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.freeInvitePage{display:block;max-width:1100px;margin:24px auto;padding:0 24px}.pageTitle{font-size:28px;font-weight:700;margin:8px 0 16px}.eventCard,.formCard{width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;padding:20px 12px}.cardHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cardTitle{font-weight:700;font-size:18px}.muted{color:var(--muted);font-size:12px}.error-alert{background:var(--error-bg);color:var(--error-fg);border:1px solid var(--error-bd);padding:10px 12px;border-radius:8px;margin-bottom:10px}.success-alert{background:var(--ok-bg);color:var(--ok-fg);border:1px solid var(--ok-bd);padding:10px 12px;border-radius:8px;margin-bottom:10px}.qrHint{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;margin-top:4px}.empty{color:var(--muted);padding:8px 0}.eventBody{display:grid;gap:12px}.eventBody .row{display:grid;gap:8px;grid-template-columns:1fr}.eventBody .label{font-size:13px;color:var(--muted)}.eventBody .value{font-size:15px;word-break:break-word}@media (min-width: 640px){.eventBody .row{grid-template-columns:160px 1fr;align-items:center}}.formGrid{display:grid;grid-template-columns:1fr;column-gap:16px;row-gap:6px}@media (min-width: 820px){.formGrid{grid-template-columns:1fr 1fr}}.field{display:grid;gap:6px;width:355px}.fieldLabel{font-size:12px;color:var(--muted);width:355px;height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;box-sizing:border-box}.requiredMark{display:inline-block;width:10px;color:transparent}.requiredMark.is-required{color:#dc2626}.charCount{font-size:.75rem;color:#6b7280;padding-left:10px;font-weight:400;white-space:nowrap}.field input{width:355px;box-sizing:border-box}.field input{width:100%;height:36px;box-sizing:border-box;padding:5px 6px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}.field select{width:100%;height:36px;box-sizing:border-box;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}.field input:focus,.field select:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px var(--ring)}.datetimeSelect option{font-size:16px}.formOps{margin-top:12px;display:flex;gap:8px;justify-content:flex-end}.btn{border:1px solid #d1d5db;background:#fff;padding:0 14px;border-radius:8px;cursor:pointer;font-size:14px}.btn.primary{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.btn.primary:hover{background:var(--brand-800)}.btn[disabled],.btn[aria-disabled=true]{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.formOps{flex-direction:column-reverse;align-items:stretch}.formOps .btn{width:100%}}.btnTooltipWrap{display:inline-block}.qd-wrap{display:grid;gap:16px}.qd-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:10px 12px;border-radius:8px;text-align:center}.qd-sheet{max-width:480px;margin:24px auto;padding:24px 16px 40px;border:1px solid #e5e7eb;border-radius:12px;display:grid;grid-template-rows:auto auto;gap:18px;justify-items:center;text-align:center}.qd-heading{font-weight:800;font-size:20px;letter-spacing:.06em}.qd-qr{display:flex;justify-content:center;align-items:center}.qd-qr>svg,.qd-qr>canvas{width:220px;height:220px;background:#fff;padding:12px;border-radius:8px;box-shadow:0 4px 14px #00000014,inset 0 0 0 1px #e5e7eb}@media print{@page{size:A4 portrait;margin:0}html,body{margin:0!important;padding:0!important}.qd-sheet{width:210mm;height:297mm;margin:0!important;border:0!important;border-radius:0!important;display:grid;grid-template-rows:1fr auto 2fr;align-items:end;justify-items:center;padding:20mm;gap:16mm}.qd-heading{font-size:24pt}.qd-qr>svg,.qd-qr>canvas{width:60mm;height:60mm;box-shadow:none!important;border:1px solid #e5e7eb}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}
