body .hy-notice-center{width:min(440px,calc(100vw - 24px));max-height:min(640px,calc(100dvh - 96px));display:flex;flex-direction:column;overflow:hidden;background:var(--hy-ui-surface)!important;color:var(--hy-ui-text)!important;border:1px solid var(--hy-ui-line)!important;border-radius:20px!important;box-shadow:0 24px 64px #00000030,0 4px 12px #00000014!important;font-size:13px}body .hy-notice-center button{font:inherit;cursor:pointer;color:inherit}body .hy-notice-header{display:flex;align-items:center;gap:12px;padding:22px 20px 18px;flex-shrink:0}body .hy-notice-brand-icon{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:13px;color:#153426!important;background:linear-gradient(115deg,#e7f8b6,#b9efbf 48%,#86dcc5)!important}body .hy-notice-heading{min-width:0;flex:1}body .hy-notice-heading h2{margin:0;font-size:18px;font-weight:650;letter-spacing:-.4px;color:var(--hy-ui-text)!important}body .hy-notice-heading p{margin:4px 0 0;font-size:11px;line-height:1.5;color:var(--hy-ui-muted)!important}body .hy-notice-mark{display:flex;align-items:center;gap:5px;flex-shrink:0;padding:8px 0 8px 6px;border:0;background:transparent!important;color:var(--hy-ui-muted)!important;font-size:12px!important}body .hy-notice-mark:disabled{cursor:wait}body .hy-notice-filters{display:flex;gap:4px;margin:0 20px 12px;padding:4px;background:var(--hy-ui-page)!important;border-radius:11px;flex-shrink:0}body .hy-notice-filters button{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-width:0;padding:8px;border:1px solid transparent;border-radius:8px;background:transparent!important;color:var(--hy-ui-muted)!important}body .hy-notice-filters button[aria-pressed=true]{background:var(--hy-ui-raised)!important;border-color:var(--hy-ui-line);color:var(--hy-ui-text)!important;font-weight:600}body .hy-notice-filters button span{font-size:11px;font-variant-numeric:tabular-nums}body .hy-notice-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 10px 12px;scrollbar-width:thin;scrollbar-color:var(--hy-ui-lineStrong) transparent}body .hy-notice-item{display:flex;width:100%;gap:12px;padding:16px 10px;text-align:left;border:0;border-radius:12px;background:transparent!important}body .hy-notice-item+.hy-notice-item{margin-top:2px}body .hy-notice-item:hover{background:var(--hy-ui-raised)!important}body .hy-notice-item-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;flex-shrink:0;background:var(--hy-ui-raised)!important;color:var(--hy-ui-muted)!important}body .hy-notice-item[data-unread=true] .hy-notice-item-icon{color:var(--hy-ui-accent)!important}body .hy-notice-content{flex:1;min-width:0}body .hy-notice-title{display:flex;align-items:flex-start;gap:10px}body .hy-notice-title strong{flex:1;min-width:0;font-size:13px;line-height:1.6;font-weight:600;overflow-wrap:anywhere;color:var(--hy-ui-text)!important}body .hy-notice-dot{width:6px;height:6px;flex-shrink:0;margin-top:7px;border-radius:50%;background:var(--hy-ui-accent)!important}body .hy-notice-summary{margin:5px 0 10px;font-size:12px;line-height:1.7;color:var(--hy-ui-muted)!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}body .hy-notice-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;font-size:11px;line-height:1.5;color:var(--hy-ui-muted)!important}body .hy-notice-meta time{font-variant-numeric:tabular-nums}body .hy-notice-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--hy-ui-line);padding:14px 20px;flex-shrink:0}body .hy-notice-footer>span{font-size:11px;color:var(--hy-ui-muted)!important}body .hy-notice-footer button,body .hy-notice-empty button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:transparent!important;color:var(--hy-ui-accent)!important;padding:6px 0;font-weight:600}body .hy-notice-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:30px 20px;gap:12px;text-align:center;color:var(--hy-ui-muted)!important}body .hy-notice-empty h3{margin:0;font-size:14px;color:var(--hy-ui-text)!important}body .hy-notice-empty p{margin:0;line-height:1.7;font-size:12px}body .hy-notice-error{padding:0 20px;color:var(--hy-ui-danger)!important}body .hy-notice-center button:focus-visible{outline:2px solid var(--hy-ui-accent)!important;outline-offset:-2px}@media(max-width:480px){body .hy-notice-header{gap:10px;padding:16px}body .hy-notice-filters{margin-inline:16px}body .hy-notice-footer{padding-inline:16px}body .hy-notice-footer>span{display:none}body .hy-notice-footer button{margin-left:auto}}.hy-storage-trigger{display:inline-flex;align-items:center;gap:7px;max-width:100%;min-height:32px;padding:4px 12px;border:1px solid var(--hy-line,#383e47);border-radius:24px;background:var(--hy-surface,#1a1d22);color:var(--hy-ink,#f3f4f6);font:inherit;font-size:12px;cursor:pointer}.hy-storage-trigger[data-level=warning],.hy-storage-trigger[data-level=full]{border-color:#90743f;color:#f4d58a}.hy-storage-trigger:focus-visible,.hy-storage-modal button:focus-visible{outline:2px solid #b8e6c5;outline-offset:3px}.hy-storage-modal .ant-modal-container{padding:0!important;border:1px solid #383e47;border-radius:20px!important;background:#14191b!important;color:#f3f4f6;overflow:hidden}.hy-storage-modal .ant-modal-close{color:#b1b8c4;top:20px;right:20px}.hy-storage-layout{display:grid;grid-template-columns:40% 60%;padding:48px 48px 28px;min-height:654px;color:#f3f4f6;font-family:inherit;box-sizing:border-box}.hy-storage-current{padding-right:40px;border-right:1px solid #383e47;display:flex;flex-direction:column}.hy-storage-current h2,.hy-storage-unavailable h2{font-size:32px;font-weight:650;line-height:1.3;margin:0 0 8px;letter-spacing:-.6px;color:#f3f4f6}.hy-storage-muted{color:#b1b8c4;font-size:16px;line-height:1.6;margin:0}.hy-storage-meter{margin-top:104px}.hy-storage-tier{font-size:18px;color:#b1b8c4;margin:0 0 16px}.hy-storage-meter h3{font-size:30px;line-height:1.35;color:#f3f4f6;margin:0 0 18px;font-weight:650}.hy-storage-meter progress{display:block;width:100%;height:14px;appearance:none;border:0;border-radius:10px;overflow:hidden;background:#2b3038}.hy-storage-meter progress::-webkit-progress-bar{background:#2b3038;border-radius:10px}.hy-storage-meter progress::-webkit-progress-value{background:#b8e6c5;border-radius:10px}.hy-storage-meter progress::-moz-progress-bar{background:#b8e6c5}.hy-storage-amount{font-size:18px;margin:12px 0;color:#e0e4e9;font-variant-numeric:tabular-nums}.hy-storage-reserved{font-size:13px;line-height:1.6;color:#b1b8c4}.hy-storage-offer{padding:42px 0 0 48px;box-sizing:border-box}.hy-storage-plan{font-size:24px;line-height:1.3;margin:0 0 8px;color:#f3f4f6}.hy-storage-large{font-size:144px;line-height:1.05;font-weight:750;letter-spacing:-6px;color:#b8e6c5;white-space:nowrap}.hy-storage-large span{font-size:.73em;letter-spacing:-2px;margin-left:16px}.hy-storage-description{font-size:20px;color:#b1b8c4;margin:8px 0 28px;line-height:1.5}.hy-storage-promo{display:inline-block;border:1px solid #567d67;border-radius:20px;color:#b8e6c5;background:#22372b;font-size:13px;padding:3px 11px}.hy-storage-price{font-size:52px;font-weight:650;line-height:1.25;margin:12px 0 30px;font-variant-numeric:tabular-nums}.hy-storage-price small{font-size:26px;margin-right:5px}.hy-storage-price span{font-size:24px;font-weight:400;margin-left:12px}.hy-storage-actions{display:grid;gap:10px;margin-top:24px}.hy-storage-actions button{min-height:55px;border-radius:16px;font-family:inherit;font-size:18px;cursor:pointer;transition:background .12s}.hy-storage-upgrade{border:0;background:#b8e6c5;color:#13261b;font-weight:700}.hy-storage-upgrade:hover{background:#ccefd5}.hy-storage-manage{border:1px solid #48505b;background:transparent;color:#e0e4e9}.hy-storage-manage:hover{background:#24282e}.hy-storage-footnote{text-align:center;font-size:14px;color:#b1b8c4;margin:16px 0 0;line-height:1.5}.hy-storage-unavailable{padding:64px 40px;min-height:250px;color:#b1b8c4}@media(min-width:1280px){.hy-storage-modal{left:90px}}@media(min-width:1100px){.hy-storage-muted{font-size:20px}.hy-storage-meter h3{font-size:32px}.hy-storage-offer>:not(.hy-storage-actions):not(.hy-storage-footnote){margin-left:60px}.hy-storage-description,.hy-storage-actions button{font-size:22px}.hy-storage-footnote{font-size:16px}}@media(max-width:720px){.hy-storage-layout{grid-template-columns:1fr;padding:36px 24px 24px;min-height:0}.hy-storage-current{padding:0 0 24px;border-right:0;border-bottom:1px solid #383e47}.hy-storage-current h2{font-size:25px}.hy-storage-muted{font-size:14px}.hy-storage-meter{margin-top:24px}.hy-storage-tier{font-size:14px;margin-bottom:8px}.hy-storage-meter h3{font-size:23px}.hy-storage-offer{padding:24px 0 0}.hy-storage-plan{font-size:20px}.hy-storage-large{font-size:80px}.hy-storage-description{font-size:16px;margin-bottom:18px}.hy-storage-price{font-size:38px;margin:8px 0 18px}.hy-storage-actions{margin-top:18px}.hy-storage-trigger-value{display:none}.hy-storage-modal{max-width:calc(100vw - 24px);padding-bottom:0}.hy-storage-modal .ant-modal-container{max-height:calc(100dvh - 40px);overflow:auto}}@media(prefers-reduced-motion:reduce){.hy-storage-actions button{transition:none}}@layer hy-design{html body .workspace-account-login-button{background:#ededee!important;color:#17181b!important;border-color:#ededee!important;box-shadow:none!important}html body .workspace-account-login-button:hover{background:#fff!important;color:#17181b!important}html body .workspace-account-login-button :is(span,svg){color:#17181b!important;stroke:currentColor!important}html body .hy-guest-account-card,html body .hy-guest-auth-modal .ant-modal-container,html body .hy-guest-auth-modal .ant-modal-content{background:#17181b!important;border:1px solid #34363b!important;box-shadow:0 20px 60px #0009!important;border-radius:22px!important;color:#f3f3f4!important}html body .hy-guest-account-content{padding:24px!important}html body .hy-guest-eyebrow{font-size:10px!important;letter-spacing:1.5px!important;color:#909298!important}html body .hy-guest-account-content h2{margin:13px 0 9px!important;font-size:19px!important;line-height:1.5!important;font-weight:600!important;color:#f4f4f5!important}html body .hy-guest-account-content p,html body .hy-guest-auth-content p{font-size:12px!important;line-height:1.8!important;color:#9b9da4!important;margin:0 0 22px!important}html body .hy-guest-primary,html body .hy-guest-secondary{width:100%!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;border-radius:11px!important;font-size:13px!important;font-weight:600!important;box-shadow:none!important;cursor:pointer!important;transition:background-color .16s ease!important}html body .hy-guest-primary{background:#ededee!important;color:#17181b!important;border:1px solid #ededee!important}html body .hy-guest-primary:hover{background:#fff!important}html body .hy-guest-auth-modal .hy-guest-auth-content .hy-guest-primary.ant-btn{background:#ededee!important;color:#17181b!important;border-color:#ededee!important}html body .hy-guest-auth-modal .hy-guest-auth-content .hy-guest-primary.ant-btn span{color:#17181b!important}html body .hy-guest-secondary{margin-top:10px!important;background:#242529!important;color:#dddde1!important;border:1px solid #393b40!important}html body .hy-guest-secondary:hover{background:#303238!important}html body .hy-guest-plan-link{display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-top:22px!important;padding:16px 0 0!important;border:0!important;border-top:1px solid #303237!important;background:none!important;color:#92959d!important;font-size:12px!important;cursor:pointer!important}html body .hy-guest-auth-modal .ant-modal-mask{background:#04050794!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}html body .hy-guest-auth-modal .ant-modal{max-width:calc(100vw - 32px)!important;padding-bottom:0!important}html body .hy-guest-auth-modal .ant-modal-container,html body .hy-guest-auth-modal .ant-modal-content,html body .hy-guest-auth-modal .ant-modal-body{padding:0!important;overflow:hidden!important;filter:none!important}html body .hy-guest-auth-layout{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(400px,1fr)!important;height:min(720px,calc(100dvh - 48px));min-height:0;overflow:hidden;background:#17181b}html body .hy-guest-auth-media{position:relative;overflow:hidden;min-width:0;min-height:0;background:#08090a}html body .hy-guest-auth-media>video,html body .hy-guest-auth-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:none!important}html body .hy-guest-auth-media-shade{position:absolute;inset:0;background:linear-gradient(180deg,#0005,transparent 28%,transparent 50%,#000b);pointer-events:none}html body .hy-guest-auth-brand{position:absolute;top:32px;left:32px;display:flex;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:600}html body .hy-guest-auth-brand img{width:42px;height:30px;object-fit:contain}html body .hy-guest-auth-caption{position:absolute;bottom:42px;left:32px;right:28px;color:#fff}html body .hy-guest-auth-caption>span{font-size:11px;letter-spacing:2px;color:#ddd}html body .hy-guest-auth-caption h3{margin:16px 0 14px!important;font-size:clamp(22px,2.6vw,30px)!important;line-height:1.5!important;font-weight:600;color:#fff}html body .hy-guest-auth-caption p{font-size:12px;color:#d0d0d2}html body .hy-guest-auth-content{display:flex;flex-direction:column;min-width:0;min-height:0;overflow-y:auto;padding:48px 38px 32px!important}html body .hy-guest-auth-form-inner{flex:0 0 auto;width:100%;margin:auto 0!important}html body .hy-guest-auth-content h2{margin:12px 0 8px!important;font-size:25px!important;font-weight:600!important;color:#f4f4f5!important}html body .hy-guest-auth-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:4px!important;padding:4px!important;border-radius:12px!important;background:#101114!important;margin-bottom:20px!important}html body .hy-guest-auth-tabs button{padding:8px!important;border:0!important;border-radius:8px!important;color:#8e9099!important;background:transparent!important;cursor:pointer!important}html body .hy-guest-auth-tabs button[aria-pressed=true]{color:#fff!important;background:#303238!important}html body .hy-guest-auth-modal .ant-form-item-label label{color:#c4c5cb!important}html body .hy-guest-auth-modal .ant-input,html body .hy-guest-auth-modal .ant-input-affix-wrapper{background:#202126!important;color:#eee!important;border-color:#3c3e46!important;border-radius:9px!important;min-height:38px!important}html body .hy-guest-auth-modal .ant-input-affix-wrapper .ant-input{min-height:auto!important}html body .hy-guest-auth-modal .ant-input:focus,html body .hy-guest-auth-modal .ant-input:focus-visible{outline:none!important;box-shadow:none!important}html body .hy-guest-auth-modal .ant-input:focus,html body .hy-guest-auth-modal .ant-input-affix-wrapper:focus-within{border-color:#8b8e96!important;outline:none!important;box-shadow:none!important}html body .hy-guest-auth-modal .ant-input-affix-wrapper>input.ant-input{border:0!important;background:transparent!important}html body .hy-guest-auth-modal .ant-modal-close{color:#b4b6bd!important}html body .hy-guest-auth-content .hy-guest-footnote{margin:18px 0 0!important;text-align:center!important;font-size:11px!important}html body .hy-guest-auth-error{margin-bottom:14px!important}@media(max-width:640px){html body .hy-guest-auth-modal .ant-modal{max-width:calc(100vw - 24px)!important}html body .hy-guest-auth-layout{grid-template-columns:1fr!important;grid-template-rows:160px minmax(0,1fr);height:min(812px,calc(100dvh - 32px))}html body .hy-guest-auth-content{padding:26px 24px 24px!important}html body .hy-guest-auth-brand{top:20px;left:24px}html body .hy-guest-auth-caption{bottom:18px;left:24px}html body .hy-guest-auth-caption h3{margin:0!important;font-size:19px!important}html body .hy-guest-auth-caption h3 br,html body .hy-guest-auth-caption>span,html body .hy-guest-auth-caption p{display:none}html body .hy-guest-auth-modal .ant-modal-close{background:#17181bbf!important;color:#fff!important}}}
