.pm-page{display:flex;flex-direction:column;min-height:400px;max-width:1200px;margin:0 auto}.pm-page .page-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border-bottom:1px solid #e0e0e0}.pm-page .page-header h1{font-size:20px;margin:0}.pm-page .compose-btn{padding:10px 20px;background:#1976d2;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.pm-page .pm-container{display:flex;flex:1 1;overflow:hidden;min-height:300px}.pm-page .folders-sidebar{width:220px;background:#fff;border-right:1px solid #e0e0e0;padding:16px;overflow-y:auto}.pm-page .folders-sidebar h3,.pm-page .folders-sidebar h4{font-size:14px;margin:0 0 12px;color:#666;text-transform:uppercase}.pm-page .folder-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:transparent;border:none;border-radius:4px;cursor:pointer;font-size:14px;text-align:left;margin-bottom:4px}.pm-page .folder-btn:hover{background:#f5f5f5}.pm-page .folder-btn.active{background:#e3f2fd;color:#1976d2;font-weight:500}.pm-page .badge{background:#dc3545;color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600}.pm-page .folder-count{font-size:.75em;font-weight:400;color:#888;margin-left:2px;vertical-align:super;line-height:0}.pm-page .messages-list{flex:1 1;background:#f5f5f5;overflow-y:auto;padding:16px}.pm-page .message-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:12px;display:flex;gap:12px;cursor:pointer;transition:box-shadow .2s}.pm-page .message-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.pm-page .message-item.unread{background:#e3f2fd;border-color:#90caf9}.pm-page .message-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.pm-page .message-avatar img{width:100%;height:100%;object-fit:cover}.pm-page .avatar-placeholder{width:100%;height:100%;background:#1976d2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}.pm-page .message-info{flex:1 1;min-width:0}.pm-page .message-header{display:flex;justify-content:space-between;margin-bottom:4px}.pm-page .author{font-weight:600;font-size:14px}.pm-page .time{font-size:12px;color:#888}.pm-page .subject{font-size:15px;font-weight:500;margin-bottom:4px}.pm-page .preview{font-size:13px;color:#666;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-page .message-actions button{padding:6px 10px;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:16px}.pm-page .empty{text-align:center;padding:60px 20px;color:#888}.pm-page .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.pm-page .modal{background:#fff;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.2);max-height:90vh;overflow-y:auto;padding:24px;box-sizing:border-box;min-width:420px;max-width:680px;width:100%}@media (max-width:768px){.pm-page .modal{min-width:90%;max-width:600px}}@media (max-width:480px){.pm-page .modal{min-width:0;width:calc(100% - 24px);max-width:none;padding:20px 16px;border-radius:12px}}.pm-page .compose-overlay{padding:12px;align-items:safe center}.pm-page .compose-modal.compose-modal-rich{display:flex;flex-direction:column;max-height:calc(100vh - 24px);width:100%;max-width:560px;padding:0;overflow:hidden}.pm-page .compose-modal-title{flex-shrink:0;margin:0;padding:20px 24px 12px;font-size:20px;font-weight:600;border-bottom:1px solid #eee}.pm-page .compose-modal-body{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 24px 24px}.pm-page .compose-modal-footer{flex-shrink:0;display:flex;gap:10px;justify-content:flex-end;padding:16px 24px 20px;border-top:1px solid #eee;background:#fff}.pm-page .compose-modal-footer button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px;min-height:44px}.pm-page .compose-modal-footer button.primary{background:#1976d2;color:#fff}.pm-page .compose-draft-saved{font-size:13px;color:#2e7d32;align-self:center}.pm-page .message-view-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #eee;margin-bottom:20px}.pm-page .message-view-modal .modal-header h2{margin:0;font-size:20px}.pm-page .message-view-modal .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:30px;height:30px;line-height:1}.pm-page .message-view-details{margin:0 0 20px;padding:16px 0;border-bottom:1px solid #eee;font-size:14px}.pm-page .message-view-detail-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:10px}.pm-page .message-view-detail-row:last-child{margin-bottom:0}.pm-page .message-view-detail-row dt{margin:0;font-weight:600;color:#555;flex-shrink:0}.pm-page .message-view-detail-row dd{margin:0;flex:1 1;min-width:0}.pm-page .message-view-from{overflow:auto}.pm-page .message-view-from-avatar,.pm-page .message-view-from-avatar-link{float:right;margin-left:12px;margin-bottom:4px}.pm-page .message-view-from-avatar-link{display:block;border-radius:50%;overflow:hidden;text-decoration:none}.pm-page .message-view-from-avatar{display:block;width:40px;height:40px;object-fit:cover;border-radius:50%}.pm-page .message-view-modal .message-meta{margin-bottom:16px}.pm-page .message-view-modal .message-author{display:flex;align-items:center;gap:12px}.pm-page .message-view-modal .message-author--compact{gap:10px}.pm-page .message-view-modal .author-avatar-link{flex-shrink:0;display:block;border-radius:50%;overflow:hidden;text-decoration:none;transition:opacity .15s}.pm-page .message-view-modal .author-avatar-link:hover{opacity:.85}.pm-page .message-view-modal .author-avatar{display:block;width:40px;height:40px;object-fit:cover;border-radius:50%}.pm-page .message-view-modal .message-author-info{min-width:0}.pm-page .message-view-modal .author-name{display:inline-block;font-weight:600;font-size:14px;margin-bottom:2px}.pm-page .message-view-modal a.author-name{color:#1976d2;text-decoration:none}.pm-page .message-view-modal a.author-name:hover{text-decoration:underline}.pm-page .message-view-modal .message-date{font-size:12px;color:#666}.pm-page .message-content{padding:20px 0;font-size:15px;line-height:1.6;color:#333;word-wrap:break-word;overflow-wrap:break-word}.pm-page .message-content a{color:#1976d2;text-decoration:none}.pm-page .modal-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:20px;border-top:1px solid #eee}.pm-page .modal-actions button{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:14px}.pm-page .modal-actions button.primary{background:#1976d2;color:#fff}.pm-page .modal-actions button.secondary{background:#6c757d;color:#fff}.pm-page .hub-pm-view-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;background:rgba(26,26,46,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pm-page .hub-pm-view-modal{display:flex;flex-direction:column;max-height:calc(100vh - 32px);width:100%;max-width:480px;min-width:0;padding:0;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 20px 48px rgba(26,26,46,.18),0 4px 12px rgba(0,0,0,.08);overflow:hidden;background:#fff}.pm-page .hub-pm-view-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.pm-page .hub-pm-view-subject{margin:0;font-size:17px;font-weight:700;color:#1a1a2e;letter-spacing:-.02em;line-height:1.3;min-width:0}.pm-page .hub-pm-view-close{flex-shrink:0;width:36px;height:36px;padding:0;border:none;border-radius:10px;background:transparent;color:#64748b;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.pm-page .hub-pm-view-close:hover{background:#e2e8f0;color:#334155}.pm-page .hub-pm-view-meta{display:flex;align-items:flex-start;gap:16px;flex-shrink:0;padding:16px 20px;border-bottom:1px solid #e2e8f0}.pm-page .hub-pm-view-avatar-wrap{flex-shrink:0}.pm-page .hub-pm-view-avatar-link{display:block;border-radius:50%;overflow:hidden;text-decoration:none;transition:opacity .15s}.pm-page .hub-pm-view-avatar-link:hover{opacity:.9}.pm-page .hub-pm-view-avatar{display:block;width:44px;height:44px;object-fit:cover;border-radius:50%}.pm-page .hub-pm-view-avatar--placeholder{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2f80ed,#1a5bb5);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.pm-page .hub-pm-view-dl{margin:0;flex:1 1;min-width:0}.pm-page .hub-pm-view-dl-row{display:grid;grid-template-columns:72px 1fr;grid-gap:6px 12px;gap:6px 12px;align-items:baseline;margin-bottom:6px;font-size:13px}.pm-page .hub-pm-view-dl-row:last-child{margin-bottom:0}.pm-page .hub-pm-view-dl-row dt{margin:0;font-weight:500;color:#64748b}.pm-page .hub-pm-view-dl-row dd{margin:0;color:#1e293b;word-break:break-word}.pm-page .hub-pm-view-author-link{color:#2f80ed;font-weight:600;text-decoration:none}.pm-page .hub-pm-view-author-link:hover{text-decoration:underline}.pm-page .hub-pm-view-date{font-size:13px;color:#64748b}.pm-page .hub-pm-view-content{flex:1 1;min-height:0;overflow-y:auto;padding:16px 20px;font-size:15px;line-height:1.55;color:#334155;word-wrap:break-word;overflow-wrap:break-word}.pm-page .hub-pm-view-content:empty:after{content:"";display:block;height:1px}.pm-page .hub-pm-view-content a{color:#2f80ed;text-decoration:none}.pm-page .hub-pm-view-content a:hover{text-decoration:underline}.pm-page .hub-pm-view-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;flex-shrink:0;padding:16px 20px;border-top:1px solid #e2e8f0;background:#f8fafc}.pm-page .hub-pm-view-btn{padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.pm-page .hub-pm-view-btn--primary{background:#2f80ed;color:#fff;border:none}.pm-page .hub-pm-view-btn--primary:hover{background:#2563eb}.pm-page .hub-pm-view-btn--secondary{background:#fff;color:#475569;border:1px solid #cbd5e1}.pm-page .hub-pm-view-btn--secondary:hover{background:#f1f5f9;border-color:#94a3b8}@media (max-width:480px){.pm-page .hub-pm-view-modal{max-height:calc(100vh - 24px);border-radius:12px}.pm-page .hub-pm-view-actions,.pm-page .hub-pm-view-content,.pm-page .hub-pm-view-header,.pm-page .hub-pm-view-meta{padding-left:16px;padding-right:16px}.pm-page .hub-pm-view-dl-row{grid-template-columns:64px 1fr}}.pm-page .compose-modal-rich h2{margin-bottom:16px}.pm-page .compose-field{margin-bottom:12px}.pm-page .compose-field label{display:block;font-size:12px;color:#666;margin-bottom:4px}.pm-page .compose-recipient-wrap{position:relative;z-index:25}.pm-page .compose-recipient-wrap--dropdown-open{z-index:60}.pm-page .compose-recipient-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;border:1px solid #ddd;border-radius:4px;background:#fff;min-height:42px}.pm-page .compose-recipient-chips{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.pm-page .compose-recipient-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#e3f2fd;color:#1565c0;border-radius:16px;font-size:13px;font-weight:500}.pm-page .compose-recipient-chip-remove{padding:0;margin:0 0 0 2px;width:18px;height:18px;border:none;background:transparent;color:#1565c0;font-size:18px;line-height:1;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.pm-page .compose-recipient-chip-remove:hover{background:rgba(21,101,192,.15);color:#0d47a1}.pm-page .compose-recipient-input{flex:1 1;min-width:120px;padding:6px 10px!important;border:none!important;border-radius:4px;font-size:14px;font-family:inherit;background:transparent}.pm-page .compose-recipient-input:focus{outline:none;background:#fafafa}.pm-page .compose-recipient-add-btn{padding:6px 14px;font-size:13px;font-weight:500;background:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.pm-page .compose-recipient-add-btn:hover:not(:disabled){background:#1565c0}.pm-page .compose-recipient-add-btn:disabled{background:#b0bec5;cursor:not-allowed}.pm-page .compose-modal input,.pm-page .compose-modal textarea,.pm-page .compose-recipient-wrap input[type=text]:not(.compose-recipient-input){width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit}.pm-page .compose-search-dropdown{position:absolute;left:0;right:0;top:100%;margin:0;padding:4px 0;list-style:none;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10;max-height:200px;overflow-y:auto}.pm-page .compose-search-dropdown li{padding:8px 12px;cursor:pointer;font-size:14px}.pm-page .compose-search-dropdown li:hover{background:#f0f0f0}.pm-page .compose-toolbar-wrap{position:relative;z-index:50;overflow:visible;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee}.pm-page .compose-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0;padding:0}.pm-page .tb-btn,.pm-page .tb-select{padding:6px 10px;font-size:13px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer}.pm-page .tb-btn:hover{background:#eee}.pm-page .tb-dropdown{position:relative}.pm-page .tb-dropdown-panel{position:absolute;bottom:100%;top:auto;left:0;margin-bottom:4px;margin-top:0;padding:8px;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 -4px 12px rgba(0,0,0,.12);z-index:100;display:flex;flex-wrap:wrap;gap:6px;min-width:120px;max-width:min(280px,calc(100vw - 32px))}.pm-page .tb-dropdown-right .tb-dropdown-panel{left:auto;right:0}.pm-page .tb-font-panel{flex-direction:column;min-width:180px}.pm-page .tb-font-row{display:flex;align-items:center;gap:8px;font-size:13px}.pm-page .tb-font-row input[type=color],.pm-page .tb-font-row select{padding:4px;border:1px solid #ddd;border-radius:4px}.pm-page .tb-apply{margin-top:6px;padding:6px 12px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px}.pm-page .tb-emoji-panel{max-width:280px;max-height:200px;overflow-y:auto;overflow-x:hidden}.pm-page .tb-emoji{width:32px;height:32px;padding:0;font-size:18px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;cursor:pointer}.pm-page .tb-emoji:hover{background:#f0f0f0}.pm-page .compose-attach-panel{padding:10px 12px;margin-bottom:10px;background:#f9f9f9;border:1px dashed #ddd;border-radius:4px;font-size:13px;color:#666}.pm-page .compose-attach-hint{margin:0}.pm-page .compose-textarea{margin-bottom:0;resize:vertical;min-height:120px;box-sizing:border-box}@media (max-width:600px){.pm-page .compose-overlay{padding:8px}.pm-page .compose-modal.compose-modal-rich{max-height:calc(100vh - 16px);max-width:100%;border-radius:12px}.pm-page .compose-modal-title{padding:16px 16px 12px;font-size:18px}.pm-page .compose-modal-body{padding:12px 16px 16px}.pm-page .compose-modal-footer{padding:12px 16px 16px;gap:12px}.pm-page .compose-modal-footer button{flex:1 1;min-height:48px;font-size:15px}.pm-page .compose-toolbar .tb-btn{min-height:40px;min-width:40px;padding:8px 10px}.pm-page .tb-dropdown-panel{max-width:calc(100vw - 24px)}.pm-page .tb-emoji-panel{max-height:180px}}.pm-page .loading-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#666}@media (max-width:768px){.pm-page .page-header{padding:12px}.pm-page .page-header h1{font-size:18px}.pm-page .pm-container{flex-direction:column;min-height:260px}.pm-page .folders-sidebar{width:100%;max-width:none;border-right:none;border-bottom:1px solid #e0e0e0;padding:12px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pm-page .folders-sidebar h3,.pm-page .folders-sidebar h4{width:100%;margin:0 0 8px}.pm-page .folders-sidebar .folder-btn{width:auto;margin-bottom:0;flex-shrink:0}.pm-page .messages-list{flex:1 1;padding:12px 0;width:100%}.pm-page .message-item{width:100%;box-sizing:border-box;padding:10px 12px;gap:10px}.pm-page .message-avatar{width:40px;height:40px}.pm-page .subject{font-size:14px}.pm-page .preview{font-size:12px}}@media (max-width:480px){.pm-page{max-width:none}.pm-page .page-header{flex-wrap:wrap;gap:8px;padding:10px}.pm-page .page-header h1{font-size:16px}.pm-page .compose-btn{padding:8px 14px;font-size:13px}.pm-page .folders-sidebar{padding:10px;gap:6px}.pm-page .folder-btn{padding:8px 10px;font-size:13px}.pm-page .messages-list{padding:10px 0;width:100%}.pm-page .message-item{width:100%;box-sizing:border-box;padding:8px 10px;margin-bottom:8px}.pm-page .message-avatar{width:36px;height:36px}.pm-page .author{font-size:13px}.pm-page .time{font-size:11px}.pm-page .subject{font-size:13px}.pm-page .preview{display:none}}.tn2-overview{padding:0 0 56px!important;gap:0;display:flex;flex-direction:column}@keyframes tn2-slide-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.tn2-animate{animation:tn2-slide-up .45s cubic-bezier(.22,1,.36,1) var(--tn2-delay,0ms) both}.tn2-greeting{padding:24px 20px 20px}.tn2-greeting__salute{margin:0 0 3px;font-size:26px;font-weight:800;color:#2d3748;letter-spacing:-.02em;line-height:1.2}.tn2-greeting__date{margin:0;font-size:13px;color:#7e8da0;font-weight:500;text-transform:capitalize;letter-spacing:.01em}.tn2-zones{display:flex;flex-direction:column;gap:28px;padding:0 20px}.tn2-overview .hub-today-widget{border:none!important;border-radius:16px;padding:22px 24px;background:#fff;box-shadow:0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08);transition:box-shadow .2s,transform .18s;display:flex;flex-direction:column}.tn2-overview .hub-today-widget:hover{box-shadow:0 2px 6px rgba(17,24,39,.07),0 8px 28px rgba(17,24,39,.12);transform:translateY(-2px)}.tn2-overview .hub-today-widget__head{margin-bottom:8px}.tn2-overview .hub-today-widget__service{font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.12em}.tn2-widget-wrap[data-service=ai] .hub-today-widget__service,.tn2-widget-wrap[data-service=lira] .hub-today-widget__service{color:#7c3aed}.tn2-widget-wrap[data-service=bloon] .hub-today-widget__service{color:#0284c7}.tn2-widget-wrap[data-service=favira] .hub-today-widget__service,.tn2-widget-wrap[data-service=favora] .hub-today-widget__service{color:#b45309}.tn2-widget-wrap[data-service=sp] .hub-today-widget__service,.tn2-widget-wrap[data-service=spcab] .hub-today-widget__service{color:#1d6fb8}.tn2-widget-wrap[data-service=sbor] .hub-today-widget__service{color:#059669}.tn2-widget-wrap[data-service=dela] .hub-today-widget__service{color:#0d9488}.tn2-widget-wrap[data-service=tevio] .hub-today-widget__service{color:#dc2626}.tn2-widget-wrap[data-service=famistry] .hub-today-widget__service{color:#4f46e5}.tn2-widget-wrap[data-service=kiori] .hub-today-widget__service,.tn2-widget-wrap[data-service=startor] .hub-today-widget__service{color:#c2410c}.tn2-widget-wrap[data-service=surgut] .hub-today-widget__service{color:#1d6fb8}.tn2-widget-wrap[data-service=core] .hub-today-widget__service{color:#4b5563}.tn2-overview .hub-today-widget__title{font-size:17px;font-weight:700;color:#2d3748;margin-bottom:5px;line-height:1.35}.tn2-overview .hub-today-widget__subtitle{font-size:13px;color:#718096;margin-bottom:0;line-height:1.5}.tn2-overview .hub-today-widget__value{font-size:36px;font-weight:900;color:#2d3748;letter-spacing:-.03em;line-height:1;margin-top:8px;margin-bottom:4px}.tn2-overview .hub-today-widget__btn{display:inline-block;margin-top:auto;padding:10px 20px;align-self:flex-start;background:#374151;color:#fff;border:none!important;border-radius:10px;font-size:13px;font-weight:600;text-decoration:none;transition:background .18s,transform .14s,box-shadow .18s;cursor:pointer}.tn2-overview .hub-today-widget__btn:hover{background:#4a5568;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,55,72,.2);color:#fff}.tn2-overview .hub-today-widget__list{list-style:none;margin:12px 0 0;padding:0}.tn2-overview .hub-today-widget__list-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;padding:8px 0;border-top:1px solid #edf2f7;font-size:13px;line-height:1.4}.tn2-overview .hub-today-widget__list-item:first-child{border-top:none;padding-top:2px}.tn2-overview .hub-today-widget__list-link{color:#2b6cb0;font-weight:600;text-decoration:none}.tn2-overview .hub-today-widget__list-link:hover{text-decoration:underline}.tn2-overview .hub-today-widget__list-text{font-weight:600;color:#2d3748}.tn2-overview .hub-today-widget__list-meta{font-size:12px;color:#718096;width:100%}.tn2-overview .hub-today-widget--list .hub-today-widget__subtitle{margin-bottom:2px}.tn2-widget-wrap{display:contents}.tn2-widget-wrap .hub-today-widget__service:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px;vertical-align:middle;flex-shrink:0;background:currentColor;opacity:.7}.tn2-section--priority .tn2-widget-wrap[data-service=ai] .hub-today-widget,.tn2-section--priority .tn2-widget-wrap[data-service=lira] .hub-today-widget{box-shadow:inset 2px 0 0 #c4b5fd,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=bloon] .hub-today-widget{box-shadow:inset 2px 0 0 #7dd3fc,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=favira] .hub-today-widget,.tn2-section--priority .tn2-widget-wrap[data-service=favora] .hub-today-widget{box-shadow:inset 2px 0 0 #fcd34d,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=sp] .hub-today-widget,.tn2-section--priority .tn2-widget-wrap[data-service=spcab] .hub-today-widget{box-shadow:inset 2px 0 0 #93c5fd,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=sbor] .hub-today-widget{box-shadow:inset 2px 0 0 #6ee7b7,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=dela] .hub-today-widget{box-shadow:inset 2px 0 0 #5eead4,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=tevio] .hub-today-widget{box-shadow:inset 2px 0 0 #fca5a5,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=famistry] .hub-today-widget{box-shadow:inset 2px 0 0 #a5b4fc,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--priority .tn2-widget-wrap[data-service=kiori] .hub-today-widget{box-shadow:inset 2px 0 0 #fdba74,0 1px 3px rgba(17,24,39,.06),0 4px 16px rgba(17,24,39,.08)}.tn2-section--hero .hub-today-widget{padding:36px 36px 32px;min-height:180px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(140deg,#eef2ff,#f0f9ff 55%,#ede9fe);box-shadow:0 2px 8px rgba(99,102,241,.1),0 12px 40px rgba(99,102,241,.14)!important;border-left:4px solid #6366f1!important;border-radius:18px}.tn2-section--hero .hub-today-widget:hover{transform:translateY(-3px);box-shadow:0 4px 14px rgba(99,102,241,.14),0 18px 48px rgba(99,102,241,.18)!important}.tn2-section--hero .hub-today-widget__service{color:#818cf8;font-size:11px}.tn2-section--hero .hub-today-widget__title{font-size:24px;font-weight:800;color:#312e81;letter-spacing:-.025em;line-height:1.25;margin-bottom:8px}.tn2-section--hero .hub-today-widget__subtitle{font-size:15px;color:#64748b;margin-bottom:4px}.tn2-section--hero .hub-today-widget__value{color:#4f46e5}.tn2-section--hero .hub-today-widget__btn{background:#6366f1;color:#fff;padding:12px 24px;font-size:14px;border-radius:11px;align-self:flex-start;margin-top:24px}.tn2-section--hero .hub-today-widget__btn:hover{background:#4f46e5;box-shadow:0 4px 16px rgba(99,102,241,.35);color:#fff}.tn2-section--priority .hub-today-widget{padding:26px 28px 24px}.tn2-section--priority .hub-today-widget__title{font-size:18px;color:#2d3748}.tn2-section--priority .hub-today-widget__value{font-size:42px;color:#2d3748}.tn2-section--priority .hub-today-widget__btn{background:#2f80ed;color:#fff}.tn2-section--priority .hub-today-widget__btn:hover{background:#2563eb;color:#fff;box-shadow:0 4px 12px rgba(47,128,237,.3)}.tn2-section--actions .hub-today-widget{padding:22px 24px}.tn2-section--actions .hub-today-widget__title{font-size:16px}.tn2-section--actions .hub-today-widget__btn{background:#f1f3f6;color:#374151;padding:9px 18px;font-weight:600}.tn2-section--actions .hub-today-widget__btn:hover{background:#e4e7ec;box-shadow:none;transform:none;color:#1f2937}.tn2-section--actions .tn2-widget-wrap[data-service=ai] .hub-today-widget__btn,.tn2-section--actions .tn2-widget-wrap[data-service=lira] .hub-today-widget__btn{background:#eef2ff;color:#4f46e5}.tn2-section--actions .tn2-widget-wrap[data-service=ai] .hub-today-widget__btn:hover,.tn2-section--actions .tn2-widget-wrap[data-service=lira] .hub-today-widget__btn:hover{background:#e0e7ff;color:#4338ca;box-shadow:none}.tn2-section--explore .hub-today-widget{padding:22px 24px 20px;box-shadow:0 1px 3px rgba(17,24,39,.05),0 4px 14px rgba(17,24,39,.08)}.tn2-section--explore .hub-today-widget__title{font-size:16px;font-weight:700;color:#2d3748}.tn2-section--explore .hub-today-widget__subtitle{font-size:13px;color:#718096}.tn2-section--explore .hub-today-widget__btn{background:transparent;color:#6366f1;border:1.5px solid #c7d2fe!important;padding:9px 18px;font-size:13px;font-weight:600}.tn2-section--explore .hub-today-widget__btn:hover{background:#eef2ff;color:#4f46e5;border-color:#a5b4fc!important;box-shadow:none;transform:none}.tn2-section-header{margin-bottom:16px}.tn2-section-title{margin:0;font-size:20px;font-weight:800;color:#2d3748;letter-spacing:-.015em;line-height:1.2}.tn2-section--actions .tn2-section-title{font-size:16px;font-weight:700;color:#6b7280;letter-spacing:0}.tn2-section-lead{margin:-8px 0 16px;font-size:13px;color:#9ca3af}.tn2-grid{display:grid;grid-gap:16px;gap:16px}.tn2-grid--1{grid-template-columns:1fr}.tn2-grid--2{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.tn2-grid--3,.tn2-grid--4{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}@media (max-width:600px){.tn2-grid--2,.tn2-grid--3,.tn2-grid--4{grid-template-columns:1fr}}.tn2-fallback-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px}.tn2-fallback-card{display:block;padding:20px;background:#fff;box-shadow:0 1px 3px rgba(17,24,39,.06),0 4px 14px rgba(17,24,39,.08);border-radius:14px;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .16s}.tn2-fallback-card:hover{box-shadow:0 3px 8px rgba(17,24,39,.08),0 10px 24px rgba(17,24,39,.12);transform:translateY(-2px)}.tn2-fallback-card__title{display:block;font-size:15px;font-weight:700;color:#111827;margin-bottom:4px}.tn2-fallback-card__desc{display:block;font-size:13px;color:#6b7280;line-height:1.4}.tn2-loading{padding:60px 20px;text-align:center;color:#c4c9d4;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:14px}.tn2-loading__bar{width:140px;height:2px;background:#e5e7eb;border-radius:99px;overflow:hidden}.tn2-loading__bar:after{content:"";display:block;height:100%;width:45%;background:linear-gradient(90deg,#818cf8,#2f80ed);border-radius:99px;animation:tn2-loading-slide 1.5s ease-in-out infinite}@keyframes tn2-loading-slide{0%{transform:translateX(-120%)}60%{transform:translateX(280%)}to{transform:translateX(280%)}}.tn2-soft-state{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center;padding:48px 20px;overflow:hidden;border-radius:20px;background:#f9fafb;margin:0 20px}.tn2-soft-state__bg{position:absolute;inset:0;pointer-events:none}.tn2-soft-state__blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.35}.tn2-soft-state__blob--1{width:240px;height:240px;background:#bfdbfe;top:-40px;left:-50px}.tn2-soft-state__blob--2{width:200px;height:200px;background:#ddd6fe;top:20%;right:-30px}.tn2-soft-state__blob--3{width:160px;height:160px;background:#a7f3d0;bottom:-20px;left:35%}.tn2-soft-state__content{position:relative;text-align:center;max-width:360px}.tn2-soft-state__lead{font-size:20px;font-weight:800;color:#111827;margin:0 0 6px;letter-spacing:-.02em}.tn2-soft-state__sub{font-size:14px;color:#6b7280;margin:0 0 24px}.tn2-soft-state__btn{display:inline-block;padding:11px 26px;background:#111827;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .18s}.tn2-soft-state__btn:hover{background:#1f2937}.tn2-guest{background:linear-gradient(145deg,#eef2ff,#f0f9ff 55%,#ede9fe);border-radius:20px;margin:20px 20px 0;min-height:280px;padding:36px 32px 40px;display:flex;flex-direction:column;justify-content:flex-end}.tn2-guest__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#818cf8;margin:0 0 12px}.tn2-guest__title{font-size:26px;font-weight:900;color:#1e1b4b;line-height:1.2;letter-spacing:-.025em;margin:0 0 12px;max-width:440px}.tn2-guest__lead{font-size:15px;color:#4b5563;line-height:1.6;margin:0 0 22px;max-width:400px}.tn2-guest__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:26px}.tn2-guest__pill{display:inline-block;padding:7px 14px;background:hsla(0,0%,100%,.7);border:1px solid rgba(99,102,241,.15);border-radius:99px;font-size:13px;font-weight:500;color:#4338ca;text-decoration:none;transition:background .18s;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tn2-guest__pill:hover{background:hsla(0,0%,100%,.9)}.tn2-guest__actions{display:flex;gap:10px;flex-wrap:wrap}.tn2-guest__btn--primary{display:inline-block;padding:12px 26px;background:#4f46e5;color:#fff;border-radius:12px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,transform .14s,box-shadow .18s}.tn2-guest__btn--primary:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 16px rgba(79,70,229,.3)}.tn2-guest__btn--secondary{display:inline-block;padding:12px 26px;background:hsla(0,0%,100%,.7);color:#374151;border:1px solid rgba(99,102,241,.2);border-radius:12px;font-size:14px;font-weight:600;text-decoration:none;transition:background .18s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tn2-guest__btn--secondary:hover{background:#fff}.tn2-overview .hub-today-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden}