.hop-portal{--hop-brand:#F23400;--hop-brand-dark:#c92900;--hop-brand-soft:#fff4f0;--hop-text:#1a1a1a;--hop-text-muted:#6b7280;--hop-border:#e5e7eb;--hop-surface:#ffffff;--hop-bg:#f7f8fa;--hop-radius:12px;--hop-radius-sm:8px;--hop-shadow:0 1px 3px rgba(16, 24, 40, 0.08), 0 1px 2px rgba(16, 24, 40, 0.04);--hop-shadow-lg:0 10px 24px rgba(16, 24, 40, 0.08);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--hop-text);max-width:1120px;margin:0 auto;padding:0 16px 48px;line-height:1.5}.hop-portal-header{margin-bottom:20px;position:sticky;top:12px;z-index:30}.hop-nav{background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}.hop-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;flex-wrap:nowrap}.hop-nav__links{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0;flex-shrink:0}.hop-nav__link{display:inline-block;padding:8px 14px;border-radius:var(--hop-radius-sm);font-size:14px;font-weight:600;color:var(--hop-text-muted);text-decoration:none;transition:background 0.15s,color 0.15s}.hop-nav__link:hover{background:var(--hop-bg);color:var(--hop-text);text-decoration:none}.hop-nav__link.is-active{background:var(--hop-brand-soft);color:var(--hop-brand)}.hop-nav__right{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap;margin-left:auto;min-width:0}.hop-nav__user{font-size:13px;color:var(--hop-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.hop-nav__user strong{color:var(--hop-text);font-weight:600}.hop-nav__right .hop-btn.is-active{box-shadow:inset 0 0 0 2px rgb(255 255 255 / .35)}.hop-nav-context{margin-top:10px;padding:14px 16px;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}.hop-nav-context__back{display:inline-block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--hop-brand);text-decoration:none}.hop-nav-context__back:hover{text-decoration:underline}.hop-nav-context__back::before{content:"← "}.hop-nav-context__title{margin:0;font-size:20px;font-weight:700;line-height:1.3;color:var(--hop-text);letter-spacing:-.02em}.hop-status-bar{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px 16px;border-radius:var(--hop-radius);font-size:13px;line-height:1.5;background:#f0f6fa;border:1px solid #c5d4de;color:#1e3a4f;box-shadow:var(--hop-shadow)}.hop-status-bar--ok{background:#f0f6fa;border-color:#c5d4de;color:#1e3a4f}.hop-status-bar--warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.hop-status-bar--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hop-status-bar__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;font-size:14px;font-weight:700;line-height:1;background:rgb(0 0 0 / .08)}.hop-status-bar--warning .hop-status-bar__icon,.hop-status-bar--error .hop-status-bar__icon{background:rgb(0 0 0 / .06)}.hop-status-bar__content{flex:1 1 220px;min-width:0}.hop-status-bar__title{display:block;margin-bottom:2px;font-size:14px}.hop-status-bar__text{display:block}.hop-status-bar__items{display:flex;flex-wrap:wrap;gap:10px 18px;flex:1 1 auto}.hop-status-bar__item{display:flex;flex-direction:column;gap:2px;min-width:120px}.hop-status-bar__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:inherit;opacity:.72}.hop-status-bar__value{font-size:14px;font-weight:700;color:inherit}.hop-status-bar__sep{color:var(--hop-text-muted);margin:0 4px}.hop-status-bar__hint{width:100%;margin:0;font-size:12px;color:inherit;opacity:.85}.hop-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;font-size:14px;font-weight:600;border:1px solid #fff0;border-radius:var(--hop-radius-sm);cursor:pointer;text-decoration:none;background:var(--hop-bg);color:var(--hop-text);transition:background 0.15s,border-color 0.15s,color 0.15s,box-shadow 0.15s;white-space:nowrap;line-height:1.2}.hop-btn:hover{text-decoration:none;background:#eef0f3;color:var(--hop-text)}.hop-btn--primary{background:var(--hop-brand);color:#fff;border-color:var(--hop-brand)}.hop-btn--primary:hover{background:var(--hop-brand-dark);border-color:var(--hop-brand-dark);color:#fff}.hop-btn--ghost{background:#fff0;border-color:var(--hop-border);color:var(--hop-text-muted)}.hop-btn--ghost:hover{background:var(--hop-bg);color:var(--hop-text)}.hop-btn--danger{background:#fff;border-color:#fecaca;color:#b91c1c}.hop-btn--danger:hover{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.hop-btn--sm{padding:7px 12px;font-size:13px}.hop-btn--block{width:100%}.hop-notice{padding:14px 16px;border-radius:var(--hop-radius-sm);margin-bottom:20px;font-size:14px;border:1px solid #fff0}.hop-notice--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.hop-notice--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hop-notice--warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.hop-notice--compact{padding:10px 12px;margin-bottom:14px;font-size:13px}.hop-auth-page{padding-top:32px;padding-bottom:64px}.hop-auth-page .hop-auth-box{margin:0 auto}.hop-auth-box--wide{max-width:520px}.hop-auth-box{max-width:440px;margin:32px auto;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);padding:36px 32px;box-shadow:var(--hop-shadow-lg)}.hop-auth-box h2{margin:0 0 8px;font-size:24px;font-weight:700;text-align:center;color:var(--hop-text);letter-spacing:-.02em}.hop-auth-box .hop-auth-subtitle{text-align:center;color:var(--hop-text-muted);font-size:14px;margin:0 0 24px;line-height:1.5}.hop-auth-form .hop-form-row,.hop-auth-box .hop-form-row{margin-bottom:16px}.hop-auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.hop-auth-grid-2 .hop-form-row{margin-bottom:0}.hop-auth-field-hint{margin:4px 0 0;font-size:12px;color:var(--hop-text-muted);line-height:1.4}.hop-auth-checkbox label{display:inline-flex;align-items:flex-start;gap:8px;font-size:14px;font-weight:500;color:var(--hop-text);cursor:pointer;line-height:1.45}.hop-auth-checkbox input[type="checkbox"]{width:16px;height:16px;margin:2px 0 0;flex-shrink:0;accent-color:var(--hop-brand)}.hop-auth-checkbox a{color:var(--hop-brand);text-decoration:underline}.hop-auth-checkbox a:hover{text-decoration:none}.hop-auth-actions{margin-top:8px}.hop-auth-success{font-size:14px;line-height:1.6}.hop-auth-links{margin-top:20px;padding-top:16px;border-top:1px solid var(--hop-border);text-align:center;display:flex;flex-direction:column;gap:10px;font-size:14px;color:var(--hop-text-muted)}.hop-auth-links a{color:var(--hop-brand);font-weight:600;text-decoration:none}.hop-auth-links a:hover{text-decoration:underline}.hop-auth-links__muted{font-size:13px;color:var(--hop-text-muted)}.hop-auth-footer{text-align:center;margin-top:20px;font-size:14px;color:var(--hop-text-muted)}.hop-auth-footer a{color:var(--hop-brand);font-weight:600;text-decoration:none}.hop-auth-footer a:hover{text-decoration:underline}.hop-dashboard__toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.hop-dashboard__title{margin:0;font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--hop-text)}.hop-dashboard__subtitle{margin:4px 0 0;font-size:14px;color:var(--hop-text-muted)}.hop-dashboard__filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:20px;padding:14px 16px;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}.hop-dashboard__search{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:1 1 220px;min-width:0}.hop-dashboard__search-input{flex:1 1 180px;min-width:0;padding:9px 12px;border:1px solid #d1d5db;border-radius:var(--hop-radius-sm);font-size:14px;box-sizing:border-box}.hop-dashboard__search-input:focus{outline:none;border-color:var(--hop-brand);box-shadow:0 0 0 3px rgb(242 52 0 / .12)}.hop-dashboard__chips{display:flex;flex-wrap:wrap;gap:8px;flex:1 1 auto}.hop-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600;color:var(--hop-text-muted);background:var(--hop-bg);border:1px solid var(--hop-border);text-decoration:none;transition:background 0.15s,border-color 0.15s,color 0.15s}.hop-chip:hover{background:#eef0f3;color:var(--hop-text);text-decoration:none}.hop-chip.is-active{background:var(--hop-brand-soft);border-color:#fdba74;color:var(--hop-brand-dark)}.hop-chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;font-size:11px;background:rgb(255 255 255 / .7)}.hop-chip.is-active .hop-chip__count{background:rgb(255 255 255 / .85)}.hop-dashboard__sort{margin-left:auto;flex:0 0 auto}.hop-dashboard__sort-select{min-width:190px;padding:8px 10px;font-size:13px}.hop-empty{text-align:center;padding:48px 24px;background:var(--hop-surface);border:1px dashed var(--hop-border);border-radius:var(--hop-radius)}.hop-empty__title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--hop-text)}.hop-empty__text{margin:0 0 16px;color:var(--hop-text-muted);font-size:15px}.hop-empty__notice{text-align:left;max-width:560px;margin:0 auto 16px}.hop-empty p{margin:0 0 16px;color:var(--hop-text-muted);font-size:15px}.hop-event-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.hop-event-card{background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);overflow:hidden;box-shadow:var(--hop-shadow);display:flex;flex-direction:column;transition:box-shadow 0.2s,transform 0.2s}.hop-event-card:hover{box-shadow:var(--hop-shadow-lg);transform:translateY(-2px)}.hop-event-card__media{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);overflow:hidden}.hop-event-card__media img{width:100%;height:100%;object-fit:cover;display:block}.hop-event-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.hop-event-card--past{opacity:.92}.hop-event-card--past .hop-event-card__media img{filter:grayscale(.15)}.hop-event-card__media-link{display:block;text-decoration:none;color:inherit}.hop-event-card__badge-wrap{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 24px)}.hop-event-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;flex:1;gap:8px}.hop-portal .hop-event-card .hop-event-card__title,.hop-portal .hop-event-card .hop-event-card__title a{margin:0;font-size:16px;font-weight:700;line-height:1.4;color:var(--hop-text);letter-spacing:-.01em;text-decoration:none}.hop-portal .hop-event-card .hop-event-card__title a:hover{color:var(--hop-brand)}.hop-event-card__meta{margin:0;font-size:14px;color:var(--hop-text-muted);display:flex;flex-direction:column;gap:4px}.hop-event-card__meta-item{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-height:16px;line-height:1}.hop-event-card__meta-leading{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;color:var(--hop-text-muted);line-height:1}.hop-event-card__meta-icon{display:block;flex-shrink:0;color:var(--hop-brand)}.hop-event-card__meta-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--hop-text-muted);line-height:1}.hop-event-card__meta-value{font-size:14px;color:var(--hop-text);line-height:1}.hop-event-card__meta-item--date .hop-event-card__meta-value{color:var(--hop-text-muted);font-weight:600}.hop-event-card__admin{font-size:12px;color:var(--hop-text-muted);margin-top:2px}.hop-event-card__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:8px;margin-top:auto;padding-top:14px;border-top:1px solid var(--hop-border);width:100%}.hop-event-card__action{flex:1 1 0%;min-width:0;display:flex;align-items:stretch}.hop-event-card__action form{display:flex;flex:1 1 auto;width:100%;margin:0;min-width:0}.hop-event-card__actions .hop-btn{display:inline-flex;align-items:center;justify-content:center;flex:1 1 auto;width:100%;min-width:0;min-height:32px;padding:6px 8px;box-sizing:border-box;font-size:12px;font-weight:600;line-height:1.2;border-width:1px;border-style:solid;font-family:inherit;text-align:center;white-space:nowrap;margin:0;-webkit-appearance:none;appearance:none}.hop-event-card__actions .hop-btn--primary{background:#F23400;border-color:#F23400;color:#fff}.hop-event-card__actions .hop-btn--primary:hover{background:var(--hop-brand-dark);border-color:var(--hop-brand-dark);color:#fff}.hop-portal .hop-event-card .hop-event-card__actions{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}.hop-portal .hop-event-card .hop-event-card__action{float:none!important;width:auto!important;max-width:none!important}.hop-link-small{font-size:13px;color:var(--hop-brand);font-weight:600;text-decoration:none}.hop-link-small:hover{text-decoration:underline}.hop-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;line-height:1.2}.hop-badge--success{background:#d1fae5;color:#065f46}.hop-badge--warning{background:#fef3c7;color:#92400e}.hop-badge--muted{background:#f3f4f6;color:#4b5563}.hop-badge--info{background:#dbeafe;color:#1e40af}.hop-form-page{margin-bottom:24px}.hop-form-tabs{background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow);overflow:hidden;margin-bottom:16px}.hop-form-tabs__nav{display:flex;flex-wrap:wrap;gap:4px;padding:10px 12px;background:var(--hop-bg);border-bottom:1px solid var(--hop-border)}.hop-form-tabs__tab{appearance:none;-webkit-appearance:none;border:1px solid #fff0;background:#fff0;padding:9px 14px;border-radius:var(--hop-radius-sm);font-size:14px;font-weight:600;color:var(--hop-text-muted);cursor:pointer;font-family:inherit;line-height:1.2;transition:background 0.15s,color 0.15s,border-color 0.15s}.hop-form-tabs__tab:hover{background:#eef0f3;color:var(--hop-text)}.hop-form-tabs__tab.is-active{background:var(--hop-surface);border-color:var(--hop-border);color:var(--hop-brand);box-shadow:var(--hop-shadow)}.hop-form-tabs__panels{padding:16px}.hop-form-tab-panel{display:none}.hop-form-tab-panel.is-active{display:block}.hop-form-tab-panel .hop-form-section{box-shadow:none;margin-bottom:12px}.hop-form-tab-panel .hop-form-section:last-child{margin-bottom:0}.hop-form-tab-empty{margin:0;padding:24px 12px;text-align:center;color:var(--hop-text-muted);font-size:14px}.hop-form-page .hop-form-actions--bottom{margin-top:0;padding:16px;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}.hop-form-page h2,.hop-section>h2{margin:0 0 20px;font-size:24px;font-weight:700;letter-spacing:-.02em}.hop-form-section,.hop-form__section{background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);padding:20px 22px;margin-bottom:16px;box-shadow:var(--hop-shadow)}.hop-form-row--inline{flex-direction:row;align-items:center;gap:8px}.hop-form-row--inline label{font-weight:500;font-size:14px;cursor:pointer}.hop-form__section h3{margin:0 0 16px;font-size:15px;font-weight:700;color:var(--hop-text)}.hop-section-title{margin:0 0 16px;font-size:15px;font-weight:700;color:var(--hop-brand);padding-bottom:10px;border-bottom:1px solid var(--hop-border)}.hop-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.hop-form-row,.hop-form__row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.hop-form-row--full{grid-column:1 / -1}.hop-form__row:last-child,.hop-form-row:last-child{margin-bottom:0}.hop-form__row--split{display:grid;grid-template-columns:1fr 2fr;gap:12px}.hop-form-row label,.hop-form__label{font-size:13px;font-weight:600;color:#374151}.hop-form-row input[type="text"],.hop-form-row input[type="email"],.hop-form-row input[type="url"],.hop-form-row input[type="date"],.hop-form-row input[type="time"],.hop-form-row input[type="password"],.hop-form-row input[type="number"],.hop-form-row textarea,.hop-form__input,.hop-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:var(--hop-radius-sm);font-size:14px;box-sizing:border-box;background:#fff;color:var(--hop-text);transition:border-color 0.15s,box-shadow 0.15s}.hop-form-row input:focus,.hop-form__input:focus,.hop-select:focus,.hop-form-row textarea:focus{outline:none;border-color:var(--hop-brand);box-shadow:0 0 0 3px rgb(242 52 0 / .12)}.hop-form-row textarea,.hop-form__input[type="textarea"],textarea.hop-form__input{resize:vertical;min-height:120px}.hop-required{color:#dc2626}.hop-field-hint{font-size:12px;color:var(--hop-text-muted);line-height:1.4}.hop-section-desc{margin:-8px 0 16px;font-size:13px;color:var(--hop-text-muted);line-height:1.5}.hop-form-section--private{border-color:#fde68a;background:#fffdf7}.hop-checkbox-group{display:flex;flex-wrap:wrap;gap:8px}.hop-checkbox-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;cursor:pointer;background:var(--hop-bg);padding:6px 12px;border-radius:999px;border:1px solid var(--hop-border);transition:border-color 0.15s,background 0.15s}.hop-checkbox-label:has(input:checked){background:var(--hop-brand-soft);border-color:#fdba74;color:var(--hop-brand-dark)}.hop-form-actions,.hop-form__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.hop-form-actions--bottom{justify-content:flex-end;padding-top:16px;margin-top:16px;border-top:1px solid var(--hop-border)}.hop-current-thumb img{border-radius:var(--hop-radius-sm);border:1px solid var(--hop-border)}.hop-section{margin-bottom:24px}.hop-portal .hop-status-bar{font-size:13px;margin-bottom:16px}.hop-profile-page .hop-notice{margin-bottom:16px}.hop-profile-overview{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 24px;margin-bottom:16px;padding:20px 22px;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}.hop-profile-overview__eyebrow{margin:0 0 4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--hop-brand)}.hop-profile-overview__name{margin:0 0 6px;font-size:24px;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--hop-text)}.hop-profile-overview__meta{margin:0;font-size:14px;color:var(--hop-text-muted)}.hop-profile-overview__dot{margin:0 6px}.hop-profile-overview__aside{display:flex;flex-direction:column;gap:10px;min-width:min(100%, 260px)}.hop-profile-overview__stat{display:flex;flex-direction:column;gap:2px}.hop-profile-overview__stat-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--hop-text-muted)}.hop-profile-overview__stat-value,.hop-profile-overview__stat-link{font-size:14px;font-weight:600;color:var(--hop-text);word-break:break-word}.hop-profile-overview__stat-link{color:var(--hop-brand);text-decoration:none}.hop-profile-overview__stat-link:hover{text-decoration:underline}.hop-profile-form .hop-form-section{margin-bottom:16px}.hop-profile-page .hop-form-actions--bottom{margin-top:0;padding:16px;background:var(--hop-surface);border:1px solid var(--hop-border);border-radius:var(--hop-radius);box-shadow:var(--hop-shadow)}@media (max-width:768px){.hop-portal{padding:0 12px 32px}.hop-auth-page{padding-top:16px;padding-bottom:40px}.hop-auth-box,.hop-auth-box--wide{padding:28px 20px}.hop-auth-grid-2{grid-template-columns:1fr}.hop-form-tabs__nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.hop-form-tabs__tab{flex:0 0 auto;font-size:13px;padding:8px 12px;white-space:nowrap}.hop-form-tabs__panels{padding:12px}.hop-portal-header{position:static}.hop-nav__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:10px 12px}.hop-nav__links{grid-column:1 / -1;width:100%}.hop-nav__right{grid-column:1 / -1;width:100%;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-left:0}.hop-nav__user{max-width:100%;flex:1 1 auto}.hop-nav__logout{margin-left:auto}.hop-nav-context{padding:12px 14px}.hop-nav-context__title{font-size:18px}.hop-dashboard__filters{flex-direction:column;align-items:stretch}.hop-dashboard__sort{margin-left:0;width:100%}.hop-dashboard__sort-select{width:100%}.hop-dashboard__toolbar{flex-direction:column;align-items:stretch}.hop-dashboard__toolbar .hop-btn--primary{width:100%}.hop-event-grid{grid-template-columns:1fr}.hop-form-grid{grid-template-columns:1fr}.hop-form__row--split{grid-template-columns:1fr}.hop-form-actions--bottom{flex-direction:column}.hop-form-actions--bottom .hop-btn{width:100%;min-height:44px}.hop-profile-overview{padding:16px}.hop-profile-overview__name{font-size:20px}.hop-profile-overview__aside{width:100%}.hop-status-bar__items{width:100%}.hop-status-bar__item{min-width:calc(50% - 10px);flex:1 1 calc(50% - 10px)}.hop-dashboard__chips{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}.hop-chip{flex:0 0 auto}.hop-btn,.hop-nav__link{min-height:40px}}.hop-quick-add{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--hop-border,#e5e7eb)}.hop-quick-add__toggle{background:none;border:none;color:var(--hop-primary,#F23400);font-size:.9375rem;font-weight:600;cursor:pointer;padding:0;text-align:left}.hop-quick-add__toggle:hover{text-decoration:underline}.hop-quick-add__panel{margin-top:.75rem;padding:1rem;background:var(--hop-surface-muted,#f9fafb);border:1px solid var(--hop-border,#e5e7eb);border-radius:8px}.hop-quick-add__hint{margin:0 0 .75rem;font-size:.875rem;color:var(--hop-text-muted,#6b7280)}.hop-quick-add__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.hop-quick-add__status{margin:.5rem 0 0;font-size:.875rem}.hop-quick-add__status.is-error{color:#b91c1c}.hop-quick-add__status.is-success{color:#15803d}.hop-quick-add__status.is-info{color:#1d4ed8}.hop-btn--small{padding:.4rem .75rem;font-size:.875rem}.hop-variants-wrap{overflow-x:auto;margin-bottom:.75rem}.hop-variants-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.875rem}.hop-variants-table th,.hop-variants-table td{padding:.5rem;border-bottom:1px solid var(--hop-border,#e5e7eb);vertical-align:middle}.hop-variants-table th{text-align:left;font-weight:600;background:var(--hop-surface-muted,#f9fafb)}.hop-variants-table input[type="text"],.hop-variants-table input[type="time"],.hop-variants-table select{width:100%;min-width:4.5rem;padding:.35rem .5rem;font-size:.875rem;border:1px solid var(--hop-border,#d1d5db);border-radius:4px}.hop-hv-num{width:2rem;text-align:center;color:var(--hop-text-muted,#6b7280)}.hop-hv-del{background:none;border:none;color:#b91c1c;font-size:1.25rem;line-height:1;cursor:pointer;padding:.25rem .5rem}.hop-hv-del:hover{color:#991b1b}.hop-variants-hint{margin:.5rem 0 0;font-size:.8125rem;color:var(--hop-text-muted,#6b7280)}@media (max-width:768px){.hop-variants-table{min-width:640px}}