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}@media (max-width: 720px){.eventListHeader{flex-direction:column;align-items:stretch}.searchInput,.dateInput{width:100%;box-sizing:border-box}}.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}.dashTableWrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto;overflow-y:hidden;background:#fff;margin:0 12px 12px}.dashTable{width:100%;min-width:640px;border-collapse:collapse;table-layout:fixed}.dashTable thead{background:var(--brand-50)}.dashTable th,.dashTable td{text-align:left;padding:10px 12px;font-size:16px}.dashTable th{white-space:normal;word-break:break-word}.dashTable td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashTable tbody tr{border-top:1px solid #f3f4f6}.metricsCardList{display:none;flex-direction:column;gap:12px;margin:0 12px 12px}.metricsCard{border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px}.metricsCard__title{font-weight:700;color:var(--text);margin-bottom:8px}.metricsCard__row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.metricsCard__row:last-child{border-bottom:none}.metricsCard__label{color:var(--muted);flex-shrink:0}.metricsCard__value{text-align:right;word-break:break-all}@media (max-width: 720px){.dashTableWrap{display:none}.metricsCardList{display:flex}}.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;min-width:0}.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;min-width: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;flex-wrap:wrap;align-items:center;gap:8px}.aev-entryNotice-text{font-weight:700;color:#d26a00}.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}}.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}@media (max-width: 640px){.aev-modal{width:95vw;height:80vh}.aev-cfItem-grid,.aev-scheduleRow{grid-template-columns:1fr}.aev-scheduleRow-group{flex-wrap:wrap;width:100%}.aev-cfDatetimeBlock-row{flex-wrap:wrap}.aev-cfDatetimeBlock-select{width:100%}}@media (max-width: 720px){.aev-detailCard{max-height:none;overflow:visible}.aev-formScroll{overflow-y:visible;overflow-x:visible}}.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)}.au-cardList{display:none;flex-direction:column;gap:12px}.au-card{border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px}.au-card--inactive{color:#9ca3af}.au-card--me{background:var(--bg-soft)}.au-card__row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.au-card__row:last-child{border-bottom:none}.au-card__label{color:var(--muted);flex-shrink:0}.au-card__value{text-align:right;word-break:break-word}.au-card__actions{display:flex;justify-content:flex-end;margin-top:8px}@media (max-width: 720px){.tableWrap{display:none}.au-cardList{display:flex}}@media (max-width: 480px){.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;overflow-wrap:break-word;min-width:0}.hev-eventInfo__meta>div{min-width:0}.hev-eventInfo__meta span{min-width:0;overflow-wrap:break-word}.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-cardList{display:none;flex-direction:column;gap:12px;overflow-y:auto;flex:1 1 auto;min-height:0}.hev-card{border:1px solid #ddd;border-radius:8px;padding:12px;background:#fff}.hev-card__row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-bottom:1px solid #f0f0f0;font-size:14px}.hev-card__row:last-child{border-bottom:none}.hev-card__label{color:#6b7280;flex-shrink:0}.hev-card__value{text-align:right;word-break:break-all}.hev-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;justify-content:flex-end}@media (max-width: 720px){.hev-tableWrap{display:none}.hev-cardList{display:flex}}.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-metricCard--selection{min-width:0;width:100%}.hev-sectionHead .hev-spacer{display:none}}.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}.ou-cardList{display:none;flex-direction:column;gap:12px}.ou-card{border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px}.ou-card--inactive{color:#9ca3af}.ou-card--me{background:#fafafa}.ou-card__row{display:flex;justify-content:space-between;gap:8px;padding:4px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.ou-card__row:last-child{border-bottom:none}.ou-card__label{color:var(--muted);flex-shrink:0}.ou-card__value{text-align:right;word-break:break-word}.ou-card__actions{display:flex;justify-content:flex-end;margin-top:8px}@media (max-width: 720px){.tableWrap{display:none}.ou-cardList{display:flex}}.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:150px 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:56px;letter-spacing:.06em}.qd-qr{display:flex;justify-content:center;align-items:center}.qd-qr>svg,.qd-qr>canvas{width:440px;height:440px;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}}.eplp{--ep-radius: 16px;--ep-radius-sm: 12px;--ep-navy: #0b2a5c;--ep-navy-700: #0f3576;--ep-blue: #1c56b3;--ep-blue-500: #2f6fd6;--ep-blue-50: #eaf1fc;--ep-blue-100: #d6e4f8;--ep-yellow: #ffd400;--ep-yellow-dark: #f2c200;--ep-pink: #ec4899;--ep-pink-50: #fdeef5;--ep-text: #101c33;--ep-muted: #5b6b82;--ep-border: #e2e8f4;--ep-shadow: 0 24px 48px -24px rgba(11, 42, 92, .22);--ep-shadow-lg: 0 32px 64px -32px rgba(11, 42, 92, .38);min-height:100svh;display:flex;flex-direction:column;background:#fff;color:var(--ep-text);overflow-x:clip}.eplp__container{width:min(1280px,100%);margin:0 auto;padding:0 24px;box-sizing:border-box}.eplp__section{padding:96px 0}.eplp__section--alt{background:linear-gradient(180deg,#f5f8fd,#eef3fb)}.eplp__section-head{text-align:center;margin-bottom:52px}.eplp__eyebrow{display:inline-block;margin-bottom:14px;font-size:13px;font-weight:700;color:var(--ep-blue)}.eplp__section-title{margin:0 0 14px;font-size:clamp(24px,3.6vw,32px);line-height:1.4;font-weight:800;letter-spacing:-.01em;color:var(--ep-navy)}.eplp__section-sub{margin:0 auto;max-width:560px;font-size:16px;line-height:1.75;color:var(--ep-muted)}.eplp__nav{position:sticky;top:0;z-index:20;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--ep-border)}.eplp__nav-inner{display:flex;align-items:center;gap:28px;min-height:68px}.eplp__nav-brand{display:flex;align-items:center;text-decoration:none}.eplp__nav-logo{font-size:19px;font-weight:700;color:var(--ep-navy);letter-spacing:.01em}.eplp__nav-logo strong{color:var(--ep-blue);font-weight:800}.eplp__nav-links{display:flex;gap:28px;margin-right:auto;margin-left:12px}.eplp__nav-links a{font-size:14px;font-weight:600;color:#435067;text-decoration:none;transition:color .15s ease}.eplp__nav-links a:hover{color:var(--ep-navy)}.eplp__nav-actions{display:flex;align-items:center;gap:10px}.eplp__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;border:1.5px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .1s ease,box-shadow .18s ease}.eplp__btn svg{width:16px;height:16px}.eplp__btn--primary{background:var(--ep-yellow);color:var(--ep-navy);border-color:var(--ep-yellow);box-shadow:0 12px 24px -12px #f2c200b3}.eplp__btn--primary:hover{background:var(--ep-yellow-dark);border-color:var(--ep-yellow-dark);transform:translateY(-1px)}.eplp__btn--outline{background:#fff;color:var(--ep-navy);border-color:var(--ep-blue-100)}.eplp__btn--outline:hover{background:var(--ep-blue-50);border-color:var(--ep-blue-500)}.eplp__btn--ghost{background:transparent;color:var(--ep-navy);border-color:transparent}.eplp__btn--ghost:hover{background:var(--ep-blue-50)}.eplp__btn--white{background:#fff;color:var(--ep-navy);border-color:#fff}.eplp__btn--lg{height:52px;padding:0 30px;font-size:15px}.eplp__hero{position:relative;padding:64px 0 0;background:radial-gradient(680px 360px at 6% 0%,#1c56b31f,#1c56b300 70%),radial-gradient(560px 320px at 96% 6%,#ffd40024,#ffd40000 72%),linear-gradient(180deg,#fff,#f4f7fd);overflow:hidden}.eplp__hero-decor{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.eplp__blob{position:absolute;border-radius:50%;filter:blur(46px);opacity:.5}.eplp__blob--1{width:320px;height:320px;top:-90px;right:6%;background:var(--ep-blue-100)}.eplp__blob--2{width:260px;height:260px;bottom:100px;left:-70px;background:#ffd40059}.eplp__hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:48px;padding-bottom:72px}.eplp__hero-kicker{display:inline-block;margin-bottom:14px;padding:6px 4px;font-size:14px;font-weight:700;color:var(--ep-blue);border-bottom:3px solid var(--ep-yellow)}.eplp__hero-title{margin:0 0 18px;font-size:clamp(32px,4.6vw,46px);line-height:1.3;font-weight:800;letter-spacing:-.02em;color:var(--ep-navy)}.eplp__hero-title-accent{display:block;margin-top:4px;color:var(--ep-blue)}.eplp__hero-sub{margin:0 0 24px;max-width:520px;font-size:16px;line-height:1.85;color:var(--ep-muted)}.eplp__hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 28px;padding:0;list-style:none}.eplp__hero-tags li{padding:6px 16px;border-radius:999px;background:#fff;border:1.5px solid var(--ep-blue-100);font-size:13px;font-weight:700;color:var(--ep-navy)}.eplp__hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.eplp__hero-benefits{display:flex;flex-wrap:wrap;gap:20px 26px;margin:0;padding:0;list-style:none}.eplp__hero-benefits li{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--ep-navy)}.eplp__hero-benefit-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--ep-blue-50);color:var(--ep-blue);flex-shrink:0}.eplp__hero-benefit-icon svg{width:16px;height:16px}.eplp__hero-visual{position:relative}.eplp__hero-shot-wrap{border-radius:20px;overflow:hidden;border:1px solid var(--ep-border);box-shadow:var(--ep-shadow-lg);background:#fff;transform:translateY(48px)}.eplp__hero-shot-chrome{display:flex;align-items:center;gap:7px;padding:12px 16px;background:linear-gradient(180deg,#f9fafc,#f1f4f9);border-bottom:1px solid var(--ep-border)}.eplp__hero-shot-chrome span{width:10px;height:10px;border-radius:50%;background:#d1d9e6}.eplp__hero-shot-url{margin-left:auto;padding:4px 12px;border-radius:999px;background:#fff;border:1px solid var(--ep-border);font-size:11px;color:#97a3b8}.eplp__shot--hero{aspect-ratio:16 / 10;border:none;border-radius:0;box-shadow:none}.eplp__hero-float{position:absolute;display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fffffff7;border:1px solid var(--ep-border);border-radius:14px;box-shadow:var(--ep-shadow);text-align:left;animation:eplp-float 5s ease-in-out infinite}.eplp__hero-float strong{display:block;font-size:13px;color:var(--ep-navy)}.eplp__hero-float span{display:block;font-size:12px;color:var(--ep-muted)}.eplp__hero-float-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--ep-blue-50);color:var(--ep-blue);font-size:16px;font-weight:800}.eplp__hero-float--count{top:8%;left:-6%}.eplp__hero-float--qr{bottom:8%;right:-6%;animation-delay:1.5s}@keyframes eplp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.eplp__wave{position:relative;z-index:1;margin-top:-1px;color:#fff;line-height:0}.eplp__wave svg{width:100%;height:64px}.eplp__intro{padding:88px 0;background:var(--ep-navy);color:#fff}.eplp__intro-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}.eplp__intro-title{margin:0 0 16px;font-size:clamp(22px,3.4vw,30px);font-weight:800;line-height:1.5}.eplp__intro-sub{margin:0;max-width:460px;font-size:15px;line-height:1.85;color:#ffffffc7}.eplp__intro-media{position:relative}.eplp__intro-shot{aspect-ratio:4 / 3;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 56px -28px #0000008c}.eplp__shot{position:relative;aspect-ratio:4 / 3;border-radius:var(--ep-radius);overflow:hidden;border:1px solid var(--ep-border);background:#f6f8fc;box-shadow:var(--ep-shadow)}.eplp__shot img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.eplp__shot-placeholder{display:none;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;padding:16px;text-align:center;font-size:13px;color:#9aa6ba;background:repeating-linear-gradient(135deg,#f2f4f8,#f2f4f8 10px,#e9edf5 10px,#e9edf5 20px)}.eplp__shot--empty img{display:none}.eplp__shot--empty .eplp__shot-placeholder{display:flex}.eplp__pain-columns{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:24px}.eplp__pain-col{padding:32px 30px;border-radius:var(--ep-radius);background:#fff;border:1px solid var(--ep-border);box-shadow:0 12px 28px -24px #0b2a5c33}.eplp__pain-col h3{margin:0 0 20px;font-size:18px;font-weight:800;color:var(--ep-navy)}.eplp__pain-col ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.eplp__pain-col li{position:relative;padding-left:26px;font-size:14.5px;line-height:1.7;color:#374151}.eplp__pain-col--problem li:before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border:2px solid #cbd5e1;border-radius:4px}.eplp__pain-col--solution{background:var(--ep-pink-50);border-color:#f6cfe1}.eplp__pain-col--solution h3{color:var(--ep-pink)}.eplp__pain-col--solution li:before{content:"✓";position:absolute;left:0;top:0;color:var(--ep-pink);font-weight:800}.eplp__pain-arrow{display:grid;place-items:center;color:var(--ep-blue)}.eplp__pain-arrow svg{width:30px;height:30px}.eplp__flow-row{display:flex;align-items:stretch;gap:8px}.eplp__flow-card{flex:1;position:relative;padding:30px 18px 24px;background:#fff;border:1px solid var(--ep-border);border-radius:var(--ep-radius);box-shadow:0 12px 28px -24px #0b2a5c33;text-align:center}.eplp__flow-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 14px;border-radius:50%;background:var(--ep-blue-50);color:var(--ep-blue);overflow:hidden}.eplp__flow-icon svg{width:24px;height:24px}.eplp__flow-icon img{width:68%;height:68%;object-fit:contain}.eplp__flow-no{position:absolute;top:12px;right:14px;font-size:12px;font-weight:800;color:var(--ep-blue-100)}.eplp__flow-card h3{margin:0 0 8px;font-size:15px;font-weight:800;color:var(--ep-navy)}.eplp__flow-card p{margin:0;font-size:12.5px;line-height:1.65;color:var(--ep-muted)}.eplp__flow-connector{display:grid;place-items:center;flex-shrink:0;color:var(--ep-blue-100)}.eplp__flow-connector svg{width:18px;height:18px}.eplp__showcase-list{display:flex;flex-direction:column;gap:88px}.eplp__showcase-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:56px}.eplp__showcase-row--reverse .eplp__showcase-text{order:2}.eplp__showcase-row--reverse .eplp__showcase-media{order:1}.eplp__showcase-tag{display:inline-flex;align-items:center;margin-bottom:14px;padding:6px 14px;border-radius:999px;background:var(--ep-blue-50);border:1px solid var(--ep-blue-100);color:var(--ep-blue);font-size:12px;font-weight:700}.eplp__showcase-title{margin:0 0 14px;font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--ep-navy)}.eplp__showcase-desc{margin:0 0 22px;font-size:15.5px;line-height:1.85;color:var(--ep-muted)}.eplp__showcase-bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.eplp__showcase-bullets li{position:relative;padding-left:28px;font-size:14.5px;line-height:1.6;color:#374151}.eplp__showcase-bullets li:before{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:var(--ep-blue);opacity:.12}.eplp__showcase-bullets li:after{content:"✓";position:absolute;left:3px;top:2px;font-size:11px;font-weight:800;color:var(--ep-blue)}.eplp__showcase-media-frame{position:relative;padding:12px;border-radius:22px;background:linear-gradient(145deg,#fff 0%,var(--ep-blue-50) 100%);border:1px solid var(--ep-border)}.eplp__showcase-media-frame:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:16px;background:var(--ep-blue);opacity:.08;filter:blur(24px);z-index:0}.eplp__showcase-media-frame .eplp__shot{position:relative;z-index:1;aspect-ratio:2 / 1}.eplp__scenes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.eplp__scene-card{margin:0}.eplp__scene-shot{aspect-ratio:4 / 3;margin-bottom:12px}.eplp__scene-card figcaption{text-align:center;font-size:14px;font-weight:700;color:var(--ep-navy)}.eplp__support-row{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.eplp__support-card{display:flex;gap:16px;padding:28px 26px;background:#fff;border:1px solid var(--ep-border);border-radius:var(--ep-radius);box-shadow:0 12px 28px -24px #0b2a5c33}.eplp__support-check{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:var(--ep-navy);color:var(--ep-yellow);font-size:17px;font-weight:800}.eplp__support-card h3{margin:0 0 8px;font-size:16px;font-weight:800;color:var(--ep-navy)}.eplp__support-card p{margin:0;font-size:14px;line-height:1.7;color:var(--ep-muted)}.eplp__cta{padding:0 0 96px}.eplp__cta-box{text-align:center;padding:64px 32px;border-radius:24px;background:radial-gradient(480px 220px at 20% 0%,#ffd40029,#ffd40000 70%),linear-gradient(135deg,var(--ep-navy) 0%,var(--ep-blue) 100%);box-shadow:var(--ep-shadow-lg)}.eplp__cta-title{margin:0 0 12px;font-size:clamp(22px,3.2vw,28px);font-weight:800;color:#fff}.eplp__cta-sub{margin:0 0 28px;font-size:15.5px;color:#ffffffd1}.eplp__footer{margin-top:auto;background:#081b3a;color:#c3ccdc;padding:56px 0 28px}.eplp__footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.08)}.eplp__footer-logo{font-size:19px;font-weight:700;color:#fff}.eplp__footer-logo strong{color:var(--ep-yellow);font-weight:800}.eplp__footer-brand p{margin:14px 0 0;max-width:280px;font-size:14px;line-height:1.7;color:#8fa0bc}.eplp__footer-col{display:flex;flex-direction:column;gap:10px}.eplp__footer-col h4{margin:0 0 6px;font-size:13px;font-weight:700;letter-spacing:.04em;color:#fff}.eplp__footer-col a,.eplp__footer-col span{font-size:14px;color:#8fa0bc;text-decoration:none;transition:color .15s ease}.eplp__footer-col a:hover{color:#fff}.eplp__footer-bottom{padding-top:22px;font-size:13px;color:#62708a}@media (max-width: 1024px){.eplp__hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.eplp__hero-shot-wrap{transform:none}.eplp__hero-copy{text-align:center}.eplp__hero-sub{margin-left:auto;margin-right:auto}.eplp__hero-actions,.eplp__hero-benefits,.eplp__hero-tags{justify-content:center}.eplp__pain-columns{grid-template-columns:1fr}.eplp__pain-arrow{transform:rotate(90deg)}.eplp__scenes-grid{grid-template-columns:repeat(2,1fr)}.eplp__intro-grid{grid-template-columns:1fr;text-align:center}.eplp__intro-sub{margin-left:auto;margin-right:auto}}@media (max-width: 900px){.eplp__support-row{grid-template-columns:1fr}.eplp__footer-top{grid-template-columns:1fr;gap:28px}.eplp__section{padding:72px 0}.eplp__showcase-list{gap:64px}.eplp__flow-row{flex-wrap:wrap}.eplp__flow-card{flex:1 1 calc(50% - 8px)}.eplp__flow-connector{display:none}}@media (max-width: 768px){.eplp__nav-links{display:none}.eplp__hero{padding-top:48px}.eplp__hero-float{display:none}.eplp__showcase-row{grid-template-columns:1fr;gap:28px}.eplp__showcase-row--reverse .eplp__showcase-text,.eplp__showcase-row--reverse .eplp__showcase-media{order:initial}.eplp__scenes-grid{grid-template-columns:1fr}}@media (max-width: 480px){.eplp__container{padding:0 18px}.eplp__nav-actions .eplp__btn--ghost{display:none}.eplp__hero-actions{flex-direction:column;align-items:stretch}.eplp__flow-card{flex:1 1 100%}.eplp__cta-box{padding:40px 24px}}
