:root{--yb-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--yb-header-logo-url:url(/images/logo.svg);--yb-theme-sun-url:url(/images/Sun.svg);--yb-theme-moon-url:url(/images/Moon.svg);--yb-signin-logo-url:url(/images/logo.svg);--yb-signin-caret-url:url(/images/CaretRight.svg);--yb-signin-eye-url:url(/images/Eye.svg);--yb-signin-eye-slash-url:url(/images/EyeSlash.svg)}[data-yb-theme=dark],:root:not([data-yb-theme]){--yb-gradient-start:#06060c;--yb-gradient-end:#40134a;--yb-accent:#ddfd6c;--yb-accent-text:#06060c;--yb-text-dark:#fff;--yb-text-muted:#c5c7da;--yb-outline:#ffffff94;--yb-card-shadow:0 24px 64px #00000094}[data-yb-theme=light]{--yb-gradient-start:#f4f2ff;--yb-gradient-end:#e9e3ff;--yb-accent:#8458fc;--yb-accent-text:#fff;--yb-text-dark:#141826;--yb-text-muted:#5f5b79;--yb-outline:#14182642;--yb-card-shadow:0 24px 64px #1b14402e}body{--yb-app-header-height:58px;font-family:var(--yb-font-family);margin:0;padding:0;overflow:hidden}#app-header{z-index:1000;height:var(--yb-app-header-height);background:linear-gradient(135deg, var(--yb-gradient-start) 0%, var(--yb-gradient-end) 100%);align-items:center;padding:0 20px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000001a}#app-header h1{color:var(--yb-text-dark);align-items:center;gap:8px;margin:0;font-size:18px;font-weight:600;display:flex}.app-header-logo{background-image:var(--yb-header-logo-url);background-position:50%;background-repeat:no-repeat;background-size:contain;flex:none;width:52px;height:52px;margin-right:12px;display:inline-block}.app-header-logo-link{align-items:center;text-decoration:none;display:inline-flex}[data-yb-theme=light] .app-header-logo{filter:brightness(0)}#user-info{min-height:32px;color:var(--yb-text-dark);align-items:center;gap:22px;margin-left:auto;font-size:14px;display:flex}#user-login{white-space:nowrap}#logout-btn{cursor:pointer;background:var(--yb-accent);height:32px;color:var(--yb-accent-text);border:0;border-radius:24px;padding:0 16px;font-size:14px;font-weight:500;line-height:1;transition:transform .2s ease-in-out,background-color .2s ease-in-out;transform:translate(0,0)}#logout-btn:hover{background-color:color-mix(in srgb, var(--yb-accent) 80%, white);transform:translateY(-1px)}#logout-btn:active{transform:translate(0,0)}#user-info .yb-theme-toggle{cursor:pointer;background-color:color-mix(in srgb, var(--yb-text-dark) 10%, transparent);background-image:var(--yb-theme-moon-url);color:#0000;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;border:0;border-radius:50%;flex:none;align-self:center;width:32px;height:32px;margin:0;padding:0;font-size:0;line-height:0;transition:transform .2s ease-in-out;transform:translate(0,0)}[data-yb-theme=dark] #user-info .yb-theme-toggle,:root:not([data-yb-theme]) #user-info .yb-theme-toggle{filter:brightness(0)invert()}[data-yb-theme=light] #user-info .yb-theme-toggle{background-image:var(--yb-theme-sun-url);filter:none}#user-info .yb-theme-toggle:hover{transform:translateY(-1px)}@media (width<=600px){#app-header{height:var(--yb-app-header-height);gap:8px;padding:0 10px}.app-header-logo{width:40px;height:40px;margin-right:8px}#app-header h1{white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:auto;min-width:0;font-size:15px;line-height:1.1;display:-webkit-box;overflow:hidden}#user-info{gap:10px}#user-login{white-space:normal;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;max-width:120px;line-height:1.1;display:-webkit-box;overflow:hidden}#logout-btn{height:32px;padding:0 16px;font-size:14px}}#main-container,#tradingview_container,#tradingview_container iframe{margin:0;padding:0}#tradingview_container{width:100%;height:calc(100vh - var(--yb-app-header-height));margin-top:var(--yb-app-header-height)}.loading{height:calc(100vh - var(--yb-app-header-height));color:#666;justify-content:center;align-items:center;font-size:18px;display:flex}
