.internal-link-overlay{position:fixed;inset:0;z-index:2000;display:flex;flex-direction:column;background:rgba(0,0,0,.5);padding:12px;box-sizing:border-box}.internal-link-overlay__panel{flex:1 1;min-height:0;display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.2);overflow:hidden}.internal-link-overlay__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#f5f5f5;border-bottom:1px solid #e0e0e0}.internal-link-overlay__title{font-size:13px;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.internal-link-overlay__close{flex-shrink:0;padding:6px 12px;font-size:14px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#333;cursor:pointer}.internal-link-overlay__close:hover{background:#f0f0f0;border-color:#ccc}.internal-link-overlay__frame-wrap{flex:1 1;min-height:0;position:relative}.internal-link-overlay__frame{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width:600px){.internal-link-overlay{padding:8px}.internal-link-overlay__header{padding:8px 10px}.internal-link-overlay__title{font-size:12px}.internal-link-overlay__close{padding:6px 10px;font-size:13px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;background:#f5f5f5}.ui-input,.ui-select,.ui-textarea{width:100%;padding:11px 14px;font-size:15px;font-family:inherit;border:1px solid #d0d0d0;border-radius:8px;background:#fff;transition:border-color .2s,box-shadow .2s;color:#1a1a1a}.ui-input:focus,.ui-select:focus,.ui-textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px rgba(25,118,210,.1)}.ui-input::placeholder,.ui-textarea::placeholder{color:#999}.ui-input:disabled,.ui-select:disabled,.ui-textarea:disabled{background:#f5f5f5;color:#999;cursor:not-allowed;border-color:#e0e0e0}.ui-input--error{border-color:#d32f2f}.ui-input--error:focus{box-shadow:0 0 0 3px rgba(211,47,47,.1)}.ui-input--success{border-color:#2e7d32}.ui-input--success:focus{box-shadow:0 0 0 3px rgba(46,125,50,.1)}.ui-textarea{resize:vertical;min-height:80px}.ui-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#444}.ui-label--required:after{content:" *";color:#d32f2f}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:500;font-family:inherit;border:none;border-radius:8px;cursor:pointer;transition:background .2s,box-shadow .2s,transform .05s;text-decoration:none;white-space:nowrap;line-height:1.3}.ui-btn:active:not(:disabled){transform:scale(.98)}.ui-btn:disabled{cursor:not-allowed;opacity:.6}.ui-btn--primary{background:#1976d2;color:#fff}.ui-btn--primary:hover:not(:disabled){background:#1565c0;box-shadow:0 4px 12px rgba(25,118,210,.3)}.ui-btn--success{background:#2e7d32;color:#fff}.ui-btn--success:hover:not(:disabled){background:#1b5e20;box-shadow:0 4px 12px rgba(46,125,50,.3)}.ui-btn--danger{background:#d32f2f;color:#fff}.ui-btn--danger:hover:not(:disabled){background:#c62828;box-shadow:0 4px 12px rgba(211,47,47,.3)}.ui-btn--secondary{background:#fff;color:#1976d2;border:2px solid #1976d2}.ui-btn--secondary:hover:not(:disabled){background:#e3f2fd;border-color:#1565c0;color:#1565c0}.ui-btn--ghost{background:transparent;color:#666;border:1px solid #ccc}.ui-btn--ghost:hover:not(:disabled){background:#f5f5f5;border-color:#999;color:#333}.ui-btn--lg{padding:14px 24px;font-size:16px}.ui-btn--sm{padding:8px 14px;font-size:14px}.ui-btn--block{width:100%}.ui-alert{padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5;margin-bottom:16px}.ui-alert--error{background:#ffebee;color:#c62828;border:1px solid #ef5350}.ui-alert--success{background:#e8f5e9;color:#2e7d32;border:1px solid #66bb6a}.ui-alert--info{background:#e3f2fd;color:#1565c0;border:1px solid #42a5f5}.ui-alert--warning{background:#fff3e0;color:#e65100;border:1px solid #ff9800}.ui-help-text{display:block;margin-top:4px;font-size:13px;color:#666;line-height:1.4}.ui-help-text--error{color:#c62828}.ui-help-text--success{color:#2e7d32}.ui-form-group{margin-bottom:16px}.ui-form-group:last-child{margin-bottom:0}.auth-form-box{width:100%;max-width:440px;margin:16px auto;padding:20px;border:1px solid #e0e0e0;border-right:none;border-left:none;border-radius:0;background:#fff;box-shadow:none}@media (min-width:640px){.auth-form-box{margin:40px auto;padding:28px;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08)}}@media (min-width:1024px){.auth-form-box{margin:60px auto}}.auth-form-title{margin:0 0 8px;font-size:22px;font-weight:700;color:#1a1a2e;text-align:center;line-height:1.3}.auth-form-lead{margin:0 0 24px;line-height:1.5}.auth-form-footer,.auth-form-lead{font-size:14px;color:#666;text-align:center}.auth-form-footer{margin-top:20px}.auth-form-footer a{color:#1976d2;text-decoration:none}.auth-form-footer a:hover{text-decoration:underline}.admin-page,.settings-page{width:100%;max-width:720px;margin:16px auto;padding:20px}@media (min-width:640px){.admin-page,.settings-page{margin:32px auto;padding:24px}}@media (min-width:1024px){.settings-page{max-width:800px}.admin-page{max-width:960px}}.admin-page__header,.settings-page__header{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media (min-width:640px){.admin-page__header,.settings-page__header{flex-direction:row;justify-content:space-between;align-items:center}}.admin-page__title,.settings-page__title{margin:0;font-size:24px;font-weight:700;color:#1a1a2e}.admin-page__actions,.settings-page__actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.settings-section{margin-bottom:24px;padding:20px;background:#fafafa;border:1px solid #eee;border-radius:10px}.settings-section__title{margin:0 0 8px;font-size:16px;font-weight:600;color:#333}.settings-section__desc{margin:0 0 16px;font-size:14px;color:#666;line-height:1.5}.admin-card{padding:20px;background:#fafafa;border:1px solid #eee;border-radius:10px;margin-bottom:20px}.admin-card__header{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media (min-width:640px){.admin-card__header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.admin-card__fields{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media (min-width:640px){.admin-card__fields--two{grid-template-columns:1fr 1fr}}.hub-passkey-page{max-width:520px;margin:16px auto;padding:20px}@media (min-width:640px){.hub-passkey-page{margin:40px auto;padding:28px}}.hub-passkey-title{font-size:24px;font-weight:700;color:#1a1a2e}.hub-passkey-lead{margin:0 0 24px;line-height:1.6;font-size:15px}.hub-passkey-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;font-weight:500;transition:background .2s;text-decoration:none;font-family:inherit}.hub-passkey-btn:disabled{opacity:.6}.hub-passkey-msg,.hub-passkey-warn{line-height:1.5}.ui-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#666;font-size:14px}.ui-loading__spinner{display:inline-block;width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#1976d2;border-radius:50%;animation:ui-spinner-rotate .8s linear infinite;margin-right:12px}@keyframes ui-spinner-rotate{to{transform:rotate(1turn)}}.ui-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:ui-skeleton-wave 1.5s ease-in-out infinite;border-radius:8px}@keyframes ui-skeleton-wave{0%{background-position:200% 0}to{background-position:-200% 0}}.ui-skeleton--text{height:14px;margin-bottom:8px}.ui-skeleton--title{height:20px;width:60%;margin-bottom:12px}.ui-skeleton--card{height:120px;margin-bottom:16px}.ui-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#666}.ui-empty__icon{font-size:48px;margin-bottom:16px;opacity:.3}.ui-empty__title{font-size:18px;font-weight:600;color:#444;margin:0 0 8px}.ui-empty__text{font-size:14px;line-height:1.6;max-width:400px;margin:0 0 20px}.ui-empty__action{margin-top:12px}.ui-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.ui-error__icon{font-size:40px;margin-bottom:12px;color:#d32f2f}.ui-error__title{font-size:16px;font-weight:600;color:#d32f2f;margin:0 0 8px}.ui-error__text{font-size:14px;color:#666;line-height:1.5;max-width:400px;margin:0 0 16px}.ui-btn:focus-visible,.ui-input:focus-visible,.ui-select:focus-visible,.ui-textarea:focus-visible,a:focus-visible{outline:2px solid #1976d2;outline-offset:2px}button:focus-visible{outline:2px solid #1976d2;outline-offset:2px}.ui-h1{font-size:28px;line-height:1.2;margin:0 0 16px}.ui-h1,.ui-h2{font-weight:700;color:#1a1a2e}.ui-h2{font-size:22px;line-height:1.3;margin:0 0 12px}.ui-h3{font-size:18px;color:#333;margin:0 0 10px}.ui-h3,.ui-h4{font-weight:600;line-height:1.4}.ui-h4{font-size:16px;color:#444;margin:0 0 8px}.ui-text{font-size:15px;line-height:1.6;color:#555;margin:0 0 12px}.ui-text--sm{font-size:13px}.ui-text--lg{font-size:17px}.ui-text--muted{color:#999}.ui-lead{font-size:16px;line-height:1.6;color:#666;margin:0 0 20px}@media (min-width:640px){.ui-h1{font-size:32px}.ui-h2{font-size:24px}}.app{display:flex;flex-direction:column;min-height:100vh}.app-offline-banner{position:-webkit-sticky;position:sticky;top:0;z-index:3000;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#b71c1c;color:#fff;font-size:14px;font-weight:500;text-align:center}.app-offline-banner__icon{font-size:16px;flex-shrink:0}.app-header{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fff;border-bottom:1px solid #e0e0e0;color:#333}@media (max-width:640px){.app-header{padding:10px 14px}}@media (max-width:480px){.app-header{padding:8px 12px}}.app-header-brand{display:flex;align-items:center;gap:10px}@media (max-width:480px){.app-header-brand{gap:8px}}.app-header-logo-link{display:block;line-height:0;text-decoration:none;color:inherit;transition:opacity .2s}.app-header-logo-link:hover{opacity:.8}.app-header-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.app-header-title-link:hover{opacity:.85}.app-header-logo{display:block;flex-shrink:0}.app-header-title{font-size:18px;font-weight:600;color:#333}@media (max-width:640px){.app-header-title{font-size:16px}}@media (max-width:480px){.app-header-title{font-size:15px}}.app-header-user{position:relative}.app-header-user-trigger{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:1px solid #ddd;border-radius:8px;color:#333;font-size:14px;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,transform .1s}.app-header-user-trigger:hover{background:#f8f8f8;border-color:#bbb}.app-header-user-trigger:active{transform:scale(.98)}@media (max-width:480px){.app-header-user-trigger{padding:6px 10px;font-size:13px;gap:4px}}.app-header-user-icon{font-size:16px}.app-header-username{font-weight:500}@media (max-width:480px){.app-header-username{display:none}}.app-header-user-arrow{font-size:9px;color:#666;transition:transform .2s}.app-header-user-trigger[aria-expanded=true] .app-header-user-arrow{transform:rotate(180deg)}.app-header-user-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:150;padding:8px 0;animation:user-menu-fade-in .15s ease-out}@keyframes user-menu-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-header-user-menu-item{display:block;width:100%;padding:11px 16px;text-align:left;background:none;border:none;color:#333;font-size:14px;text-decoration:none;cursor:pointer;font-family:inherit;transition:background .15s ease,color .15s ease}.app-header-user-menu-item:hover{background:#f5f5f5;color:#1976d2}.app-header-user-menu-item.active{font-weight:600;background:#f0f0f0}.app-header-user-menu-logout{border-top:1px solid #eee;margin-top:6px;padding-top:14px;color:#d32f2f}.app-header-user-menu-logout:hover{background:#ffebee;color:#c62828}.app-header-login{padding:8px 16px;border:1px solid #1976d2;border-radius:8px;color:#1976d2;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s,color .2s}.app-header-login:hover{background:#1976d2;color:#fff}@media (max-width:480px){.app-header-login{padding:6px 12px;font-size:13px}}.app-main{flex:1 1}.app-main,.hub-dashboard{min-height:0;display:flex;flex-direction:column}.hub-dashboard{flex:1 1;padding:20px 20px 40px;max-width:1000px;margin:0 auto;width:100%}.hub-dashboard-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:2px solid #e0e0e0}.hub-dashboard-tab{padding:10px 20px;background:none;font-size:15px;color:#666;cursor:pointer;font-family:inherit;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s ease,border-color .2s ease;position:relative}.hub-dashboard-tab:hover{color:#333}.hub-dashboard-tab--active{color:#2f80ed;font-weight:600;border-bottom-color:#1976d2}.hub-world-intro{margin-bottom:28px;padding:0 2px}.hub-world-intro-title{margin:0 0 10px;font-size:22px;font-weight:700;color:#1a1a2e;line-height:1.25;letter-spacing:-.02em;font-family:inherit}.hub-world-intro-lead{margin:0 0 16px;font-size:15px;line-height:1.5;color:#555;max-width:560px}.hub-world-intro-stats{margin-bottom:14px;font-size:15px;color:#444}.hub-world-intro-stat strong{color:#1976d2;font-weight:700}.hub-world-intro-stat-sep{margin:0 8px;color:#999}.hub-world-intro-themes{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:13px}.hub-world-intro-themes-label{color:#777;margin-right:4px}.hub-world-intro-theme{display:inline-block;padding:6px 12px;background:#f0f4f8;color:#333;border-radius:20px;font-weight:500;border:1px solid #e2e8f0}.hub-world-try{margin-bottom:28px}.hub-world-try-title{margin:0 0 12px;font-size:16px;font-weight:700;color:#1f2937;font-family:inherit;letter-spacing:-.02em;line-height:1.25}.hub-world-try-card-wrap{position:relative}.hub-world-try-card{background:linear-gradient(180deg,#f8fbff 0,#fff);border:1px solid #bfdbfe;border-radius:12px;padding:20px 24px 20px 20px;min-height:0;box-shadow:0 1px 3px rgba(47,128,237,.06);transition:border-color .2s ease,box-shadow .2s ease}.hub-world-try-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px rgba(47,128,237,.08)}.hub-world-try-card-inner{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.hub-world-try-card-icon{width:48px;height:48px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;padding:6px;flex-shrink:0;object-fit:contain}.hub-world-try-card-text{flex:1 1;min-width:140px}.hub-world-try-card-name{margin:0 0 4px;font-size:18px;font-weight:700;color:#1f2937;font-family:inherit;line-height:1.25}.hub-world-try-card-desc{margin:0;font-size:14px;line-height:1.4;color:#6b7280}.hub-world-try-card-btn{flex-shrink:0;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:#2f80ed;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.hub-world-try-card-btn:hover{background:#2563eb}.hub-world-try-favorite{position:absolute;top:12px;right:12px;background:#fff;color:#6b7280;border:1px solid #e5e7eb}.hub-world-try-favorite:hover{background:#f7f8fa;color:#2f80ed;border-color:#93c5fd}.hub-world-try-favorite.hub-dashboard-card-favorite--active{color:#dc2626}.hub-world-section{margin-bottom:28px}.hub-world-categories-title,.hub-world-section .hub-dashboard-group-title{margin-bottom:14px}.hub-world-new-card-wrap{position:relative}.hub-world-new-badge{position:absolute;bottom:8px;right:8px;z-index:1;font-size:9px;font-weight:600;letter-spacing:.04em;color:#2e7d32;background:rgba(46,125,50,.12);padding:3px 6px;border-radius:4px}.hub-world-new-card{min-height:120px}.hub-world-new-card-wrap .hub-dashboard-card-favorite{top:10px;right:10px}.hub-world-popular .hub-dashboard-group-title{font-weight:800;color:#1f2937}.hub-world-popular .hub-dashboard-grid{gap:10px}.hub-world-popular .hub-dashboard-card{padding:12px 14px}.hub-dashboard-card-desc--clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hub-dashboard-group-title--card{display:inline-flex;align-items:center;gap:12px;padding:10px 16px 10px 14px;margin-bottom:14px;background:#f5f7fa;border-radius:12px;border:1px solid #e8ecf1;font-size:14px;font-weight:700;color:#1a1a2e}.hub-dashboard-hero{margin-bottom:32px}.hub-dashboard-hero-title{margin:0 0 16px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#555;font-family:inherit;padding-left:2px;border-left:3px solid #1976d2}.hub-dashboard-hero-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.hub-dashboard-card--hero{padding:18px 18px 20px;box-shadow:0 2px 8px rgba(0,0,0,.06);border-color:#d8d8d8;transition:box-shadow .2s ease,border-color .2s ease,transform .1s ease}.hub-dashboard-card-wrapper--hero .hub-dashboard-card--hero:hover{box-shadow:0 6px 20px rgba(0,0,0,.12);border-color:#bbb;transform:translateY(-3px)}.hub-dashboard-card--hero .hub-dashboard-card-head{min-height:48px}.hub-dashboard-card--hero .hub-dashboard-card-icon{width:48px;height:48px;border-radius:12px}.hub-dashboard-card--hero .hub-dashboard-card-title{font-size:18px;font-weight:700;color:#1a1a2e}.hub-dashboard-card--hero .hub-dashboard-card-desc{font-size:15px;color:#444;line-height:1.5}.hub-dashboard-group{margin-bottom:32px}.hub-dashboard-group:first-child{margin-top:0}.hub-dashboard-group-title{margin:0 0 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#555;font-family:inherit;padding-left:2px;border-left:3px solid #e0e0e0}.hub-dashboard-group .hub-dashboard-grid{margin-bottom:0}.hub-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.hub-dashboard-card{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .1s ease;cursor:pointer;text-align:left;font:inherit;width:100%}button.hub-dashboard-card{-moz-appearance:none;appearance:none;-webkit-appearance:none}.hub-dashboard-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.1);border-color:#bbb;transform:translateY(-2px)}.hub-dashboard-card:active{transform:translateY(0)}.hub-dashboard-card-head{display:flex;align-items:center;gap:10px;min-height:32px}.hub-dashboard-card-icon{flex-shrink:0;width:32px;height:32px;border-radius:8px;object-fit:contain;background:#f5f5f5}.hub-dashboard-card-meta{flex:1 1;min-width:0}.hub-dashboard-card-category{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#1976d2;margin-bottom:2px}.hub-dashboard-card-title{margin:0;font-size:16px;font-weight:600;color:#333;line-height:1.3}.hub-dashboard-card-desc{margin:0;font-size:14px;color:#444;line-height:1.45}.hub-dashboard-card-demo{display:block;margin-top:6px;padding:0 14px 0 0;font-size:11px;color:#1976d2;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s,color .2s}.hub-dashboard-card-demo:hover{color:#1565c0;border-bottom-color:#1565c0}.hub-dashboard-card-wrapper{position:relative}.hub-dashboard-card-favorite{position:absolute;top:6px;right:6px;width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s,opacity .2s;z-index:1;opacity:.6;color:#aaa}.hub-dashboard-card-favorite:hover{opacity:1;background:rgba(0,0,0,.05);color:#888}.hub-dashboard-card-favorite--active{opacity:1;color:#e57373}.hub-dashboard-card-favorite--active:hover{color:#ef5350;background:hsla(0,69%,67%,.08)}.hub-dashboard-card-favorite svg{width:18px;height:18px;flex-shrink:0}.hub-subscriptions-empty{padding:40px 20px}.hub-subscriptions-empty-text{font-size:15px;color:#666;line-height:1.6;max-width:400px;margin:0 auto}.hub-dashboard-hint{margin:0;font-size:13px;color:#999;text-align:center}.hub-subscriptions{margin-bottom:28px}.hub-subscriptions__title{margin:0 0 14px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1f2937;font-family:inherit}.hub-subscriptions-mine,.hub-subscriptions-try{margin-bottom:28px}.hub-subscriptions-manage{margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb}.hub-subscriptions-manage__link{font-size:14px;font-weight:500;color:#2f80ed;text-decoration:none}.hub-subscriptions-manage__link:hover{text-decoration:underline;color:#2563eb}.hub-subscriptions-empty{max-width:420px;margin:0 auto;padding:48px 24px 56px;text-align:center}.hub-subscriptions-empty__icon{font-size:48px;margin-bottom:20px;line-height:1}.hub-subscriptions-empty__title{margin:0 0 12px;font-size:20px;font-weight:700;color:#1f2937;font-family:inherit}.hub-subscriptions-empty__text{margin:0 0 24px;font-size:15px;line-height:1.5;color:#6b7280}.hub-subscriptions-empty__action{margin:0}.hub-world-about{max-width:640px;margin:48px 0 32px;padding:0 4px}.hub-world-about-title{margin:0 0 20px;font-size:22px;font-weight:700;color:#1a1a2e;line-height:1.3;letter-spacing:-.02em;font-family:inherit}.hub-world-about-lead{margin:0 0 28px;font-size:17px;line-height:1.55;color:#333;font-weight:500}.hub-world-about-h3{margin:28px 0 10px;font-size:15px;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:.04em;font-family:inherit}.hub-world-about-h3:first-of-type{margin-top:0}.hub-world-about-p{margin:0 0 14px;font-size:15px;line-height:1.6;color:#555}.hub-world-about-link{color:#1976d2;text-decoration:none;border-bottom:1px solid rgba(25,118,210,.3);transition:border-color .2s,color .2s}.hub-world-about-link:hover{color:#1565c0;border-bottom-color:#1565c0}.hub-overview{min-height:200px;background:#f7f8fa;padding:16px 20px 40px}.hub-today-guest{max-width:520px;margin:0 auto;padding:48px 24px 56px;text-align:center}.hub-today-guest-title{margin:0 0 16px;font-size:26px;font-weight:700;color:#1f2937;line-height:1.25;letter-spacing:-.02em}.hub-today-guest-lead{margin:0 0 28px;font-size:16px;line-height:1.55;color:#6b7280}.hub-today-guest-highlights{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:32px}.hub-today-guest-pill{display:inline-block;padding:8px 14px;font-size:13px;font-weight:500;color:#2f80ed;background:#eaf3ff;border-radius:20px}.hub-today-guest-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hub-today-guest-btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;border-radius:10px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.hub-today-guest-btn--primary{background:#2f80ed;color:#fff;border:none}.hub-today-guest-btn--primary:hover{background:#2563eb;color:#fff;box-shadow:0 4px 12px rgba(47,128,237,.35)}.hub-today-guest-btn--secondary{background:#fff;color:#2f80ed;border:2px solid #2f80ed}.hub-today-guest-btn--secondary:hover{background:#eaf3ff;color:#2563eb;border-color:#2563eb}.hub-overview-message{margin:0 0 24px;font-size:14px;color:#666;text-align:center}.hub-overview-message--error{color:#c00}.hub-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.hub-today-zones{display:flex;flex-direction:column;gap:28px}.hub-today-zone{margin:0}.hub-today-zone-title{margin:0 0 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.hub-today-zone-title--hero{font-size:13px;color:#2f80ed;margin-bottom:14px}.hub-today-zone--priority .hub-today-zone-title{color:#1f2937;font-weight:700}.hub-today-zone--actions .hub-today-zone-title,.hub-today-zone--explore .hub-today-zone-title{color:#6b7280}.hub-today-widget[data-state=highlighted]{padding:24px;border-left-width:3px;border-left-color:#2f80ed}.hub-today-widget[data-state=highlighted] .hub-today-widget__title{font-size:17px;font-weight:600}.hub-today-widget[data-state=discovery]{padding:12px 14px}.hub-today-widget[data-state=discovery] .hub-today-widget__title{font-size:14px;font-weight:600}.hub-today-widget[data-state=empty] .hub-today-widget__title{color:#6b7280}.hub-today-zone--hero .hub-today-widget{background:#fff;border:1px solid #e5e7eb}.hub-today-zone--priority{padding-top:4px}.hub-today-zone--priority .hub-today-zone-title{font-size:13px;margin-bottom:14px}.hub-today-zone--priority .hub-today-widget{background:#eaf3ff;border:1px solid #bfdbfe}.hub-today-zone--priority .hub-today-widget:hover{border-color:#93c5fd}.hub-today-zone--actions .hub-today-widget{background:#fff;border:1px solid #e5e7eb}.hub-today-zone--actions .hub-today-widget:first-child,.hub-today-zone--actions .hub-today-widget[data-service-id=ai],.hub-today-zone--actions .hub-today-widget[data-service-id=lira]{border-color:#93c5fd}.hub-today-zone--actions .hub-today-widget:first-child .hub-today-widget__btn,.hub-today-zone--actions .hub-today-widget[data-service-id=ai] .hub-today-widget__btn,.hub-today-zone--actions .hub-today-widget[data-service-id=lira] .hub-today-widget__btn{background:#2f80ed;color:#fff;border-color:#2f80ed;font-weight:600}.hub-today-zone--actions .hub-today-widget:first-child .hub-today-widget__btn:hover,.hub-today-zone--actions .hub-today-widget[data-service-id=ai] .hub-today-widget__btn:hover,.hub-today-zone--actions .hub-today-widget[data-service-id=lira] .hub-today-widget__btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.hub-today-zone--explore{margin-top:8px}.hub-today-zone--explore .hub-today-zone-title{font-weight:800;color:#111827}.hub-today-zone--explore .hub-today-widget{background:#fff;border:1px solid #e5e7eb}.hub-today-zone--explore .hub-today-widget:hover{border-color:#d1d5db}.hub-today-zone-explore-lead{margin:-6px 0 12px;font-size:13px;color:#4b5563;font-weight:600}.hub-today-zone-grid{display:grid;grid-gap:16px;gap:16px}.hub-today-zone-grid--2{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}@media (max-width:640px){.hub-today-zone-grid--2{grid-template-columns:1fr}}.hub-today-zone-grid--3{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.hub-today-zone-grid--4{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.hub-today-zone--fallback{padding:20px 0;border-top:1px solid #e5e7eb}.hub-today-zone--fallback .hub-today-zone-title{margin-bottom:8px}.hub-today-fallback-lead{margin:0 0 16px;font-size:15px;color:#6b7280}.hub-today-fallback-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px}.hub-today-fallback-card{display:block;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:inherit;transition:border-color .2s,background .2s}.hub-today-fallback-card:hover{background:#f7f8fa;border-color:#2f80ed}.hub-today-fallback-card__title{display:block;font-weight:600;font-size:14px;color:#1f2937;margin-bottom:4px}.hub-today-fallback-card__desc{display:block;font-size:13px;color:#6b7280}.hub-today-debug{margin-top:24px;padding:12px 16px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;font-size:13px;color:#333}.hub-today-debug-summary{cursor:pointer;font-weight:600}.hub-today-debug-section ul{margin:8px 0 0;padding-left:20px}.hub-today-show-all{margin-top:28px;padding:0;border-top:1px solid #e5e7eb;font-size:14px}.hub-today-show-all__summary{cursor:pointer;padding:14px 0;font-weight:500;color:#2f80ed;list-style:none}.hub-today-show-all__summary::-webkit-details-marker{display:none}.hub-today-show-all__summary:before{content:"▶ ";font-size:10px;opacity:.8}.hub-today-show-all[open] .hub-today-show-all__summary:before{content:"▼ "}.hub-today-show-all__content{padding-bottom:24px}.hub-today-show-all__section{margin-top:20px}.hub-today-show-all__section:first-child{margin-top:0}.hub-today-show-all__title{margin:0 0 10px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.hub-today-show-all__list{margin:0;padding-left:20px;list-style:disc}.hub-today-show-all__item{margin-bottom:6px;line-height:1.45}.hub-today-show-all__item-service{font-family:ui-monospace,monospace;font-size:12px;color:#6b7280;margin-right:8px}.hub-today-show-all__item-title{color:#1f2937;margin-right:6px}.hub-today-show-all__item-reason{font-size:13px;color:#6b7280}.hub-today-show-all__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px;margin-top:12px}.hub-overview-widget{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.hub-overview-widget-title{padding:12px 16px;border-bottom:1px solid #e0e0e0;font-weight:600;font-size:14px}.hub-overview-widget-body{min-height:200px}.hub-overview-widget-iframe{width:100%;height:280px;border:0}.hub-overview-widget-data{margin:12px;font-size:12px;overflow:auto}.hub-today-widget{border:1px solid #e5e7eb;border-radius:10px;padding:16px;background:#fff;transition:border-color .2s}.hub-today-widget:hover{border-color:#d1d5db}.hub-today-widget__head{margin-bottom:6px}.hub-today-widget__service{display:inline-block;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.03em}.hub-today-toolbar{margin-bottom:12px}.hub-today-toolbar .ui-btn--secondary{color:#2f80ed;border-color:#93c5fd}.hub-today-toolbar .ui-btn--secondary:hover:not(:disabled){background:#eaf3ff;border-color:#2f80ed;color:#2563eb}.hub-today-widget__title{font-size:15px;font-weight:600;color:#1f2937;margin-bottom:4px}.hub-today-widget__subtitle{font-size:13px;color:#6b7280;margin-bottom:8px}.hub-today-widget__value{font-size:18px;font-weight:700;color:#2f80ed}.hub-today-widget__btn{display:inline-block;margin-top:10px;padding:6px 12px;background:#fff;color:#2f80ed;border:1px solid #93c5fd;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s}.hub-today-widget__btn:hover{background:#eaf3ff;border-color:#2f80ed;color:#2563eb}.hub-today-zone--hero .hub-today-widget__btn,.hub-today-zone--priority .hub-today-widget__btn{background:#2f80ed;color:#fff;border-color:#2f80ed;font-weight:600}.hub-today-zone--hero .hub-today-widget__btn:hover,.hub-today-zone--priority .hub-today-widget__btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.hub-today-widget__btn--sm{padding:5px 10px;font-size:12px}.hub-today-widget--action .hub-today-widget__btn{margin-top:10px}.hub-today-widget--preview{display:flex;gap:16px;padding:0;overflow:hidden;background:#fff}.hub-today-widget__image-wrap{flex-shrink:0;width:120px;height:80px;background:#e5e7eb}.hub-today-widget__image{width:100%;height:100%;object-fit:cover}.hub-today-widget--preview .hub-today-widget__body{padding:16px;flex:1 1;min-width:0}.hub-today-widget--alert{border-left:4px solid #b91c1c;background:#fef2f2}.hub-today-widget--chart .hub-today-widget__value{font-size:18px}.hub-today-soft-state{position:relative;min-height:60vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hub-today-soft-state__bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hub-today-soft-state__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5;animation:hub-soft-state-blob 20s ease-in-out infinite}.hub-today-soft-state__blob--1{width:320px;height:320px;background:radial-gradient(circle,rgba(47,128,237,.12) 0,transparent 70%);top:-10%;left:-5%;animation-delay:0s}.hub-today-soft-state__blob--2{width:280px;height:280px;background:radial-gradient(circle,rgba(47,128,237,.06) 0,transparent 70%);top:30%;right:-8%;animation-delay:-5s;animation-duration:22s}.hub-today-soft-state__blob--3{width:260px;height:260px;background:radial-gradient(circle,rgba(147,197,253,.08) 0,transparent 70%);bottom:-15%;left:20%;animation-delay:-10s;animation-duration:18s}.hub-today-soft-state__blob--4{width:200px;height:200px;background:radial-gradient(circle,hsla(220,9%,46%,.06) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-7s;animation-duration:25s}.hub-today-soft-state__blob--1{animation-name:hub-soft-state-blob-1}.hub-today-soft-state__blob--2{animation-name:hub-soft-state-blob-2}.hub-today-soft-state__blob--3{animation-name:hub-soft-state-blob-3}.hub-today-soft-state__blob--4{animation-name:hub-soft-state-blob-4}@keyframes hub-soft-state-blob-1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(15px,-20px) scale(1.06)}66%{transform:translate(-10px,15px) scale(.97)}}@keyframes hub-soft-state-blob-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,10px) scale(1.04)}66%{transform:translate(12px,-15px) scale(.99)}}@keyframes hub-soft-state-blob-3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(10px,20px) scale(1.03)}66%{transform:translate(-18px,-8px) scale(.98)}}@keyframes hub-soft-state-blob-4{0%,to{transform:translate(-50%,-50%) scale(1)}33%{transform:translate(-50%,-50%) translate(12px,-10px) scale(1.05)}66%{transform:translate(-50%,-50%) translate(-8px,12px) scale(.96)}}.hub-today-soft-state__curve{position:absolute;width:120%;left:-10%;bottom:15%;opacity:.25;animation:hub-soft-state-curve 18s ease-in-out infinite}.hub-today-soft-state__curve-path{stroke:#2f80ed;stroke-width:1.5;stroke-dasharray:8 12;stroke-dashoffset:0;animation:hub-soft-state-dash 12s linear infinite}.hub-today-soft-state__curve-path--2{stroke:rgba(147,197,253,.6);animation-delay:-4s}@keyframes hub-soft-state-curve{0%,to{transform:translateX(0) scale(1);opacity:.2}50%{transform:translateX(-3%) scale(1.02);opacity:.3}}@keyframes hub-soft-state-dash{to{stroke-dashoffset:-40}}.hub-today-soft-state__content{position:relative;z-index:1;padding:32px 20px;text-align:center}.hub-today-soft-state__lead{margin:0 0 20px;font-size:15px;color:#6b7280;font-weight:500}.hub-today-soft-state__fallback{max-width:520px;margin:0 auto;justify-items:center}.hub-today-soft-state__btn{margin:0}@media (prefers-reduced-motion:reduce){.hub-today-soft-state__blob,.hub-today-soft-state__curve,.hub-today-soft-state__curve-path{animation:none}}.hub-today-ambient{position:relative;min-height:50vh;margin-top:24px;overflow:hidden;pointer-events:none}.hub-today-ambient-item{position:absolute;white-space:nowrap;color:#b0b0b0;font-weight:500;letter-spacing:.02em;opacity:0;animation:hub-ambient-twinkle ease-in-out infinite;transform:translate(-50%,-50%)}@keyframes hub-ambient-twinkle{0%,to{opacity:0}15%,85%{opacity:.5}50%{opacity:.85}}.app-footer-compact{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;padding:14px 16px;border-top:1px solid #e0e0e0;background:#fafafa;font-size:12px;color:#999;line-height:1.6}@media (max-width:480px){.app-footer-compact{padding:12px 14px;font-size:11px;gap:6px 10px}}.app-footer-compact-copy{color:#aaa}.app-footer-compact-age{font-weight:600;color:#bbb}.app-footer-compact-sep{color:#ccc}@media (max-width:480px){.app-footer-compact-sep{display:none}}.app-footer-compact-link{color:#999;text-decoration:none;transition:color .2s}.app-footer-compact-link:hover{color:#666;text-decoration:underline}.hub-footer-full{margin-top:auto;padding:28px 20px 36px;border-top:1px solid #e0e0e0;background:#f8f8f8;color:#666;font-size:13px;line-height:1.6}@media (max-width:640px){.hub-footer-full{padding:22px 16px 30px}}@media (max-width:480px){.hub-footer-full{padding:18px 14px 26px;font-size:12px}}.hub-footer-full__top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.hub-footer-full__brand{font-weight:600;font-size:14px;color:#333}.hub-footer-full__age{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid #aaa;border-radius:50%;font-size:10px;font-weight:700;color:#888;flex-shrink:0}.hub-footer-full__nav{display:flex;flex-wrap:wrap;gap:6px 16px;margin-bottom:18px}@media (max-width:640px){.hub-footer-full__nav{flex-direction:column;gap:10px}}.hub-footer-full__link{color:#1976d2;text-decoration:none;font-size:13px;transition:color .2s}.hub-footer-full__link:hover{text-decoration:underline;color:#1565c0}.hub-footer-full__legal{font-size:11px;color:#999;margin-bottom:14px;max-width:900px;line-height:1.7}.hub-footer-full__copy{font-size:12px;color:#aaa}.hub-passkey-page{max-width:480px;margin:24px auto;padding:0 16px}.hub-passkey-title{font-size:22px;margin:0 0 12px}.hub-passkey-lead{color:#666;margin:0 0 20px;line-height:1.5}.hub-passkey-btn{display:inline-block;padding:10px 20px;font-size:15px;font-weight:600;color:#fff;background:#1976d2;border:none;border-radius:8px;cursor:pointer}.hub-passkey-btn:hover:not(:disabled){background:#1565c0}.hub-passkey-btn:disabled{opacity:.7;cursor:not-allowed}.hub-passkey-warn{margin:16px 0 0;font-size:13px;color:#e65100}.hub-passkey-msg{margin:16px 0 0;font-size:14px}.hub-passkey-msg--ok{color:#2e7d32}.hub-passkey-msg--err{color:#c62828}.hub-passkey-back{margin:24px 0 0;font-size:14px}.hub-passkey-back a{color:#1976d2;text-decoration:none}.hub-passkey-back a:hover{text-decoration:underline}@media (max-width:480px){.hub-footer-full{padding:20px 12px 28px;margin-top:24px}.hub-footer-full__nav{flex-direction:column;gap:8px}}@media (max-width:768px){.app-header{padding:10px 12px}.hub-dashboard{padding:12px 12px 24px}.hub-dashboard-tabs{margin-bottom:12px}.hub-dashboard-tab{padding:8px 12px;font-size:14px}.hub-dashboard-grid{gap:10px;margin-bottom:16px}.hub-dashboard-hero{margin-bottom:24px}.hub-dashboard-hero-grid{grid-template-columns:1fr;gap:12px}.hub-world-try-card-inner{flex-direction:row;gap:12px}.hub-world-try-card{padding:16px 20px 16px 16px}.hub-world-try-card-btn{align-self:flex-start}.hub-dashboard-card-wrapper--hero .hub-dashboard-card--hero{padding:14px 14px 16px}.hub-dashboard-card--hero .hub-dashboard-card-icon{width:40px;height:40px}.hub-dashboard-card--hero .hub-dashboard-card-title{font-size:16px}.hub-today-guest{padding:24px 16px 40px}.hub-today-guest-title{font-size:22px}.hub-today-guest-lead{font-size:15px;margin-bottom:20px}.hub-overview-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:480px){.app-header{padding:8px 10px}.app-header-title{font-size:16px}.hub-dashboard{padding:10px 10px 20px}.hub-today-guest{padding:16px 12px 32px}.hub-today-guest-title{font-size:20px}.hub-today-guest-btn{min-width:100%}}