:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.header{z-index:1000;width:100%;transition:transform .35s,opacity .35s;position:fixed;top:0}.header.show{opacity:1;z-index:10000;transform:translateY(0)}.header.hide{opacity:0;transform:translateY(-110%)}.header-wrapper{-webkit-backdrop-filter:blur(20px)saturate(140%);background:linear-gradient(145deg,#ffffff0d,#0009);border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:12px auto;padding:12px 22px;display:flex;position:relative;box-shadow:0 10px 30px #0009,inset 0 0 20px #ffffff0a}.logo{align-items:center;gap:8px;text-decoration:none;transition:opacity .2s;display:flex}.logo:hover{opacity:.88}.logo.logo-static{cursor:default;pointer-events:none}.logo.logo-static:hover{opacity:1}.header.intro-locked .header-wrapper{justify-content:space-between}.header.intro-locked .intro-hint{align-items:center;display:flex}.header.intro-locked .intro-hint-text{letter-spacing:.02em;color:#ffffff8c;white-space:nowrap;font-size:.82rem;font-weight:600}@media (width<=768px){.header.intro-locked .intro-hint-text{font-size:.75rem}}.logo-img{border-radius:7px;flex-shrink:0;width:30px;height:30px;display:block}.logo-text{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#fff 40%,#a8ffda 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:700}.header-right{align-items:center;gap:20px;display:flex}.nav-link{color:#ffffffbf;font-size:.95rem;text-decoration:none;transition:all .25s;position:relative}.nav-link:after{content:"";background:#00ff95;width:0%;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-link:hover{color:#fff}.nav-link.active{color:#00ff95}.nav-btn{color:#000;background:linear-gradient(120deg,#00ff95,#00cc7a);border-radius:10px;padding:9px 18px;font-weight:600;text-decoration:none;transition:all .25s}.nav-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00ff9666}.menu-toggle{cursor:pointer;z-index:10002;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;margin-left:auto;padding:0;display:none}.menu-toggle .burger-bar{background:#fff;border-radius:2px;width:18px;height:2px;transition:transform .25s,opacity .2s;display:block}.menu-toggle.open .burger-bar:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.open .burger-bar:nth-child(2){opacity:0}.menu-toggle.open .burger-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-backdrop,.mobile-menu{display:none}@media (width<=1024px){.header-wrapper{margin:10px 15px}}@media (width<=768px){.header-wrapper{margin:8px 12px;padding:10px 18px}.header-right.desktop{display:none}.menu-toggle{display:flex}.mobile-menu-backdrop{z-index:10001;background:#0000008c;animation:.2s fadeIn;display:block;position:fixed;inset:0}.mobile-menu{z-index:10002;-webkit-backdrop-filter:blur(28px);pointer-events:none;background:#0c0e14f7;border:1px solid #ffffff1a;border-right:none;border-radius:16px 0 0 16px;flex-direction:column;gap:4px;width:min(300px,86vw);height:100dvh;margin:0;padding:20px 18px 28px;transition:transform .28s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-12px 0 40px #0000008c}.mobile-menu.open{pointer-events:auto;transform:translate(0)}.mobile-menu .mobile-menu-header{color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;font-size:1rem;font-weight:600;display:flex}.mobile-menu .mobile-menu-close{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;width:36px;height:36px;font-size:1.5rem;line-height:1}.mobile-menu a,.mobile-menu .mobile-link{color:#ffffffd9;border-radius:10px;padding:14px 12px;font-size:1rem;text-decoration:none;transition:background .2s,color .2s}.mobile-menu a:hover,.mobile-menu a.active,.mobile-menu .mobile-link:hover,.mobile-menu .mobile-link.active{color:#00ff95;background:#00ff9514}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-btn{text-align:center;cursor:pointer;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;margin-top:8px;padding:12px;font-size:.95rem;font-weight:600;color:#000!important}.mobile-btn.logout{background:0 0;border:1px solid #ff4d4f;width:100%;color:#ff4d4f!important}@media (width<=480px){.header-wrapper{margin:6px 8px;padding:8px 14px}.logo-text{font-size:1.05rem}.logo-img{width:26px;height:26px}}.footer{width:100%}.footer-wrapper{text-align:center;border-top:1px solid gray;max-width:1200px;margin:0 auto;padding:2rem}@media (width<=768px){.footer-wrapper{padding:1.5rem 1rem}}@media (width<=480px){.footer-wrapper{padding:1.25rem .75rem;font-size:.9rem}}.toast-container{z-index:11000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:90px;right:20px}@media (width<=768px){.toast-container{width:calc(100% - 20px);top:80px;left:10px;right:10px}}.toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-width:300px;max-width:500px;padding:14px 18px;animation:.3s cubic-bezier(.34,1.56,.64,1) slideInRight;display:flex;box-shadow:0 8px 32px #0000004d}@media (width<=768px){.toast{width:100%;min-width:auto}}.toast .toast-content{flex:1;align-items:center;gap:10px;display:flex}.toast .toast-icon{justify-content:center;align-items:center;min-width:24px;font-size:1.2rem;font-weight:600;display:flex}.toast .toast-message{color:#ffffffe6;word-break:break-word;font-size:.95rem;line-height:1.4}.toast .toast-close{color:#fff9;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:color .2s;display:flex}.toast .toast-close:hover{color:#fffffff2}.toast.toast-success{background:#00ff951a;border-color:#00ff954d}.toast.toast-success .toast-icon{color:#00ff92}.toast.toast-success .toast-close{color:#00ff9599}.toast.toast-success .toast-close:hover{color:#00ff92}.toast.toast-error{background:#ff45451a;border-color:#ff45454d}.toast.toast-error .toast-icon{color:#f55}.toast.toast-error .toast-close{color:#ff454599}.toast.toast-error .toast-close:hover{color:#f55}.toast.toast-warning{background:#ffb74d1a;border-color:#ffb74d4d}.toast.toast-warning .toast-icon{color:#ffb84d}.toast.toast-warning .toast-close{color:#ffb74d99}.toast.toast-warning .toast-close:hover{color:#ffb84d}.toast.toast-info{background:#4dbcff1a;border-color:#4dbcff4d}.toast.toast-info .toast-icon{color:#4dbcff}.toast.toast-info .toast-close{color:#4dbcff99}.toast.toast-info .toast-close:hover{color:#4dbcff}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(400px)}}.home{flex-direction:column;gap:30px;padding:40px 20px;display:flex}.home-hero{text-align:center;max-width:900px;margin:0 auto}.home-hero h1{color:#fff;letter-spacing:.2px;margin-bottom:12px;font-size:2.3rem;line-height:1.3}.hero-sub{color:#ffffffb3;margin-bottom:20px;line-height:1.6}.hero-actions{justify-content:center;gap:12px;display:flex}.primary-btn{cursor:pointer;font:inherit;color:#000;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;padding:12px 22px;font-weight:600;text-decoration:none}.primary-btn:disabled{opacity:.7;cursor:wait}.secondary-btn{color:#fff;border:1px solid #fff3;border-radius:10px;padding:12px 22px;text-decoration:none}.home-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.home-card h3{color:#00ff95;margin-bottom:8px}.home-card p{color:#ffffffbf;line-height:1.6}.home-cta{justify-content:center;display:flex}.cta-btn{cursor:pointer;font:inherit;color:#000;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;padding:12px 24px;font-weight:600;text-decoration:none;display:inline-block}.cta-btn:disabled{opacity:.7;cursor:wait}@media (width<=1024px){.home-hero h1{font-size:2rem}}@media (width<=768px){.home{gap:20px;padding:20px 10px}.home-grid{grid-template-columns:1fr;gap:15px}.home-hero{padding:20px 15px}.home-hero h1{font-size:1.7rem}.home-hero .hero-sub{font-size:.95rem}.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.hero-actions a{text-align:center;width:100%}}@media (width<=480px){.home-hero h1{font-size:1.4rem}.cta-card h2{font-size:1.3rem}}.about{flex-direction:column;gap:30px;padding:40px 20px;display:flex}.about-hero{text-align:center;margin:0 auto}.about-hero h1{color:#fff;margin-bottom:12px;font-size:2.2rem}.hero-sub{color:#ffffffb3;line-height:1.6}.about-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.about-card h3{color:#00ff95;margin-bottom:8px}.about-card p{color:#ffffffbf;line-height:1.6}.about-deep{flex-direction:column;align-items:center;margin:0 auto;display:flex}.about-deep h2{color:#fff;margin-bottom:10px}.about-deep p{color:#ffffffbf;margin-bottom:12px}.about-deep ul{margin:0;padding:0;list-style:none}.about-deep li{color:#fffc;align-items:center;gap:8px;margin-bottom:8px;display:flex}.about-deep li:before{content:"✔";color:#00ff95;font-size:.9rem}.about-cta{justify-content:center;display:flex}.cta-card{text-align:center;max-width:600px}.cta-card h2{color:#fff;margin-bottom:10px}.cta-card p{color:#ffffffb3;margin-bottom:16px}.cta-btn{color:#000;cursor:pointer;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;padding:12px 24px;font-weight:600;transition:all .25s}.cta-btn:hover{box-shadow:0 6px 20px #00ff9666}@media (width<=1024px){.about-hero h1{font-size:1.8rem}}@media (width<=768px){.about{gap:20px;padding:20px 12px}.about-grid{grid-template-columns:1fr;gap:15px}.about-hero h1{font-size:1.6rem}.about-idea h2,.about-deep h2,.about-contact h2{font-size:1.4rem}}@media (width<=480px){.about-hero h1{font-size:1.4rem}}.about-idea{margin:0 auto}.about-idea h2{color:#fff;margin-bottom:10px}.about-idea p{color:#ffffffbf;margin-bottom:10px;line-height:1.6}.about-contact{text-align:center;max-width:700px;margin:0 auto}.contact-form{flex-direction:column;gap:12px;margin-top:15px;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#00000080;border:1px solid #00ff9633;border-radius:10px;padding:12px}.contact-form textarea{resize:none;min-height:100px}.contact-form button{color:#000;cursor:pointer;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;padding:12px;font-weight:600}.about-footer{text-align:center;color:#fff9;font-size:.9rem}.contact-title{color:#333;margin-bottom:1rem}.contact-content{line-height:1.6}*{box-sizing:border-box}html,body{color:#fff;background:radial-gradient(circle at 15% 20%,#00ff961f,#0000 40%),radial-gradient(circle at 85% 80%,#00ff9626,#0000 45%),linear-gradient(#000,#020403,#000);width:100%;min-height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.app-content{flex:1;width:100%;min-width:0}.app-content-wrapper{flex-direction:column;gap:30px;width:100%;min-width:0;max-width:1200px;margin:0 auto;padding:100px 20px 40px;display:flex}.tracker-page-wrapper{background:0 0;width:100%;min-width:0;min-height:calc(100vh - 120px)}@media (width<=1024px){.app-content-wrapper{padding:90px 18px 30px}}@media (width<=768px){.app-content-wrapper{gap:20px;padding:80px 15px 25px}.tracker-page-wrapper{min-height:calc(100vh - 100px)}.glass-card{min-width:0;padding:20px}}@media (width<=480px){.app-content-wrapper{padding:70px 12px 20px}.glass-card{border-radius:14px;padding:16px}}.glass-card{-webkit-backdrop-filter:blur(22px)saturate(140%);background:linear-gradient(145deg,#ffffff0a,#0009);border:1px solid #ffffff0f;border-radius:16px;width:100%;min-width:0;max-width:100%;padding:28px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 40px #0009,inset 0 0 15px #ffffff08,inset 0 0 25px #00ff960a}.glass-card>*{z-index:1;position:relative}.glass-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(120deg,#ffffff26,#0000 30%,#00ff9640,#0000 70%);border-radius:16px;padding:1px;position:absolute;inset:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor,source-over;mask:linear-gradient(#000 0 0) content-box exclude,linear-gradient(#000 0 0)}.glass-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 20% 10%,#ffffff0d,#0000 40%),radial-gradient(circle at 80% 70%,#00ff961a,#0000 60%);border-radius:16px;position:absolute;inset:0}.glass-card:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 20px 60px #000000b3,inset 0 0 25px #00ff960f}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#00ff964d;border-radius:10px}.register{justify-content:center;align-items:flex-start;min-height:auto;padding:40px 20px;display:flex}.register-title{text-align:center;color:#fff;border-bottom:1px solid #fff3;margin-bottom:24px;padding-bottom:10px;font-size:1.8rem;font-weight:600}.register-form{flex-direction:column;gap:16px;display:flex}.register-btn{color:#000;cursor:pointer;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;margin-top:10px;padding:13px;font-size:1rem;font-weight:600;transition:all .25s}.register-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00ff9659}.glass-card.wide{max-width:720px}.form-row{gap:16px;display:flex}.form-row .form-group{flex:1}.form-group.full{width:100%}@media (width<=600px){.register{padding:20px 10px}.form-row{flex-direction:column;gap:12px}.glass-card.wide{max-width:100%}}@media (width<=480px){.register-title{font-size:1.5rem}.manual-auth-btn,.google-auth-btn{padding:10px 18px;font-size:.9rem}}.login{justify-content:center;align-items:flex-start;min-height:auto;padding:40px 20px;display:flex}.login .glass-card{max-width:420px}.login-title{text-align:center;color:#fff;border-bottom:1px solid #fff3;margin-bottom:24px;padding-bottom:10px;font-size:1.8rem;font-weight:600}.login-form{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#fffc;text-align:left;font-size:1rem}.form-group input{color:#fff;background:#00000080;border:1px solid #00ff9633;border-radius:10px;width:100%;padding:12px 14px;font-size:.95rem;transition:all .25s}.form-group input::placeholder{color:#ffffff80}.form-group input:focus{border-color:#00ff9699;outline:none;box-shadow:0 0 12px #00ff9640}.login-btn{color:#000;cursor:pointer;background:linear-gradient(120deg,#00ff95,#00cc7a);border:none;border-radius:10px;margin-top:10px;padding:13px;font-size:1rem;font-weight:600;transition:all .25s}.login-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00ff9659}.input-wrapper{width:100%;position:relative}.input-wrapper input{width:100%;padding-right:42px}.input-wrapper span{cursor:pointer;color:#ffffffb3;-webkit-user-select:none;user-select:none;font-size:14px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.error{color:#ff4d4f;text-align:left;font-size:.8rem}.error-input{box-shadow:0 0 8px #ff4d4f4d;border-color:#ff4d4f!important}.login-footer{text-align:center;color:#ffffffb3;margin-top:16px;font-size:.95rem}.login-footer a{color:#00ff95;font-weight:600;text-decoration:none;transition:all .25s}.login-footer a:hover{color:#00cc7a;text-shadow:0 0 10px #00ff9666}.auth-selection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:360px;margin:1.5rem auto 0;display:flex}.auth-selection .divider{text-align:center;border-bottom:1px solid #fff3;width:100%;position:relative}.auth-selection .divider span{color:#ccc;background:#111;border-radius:20px;padding:4px 14px;font-size:.85rem;font-weight:500;position:relative;top:10px}.manual-auth-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff40;border-radius:30px;width:100%;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1)}.manual-auth-btn:hover{background:#ffffff26;border-color:#fff9;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff1a}.google-auth-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff40;border-radius:30px;justify-content:center;align-items:center;gap:12px;width:100%;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.google-auth-btn:hover{background:#ffffff26;border-color:#fff9;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff1a}.google-auth-btn svg{background:#fff;border-radius:50%;padding:2px}@media (width<=520px){.login{padding:20px 12px}}@media (width<=480px){.login-title{font-size:1.5rem}.manual-auth-btn,.google-auth-btn{padding:10px 18px;font-size:.9rem}}.dashboard-sidebar{-webkit-backdrop-filter:blur(30px)saturate(1.5);backdrop-filter:blur(30px)saturate(1.5);z-index:10001;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;background:#0f0f0fe6;border-right:1px solid #ffffff1a;flex-direction:column;width:320px;height:100dvh;transition:left .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-320px;box-shadow:20px 0 50px #00000080}.dashboard-sidebar.persistent{-webkit-backdrop-filter:blur(35px)saturate(2);backdrop-filter:blur(35px)saturate(2);z-index:5;background:#0a0a0ad9;border:1px solid #ffffff14;border-right-color:#00ff964d;border-radius:16px 0 0 16px;width:280px;height:max-content;max-height:none;padding-top:20px;transition:none;position:sticky;top:100px;left:0;overflow:visible;box-shadow:inset -10px 0 20px #0003}.dashboard-sidebar.persistent .sidebar-nav{flex:none;overflow:visible}.dashboard-sidebar.open:not(.persistent){left:0}.dashboard-sidebar .sidebar-header{border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:30px;display:flex}.dashboard-sidebar .sidebar-header h2{color:#fff;letter-spacing:.5px;background:linear-gradient(90deg,#fff,#00ff95);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.4rem;font-weight:700}.dashboard-sidebar .sidebar-header .close-sidebar{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .2s;display:flex}.dashboard-sidebar .sidebar-header .close-sidebar:hover{color:#ff4d4f;background:#ff00001a}.dashboard-sidebar .sidebar-nav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;min-height:0;padding:20px 0;overflow-y:auto}.dashboard-sidebar .sidebar-nav ul{flex-direction:column;gap:6px;margin:0;padding:0 15px;list-style:none;display:flex}.dashboard-sidebar .sidebar-nav ul li{color:#fff9;cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:14px 20px;transition:all .25s;display:flex}.dashboard-sidebar .sidebar-nav ul li:hover{color:#fff;background:#ffffff0d;transform:translate(5px)}.dashboard-sidebar .sidebar-nav ul li.active{color:#00ff95;background:#00ff961a;box-shadow:inset 0 0 10px #00ff960d}.dashboard-sidebar .sidebar-nav ul li.active .icon{filter:drop-shadow(0 0 8px #00ff9680)}.dashboard-sidebar .sidebar-nav ul li .icon{font-size:1.25rem}.dashboard-sidebar .sidebar-nav ul li .label{font-size:1rem;font-weight:500}@media (width<=600px){.dashboard-sidebar:not(.persistent){width:100%;left:-100%}.dashboard-sidebar:not(.persistent).open{left:0}.dashboard-sidebar:not(.persistent) .sidebar-nav ul{padding:0 20px}.dashboard-sidebar:not(.persistent) .sidebar-nav ul li{padding:18px 24px;font-size:1.1rem}}@media (width<=1024px){.dashboard-sidebar:not(.persistent){width:min(320px,100%)}}@media (width<=768px){.dashboard-sidebar:not(.persistent){width:min(300px,100%)}}.mainboard-container{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#14141466;border:1px solid #ffffff1a;border-left-color:#ffffff0d;border-radius:0 16px 16px 0;flex-direction:column;flex:1;height:auto;min-height:400px;padding:40px;display:flex;position:relative;overflow:visible;box-shadow:-15px 0 30px #0003}.desktop-layout .mainboard-container{height:var(--dashboard-panel-height,700px);min-height:var(--dashboard-panel-height,700px);max-height:var(--dashboard-panel-height,700px);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow-y:auto}@media (width<=1024px){.mainboard-container{border-left:1px solid #ffffff1a;border-radius:16px;height:auto;min-height:400px;max-height:none;padding:20px;overflow:visible}}.mainboard-container .mainboard-glass-container{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border:none;width:100%;min-height:auto;margin:0;padding:0}.dashboard-section{width:100%}.dashboard-section h3{color:#fff;margin-bottom:24px;font-size:1.8rem;font-weight:600}.dashboard-section .dashboard-form{flex-direction:column;gap:28px;display:flex}.dashboard-section .dashboard-form .form-group{flex-direction:column;gap:10px;margin-bottom:5px;display:flex}.dashboard-section .dashboard-form .form-group label{color:#ffffffd9;margin-bottom:2px;font-size:.95rem;font-weight:500}.dashboard-section .dashboard-form .form-group input,.dashboard-section .dashboard-form .form-group textarea{color:#fff;background:#0000004d;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:12px 16px;font-size:1rem;transition:all .2s}.dashboard-section .dashboard-form .form-group input:focus,.dashboard-section .dashboard-form .form-group textarea:focus{background:#00000080;border-color:#00ff95;outline:none;box-shadow:0 0 0 2px #00ff9633}.dashboard-section .dashboard-form .form-group input::placeholder,.dashboard-section .dashboard-form .form-group textarea::placeholder{color:#ffffff4d}.dashboard-section .dashboard-form .form-group textarea{resize:vertical;min-height:120px}.dashboard-section .dashboard-form .dashboard-btn{color:#000;cursor:pointer;background:#00ff95;border:none;border-radius:8px;align-self:flex-start;margin-top:10px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .2s}.dashboard-section .dashboard-form .dashboard-btn:hover{background:#00e686;transform:translateY(-2px);box-shadow:0 4px 12px #00ff964d}@media (width<=768px){.mainboard-container{padding:20px}.mainboard-container .mainboard-glass-container{min-height:calc(100vh - 40px);padding:24px}}.about-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.skeleton-item{background:#ffffff0d;border-radius:4px;position:relative;overflow:hidden}.skeleton-item:after{content:"";background:linear-gradient(90deg,#fff0 0,#ffffff08 20%,#ffffff0f 60%,#fff0);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-container{flex-direction:column;gap:20px;width:100%;display:flex}.skeleton-circle{border-radius:50%;flex-shrink:0}.skeleton-line{width:100%;height:12px;margin-bottom:8px}.skeleton-line.short{width:40%}.skeleton-line.medium{width:70%}.skeleton-line.title{width:30%;height:24px;margin-bottom:20px}.skeleton-profile-header{align-items:center;gap:20px;margin-bottom:40px;display:flex}.skeleton-profile-header .circle{width:80px;height:80px}.skeleton-profile-header .text-stack{flex:1}.skeleton-form-group{margin-bottom:25px}.skeleton-form-group .label{width:100px;height:14px;margin-bottom:10px}.skeleton-form-group .input{border-radius:8px;width:100%;height:45px}.skeleton-card-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:15px;width:100%;height:60px;padding:0 20px;display:flex}.skeleton-card-row .handle{opacity:.3;width:20px;height:10px}.skeleton-card-row .title{flex:1;height:16px;margin:0}.skeleton-card-row .btn{border-radius:6px;width:60px;height:28px}.resume-import{background:radial-gradient(80% 80% at 0 0,#0d948824,#0000 55%),#ffffff08;border:1px solid #0d948859;border-radius:14px;margin-bottom:28px;padding:20px 22px}.resume-import .ri-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.resume-import .ri-header.is-clickable{cursor:pointer;outline:none;margin-bottom:0}.resume-import .ri-header.is-clickable:focus-visible{border-radius:12px;box-shadow:0 0 0 3px #5eead438}.resume-import .ri-title{color:#fff;margin:0 0 6px;font-size:1.15rem;font-weight:700}.resume-import .ri-sub{color:#ffffffa6;max-width:52ch;margin:0;font-size:.88rem;line-height:1.5}.resume-import .ri-sub.is-cooldown{color:#fbbf24}.resume-import .ri-badge{letter-spacing:.06em;text-transform:uppercase;color:#5eead4;background:#0d948840;border:1px solid #0d948866;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:.7rem;font-weight:700}.resume-import .ri-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.resume-import .ri-collapse-pill{color:#d7fff6;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:700}.resume-import .ri-import-toggle-btn{cursor:pointer;color:#041512;background:#00ff95;border:none;border-radius:999px;padding:8px 14px;font-size:.78rem;font-weight:800;transition:opacity .2s,transform .2s}.resume-import .ri-import-toggle-btn:hover:not(:disabled){transform:translateY(-1px)}.resume-import .ri-import-toggle-btn:disabled{cursor:not-allowed;color:#fde68a;background:#fbbf241f;border:1px solid #fbbf2459}.resume-import.is-collapsible{transition:border-color .2s,background .2s}.resume-import.is-collapsible:hover{border-color:#5eead485}.resume-import.is-collapsed{padding:16px 18px}.resume-import .ri-note{background:#fbbf241a;border:1px solid #fbbf2459;border-radius:12px;align-items:flex-start;gap:10px;margin:0 0 16px;padding:12px 14px;display:flex}.resume-import .ri-note-icon{flex-shrink:0;font-size:1rem;line-height:1.4}.resume-import .ri-note p{color:#fff4d6f2;margin:0;font-size:.86rem;line-height:1.5}.resume-import .ri-note strong{color:#fde68a;font-weight:700}.resume-import .ri-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.resume-import .ri-file-input{display:none}.resume-import .ri-btn{cursor:pointer;border:none;border-radius:10px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .2s}.resume-import .ri-btn:disabled{opacity:.45;cursor:not-allowed}.resume-import .ri-btn:not(:disabled):hover{transform:translateY(-1px)}.resume-import .ri-btn-primary{color:#041512;background:linear-gradient(120deg,#14b8a6,#0d9488)}.resume-import .ri-btn-secondary{color:#fff;background:#ffffff0f;border:1px solid #ffffff24}.resume-import .ri-btn-apply{color:#041512;background:#00ff95}.resume-import .ri-filename{color:#ffffffbf;font-size:.85rem}.resume-import .ri-preview{border-top:1px solid #ffffff14;margin-top:18px;padding-top:16px}.resume-import .ri-preview-title{color:#fff;margin:0 0 12px;font-size:.95rem;font-weight:600}.resume-import .ri-stats{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.resume-import .ri-stat{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:600}.resume-import .ri-name-line{color:#e2e8f0;margin:0 0 10px;font-size:.95rem}.resume-import .ri-warn{color:#fbbf24;margin:0 0 14px;font-size:.82rem;line-height:1.45}@media (width<=640px){.resume-import .ri-header{flex-direction:column}.resume-import .ri-header-actions{justify-content:space-between;width:100%}}.education-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.education-section .form-row{gap:16px;width:100%;display:flex}.education-section .form-row .half-width{flex:1}@media (width<=600px){.education-section .form-row{flex-direction:column}}.education-section .form-block{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:20px;padding:20px;transition:box-shadow .2s}.education-section .form-block:hover{border-color:#ffffff26}.education-section .form-block .block-header{align-items:center;gap:10px;margin-bottom:15px;display:flex}.education-section .form-block .block-header .drag-handle{cursor:grab;color:#ffffff4d;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:4px;padding:4px;font-size:1.2rem;line-height:1;transition:all .2s}.education-section .form-block .block-header .drag-handle:hover{color:#00ff95;background:#00ff951a}.education-section .form-block .block-header .drag-handle:active{cursor:grabbing}.education-section .form-block .block-header .clickable-title{color:#00ff95;cursor:pointer;flex:1;align-items:center;gap:8px;min-width:0;margin:0;display:flex}.education-section .form-block .block-header .clickable-title .collapsed-summary{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.education-section .form-block .block-header .clickable-title .collapsed-summary strong{white-space:nowrap;color:#00ff95}.education-section .form-block .block-header .clickable-title .collapsed-summary .meta{color:#fff6;white-space:nowrap;font-size:.85rem;font-weight:400}.education-section .form-block .block-header .clickable-title .collapsed-summary .ellipsis{text-overflow:ellipsis;max-width:250px;overflow:hidden}.education-section .form-block .block-header .clickable-title .collapse-icon{color:#ffffff4d;flex-shrink:0;font-size:.8rem}.education-section .form-block .block-header .block-actions{flex-shrink:0;gap:10px;display:flex}.education-section .form-block .block-header .block-actions button{background:0 0;border-radius:4px;padding:4px 10px;transition:all .2s}.education-section .form-block .block-header .block-actions button.save-btn{color:#666;cursor:default;opacity:.6;border:1px solid #666}.education-section .form-block .block-header .block-actions button.save-btn.modified{color:#00ff95;cursor:pointer;opacity:1;border-color:#00ff95}.education-section .form-block .block-header .block-actions button.delete-btn{color:#ff4d4f;cursor:pointer;border:1px solid #ff4d4f}.education-section .form-block .block-header .block-actions button.delete-btn.empty{cursor:not-allowed;opacity:.5}.education-section .action-wrapper{flex-direction:column;gap:20px;margin-top:25px;display:flex}.education-section .action-wrapper .add-another-btn{color:#00ff95;cursor:pointer;background:0 0;border:1px dashed #00ff95;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:all .2s}.education-section .action-wrapper .save-all-btn{opacity:.6;cursor:default;width:100%}.education-section .action-wrapper .save-all-btn.modified{opacity:1;cursor:pointer}.confirm-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-modal-overlay .confirm-modal-content{text-align:center;background:#141414f2;border:1px solid #ffffff1a;border-radius:12px;width:90%;max-width:400px;padding:30px;animation:.2s ease-out modalAppear;box-shadow:0 8px 32px #00000080}.confirm-modal-overlay .confirm-modal-content h3{color:#fff;margin:0 0 15px;font-size:1.4rem}.confirm-modal-overlay .confirm-modal-content p{color:#ccc;margin:0 0 25px;font-size:1rem;line-height:1.5}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions{justify-content:center;gap:15px;display:flex}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions button{cursor:pointer;border-radius:8px;flex:1;padding:10px 20px;font-weight:700;transition:all .2s}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions button.btn-cancel{color:#ccc;background:0 0;border:1px solid #666}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions button.btn-cancel:hover{background:#ffffff0d}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions button.btn-confirm{color:#000;background:#00ff95;border:none}.confirm-modal-overlay .confirm-modal-content .confirm-modal-actions button.btn-confirm:hover{transform:translateY(-2px)}@keyframes modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.skills-section .section-header-flex{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.skills-section .section-header-flex .skills-global-settings{align-items:center;gap:15px;display:flex}.skills-section .section-header-flex .skills-global-settings .toggle-label{color:#fffc;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.9rem;display:flex}.skills-section .section-header-flex .skills-global-settings .toggle-label input[type=checkbox]{cursor:pointer;accent-color:#00ff95;width:16px;height:16px}.skills-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.skills-section .skill-input-group{background:#0000004d;border:1px solid #ffffff26;border-radius:8px;width:100%;transition:all .2s;display:flex}.skills-section .skill-input-group:focus-within{background:#00000080;border-color:#00ff95;box-shadow:0 0 0 2px #00ff9633}.skills-section .skill-input-group input{color:#fff;flex:1;padding:12px 16px;font-size:1rem;box-shadow:none!important;background:0 0!important;border:none!important}.skills-section .skill-input-group input:focus{box-shadow:none!important;border-color:#0000!important}.skills-section .skill-input-group input.icon-url-input{color:#00ff95;max-width:200px;font-size:.85rem;border-left:1px solid #ffffff1a!important}.skills-section .skill-input-group .prof-dropdown-container{cursor:pointer;background:#ffffff08;border-left:1px solid #ffffff1a;justify-content:center;align-items:center;min-width:60px;padding:0 16px;display:flex;position:relative}.skills-section .skill-input-group .prof-dropdown-container:hover{background:#ffffff14}.skills-section .skill-input-group .prof-dropdown-container .prof-selected-box{border-radius:4px;width:24px;height:24px;box-shadow:inset 0 0 0 1px #0000004d}.skills-section .skill-input-group .prof-dropdown-container .prof-menu{z-index:100;background:#1a1a1e;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:4px;min-width:120px;margin-top:8px;padding:8px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0009}.skills-section .skill-input-group .prof-dropdown-container .prof-menu .prof-option{border-radius:6px;align-items:center;gap:12px;padding:8px 12px;transition:background .2s;display:flex}.skills-section .skill-input-group .prof-dropdown-container .prof-menu .prof-option:hover{background:#ffffff1a}.skills-section .skill-input-group .prof-dropdown-container .prof-menu .prof-option .prof-color-box{border-radius:3px;width:16px;height:16px}.skills-section .skill-input-group .prof-dropdown-container .prof-menu .prof-option .prof-level-num{color:#fff;font-size:.9rem;font-weight:500}.skills-section .form-group.border-left{padding-left:16px;position:relative}.skills-section .form-group.border-left:before{content:"";border-radius:4px;width:4px;position:absolute;top:0;bottom:0;left:0}.skills-section .green-left:before{background:#00ff95}.skills-section .blue-left:before{background:#00b4ff}.skills-section .purple-left:before{background:#9d00ff}.skills-section .orange-left:before{background:#ff9d00}.skills-section .toggle-wrapper{gap:10px;margin-bottom:20px;display:flex}.skills-section .toggle-wrapper .toggle-btn{cursor:pointer;color:#fff;background:#222;border:none;border-radius:8px;padding:8px 16px;transition:all .3s}.skills-section .toggle-wrapper .toggle-btn.active{color:#000;background:#00ff95}.skills-section .drag-handle-sm{cursor:grab;color:#ffffff40;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:3px;flex-shrink:0;padding:2px 4px;font-size:1rem;line-height:1;transition:all .2s}.skills-section .drag-handle-sm:hover{color:#00ff95;background:#00ff9514}.skills-section .drag-handle-sm:active{cursor:grabbing}.skills-section .skill-row{box-sizing:border-box;background:linear-gradient(135deg,#0c131af5,#060a0ffa);border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:12px;width:100%;min-width:0;margin-bottom:16px;padding:18px 16px;display:flex;box-shadow:inset 0 1px #ffffff0a,0 14px 34px #00000038}.skills-section .skill-row .skill-input-group{background:0 0;border:0;flex-wrap:wrap;flex:auto;align-items:center;gap:16px;min-width:0;display:flex}.skills-section .skill-row .skill-input-group:focus-within{box-shadow:none;background:0 0;border-color:#0000}.skills-section .skill-row .skill-input-group .skill-icon-upload{cursor:pointer;background:#ffffff0d;border:1px dashed #fff3;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;overflow:hidden}.skills-section .skill-row .skill-input-group .skill-icon-upload:hover{background:#00ff950d;border-color:#00ff95}.skills-section .skill-row .skill-input-group .skill-icon-upload .skill-icon-preview{object-fit:contain;width:100%;height:100%;padding:3px}.skills-section .skill-row .skill-input-group .skill-icon-upload .skill-icon-placeholder span{color:#ffffff4d;font-size:1.2rem;line-height:1}.skills-section .skill-row .skill-input-group input{color:#fff;background:0 0;border:0;border-radius:6px;flex:1;padding:8px 0;font-size:1.12rem;font-weight:800}.skills-section .skill-row .skill-input-group input:focus{background:0 0;border-color:#0000;outline:none}.skills-section .skill-row button.delete-btn{color:#ff4d4f;cursor:pointer;background:0 0;border:1px solid #ff4d4f;border-radius:8px;flex-shrink:0;padding:10px 14px;transition:all .2s}.skills-section .skill-row button.delete-btn.empty{cursor:not-allowed;opacity:.5}.skills-section .add-skill-btn{color:#00ff95;cursor:pointer;background:0 0;border:1px dashed #00ff95;border-radius:8px;width:100%;margin-top:10px;padding:10px;transition:all .2s}.skills-section .add-group-btn{color:#00ff95;cursor:pointer;background:0 0;border:1px dashed #00ff95;border-radius:8px;width:100%;margin-top:20px;padding:10px;font-weight:700}.skills-section .add-item-btn{color:#00b4ff;cursor:pointer;background:0 0;border:1px dashed #00b4ff;border-radius:8px;margin-top:5px;padding:10px;transition:all .2s}.skills-section .group-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:20px;padding:20px}.skills-section .group-card .group-header-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.skills-section .group-card .group-header-row label{color:#00ff95;flex:1;margin:0}.skills-section .group-card .group-header-row .clickable-group-title{color:#00ff95;cursor:pointer;flex:1;align-items:center;gap:8px;min-width:0;margin:0;font-size:.95rem;font-weight:600;display:flex}.skills-section .group-card .group-header-row .clickable-group-title .collapsed-group-summary{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.skills-section .group-card .group-header-row .clickable-group-title .collapsed-group-summary strong{white-space:nowrap;color:#00ff95}.skills-section .group-card .group-header-row .clickable-group-title .collapsed-group-summary .meta{color:#fff6;white-space:nowrap;font-size:.85rem;font-weight:400}.skills-section .group-card .group-header-row .clickable-group-title .collapse-icon{color:#ffffff4d;flex-shrink:0;font-size:.8rem}.skills-section .group-card .group-header-row .actions{flex-shrink:0;gap:10px;display:flex}.skills-section .group-card .group-header-row .actions button{background:0 0;border-radius:4px;padding:4px 10px;transition:all .2s}.skills-section .group-card .group-header-row .actions button.save-btn{color:#666;cursor:default;opacity:.6;border:1px solid #666}.skills-section .group-card .group-header-row .actions button.save-btn.modified{color:#00ff95;cursor:pointer;opacity:1;border-color:#00ff95}.skills-section .group-card .group-header-row .actions button.delete-btn{color:#ff4d4f;cursor:pointer;border:1px solid #ff4d4f}.skills-section .group-card .group-header-row .actions button.delete-btn.empty{cursor:not-allowed;opacity:.5}.skills-section .group-card .group-skills-wrapper{flex-direction:column;gap:0;margin-top:15px;display:flex}.skills-section .group-card .group-skills-wrapper .group-skills-heading{text-align:center;justify-content:center;align-items:center;gap:16px;margin-bottom:26px;display:flex}.skills-section .group-card .group-skills-wrapper .group-skills-heading .group-skills-icon{color:#00ff95;border:1px solid #00ff958c;border-radius:12px;place-items:center;width:40px;height:40px;font-size:1.5rem;display:grid;box-shadow:0 0 22px #00ff9529}.skills-section .group-card .group-skills-wrapper .group-skills-heading h4{color:#f7fff9;letter-spacing:-.03em;margin:0;font-size:1.42rem}.skills-section .group-card .group-skills-wrapper .group-skills-heading p{color:#ffffff9e;margin:6px 0 0;font-size:.94rem}.skills-section .save-all-btn{opacity:.6;cursor:default;width:100%;margin-top:20px}.skills-section .save-all-btn.modified{opacity:1;cursor:pointer}.skills-section .available-skills-panel{background:#00ff950f;border:1px solid #00ff9540;border-radius:14px;gap:12px;margin-bottom:20px;padding:16px;display:grid}.skills-section .available-skills-panel h4{color:#fff;margin:0 0 4px}.skills-section .available-skills-panel p{color:#ffffff9e;margin:0;font-size:.86rem}.skills-section .available-skills-panel .available-skill-chips{flex-wrap:wrap;gap:8px;display:flex}.skills-section .available-skills-panel .available-skill-chips button{color:#eafff6;cursor:pointer;background:#00000047;border:1px solid #ffffff29;border-radius:999px;padding:8px 12px}.skills-section .available-skills-panel .available-skill-chips button:hover{color:#00ff95;border-color:#00ff95}.skills-section .skill-level-panel{background:0 0;border-left:1px solid #ffffff1a;border-radius:0;flex:0 250px;min-width:220px;max-width:260px;margin-left:auto;padding:0 0 0 18px}.skills-section .skill-level-top{align-items:center;gap:8px;margin-bottom:8px;display:flex}.skills-section .skill-level-dot{border-radius:999px;flex:none;width:10px;height:10px}.skills-section .skill-level-name{color:#fff;font-size:.88rem;font-weight:700}.skills-section .skill-level-rail{grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:8px;display:grid}.skills-section .skill-level-rail .skill-level-step{background:#ffffff1f;border-radius:999px;height:6px}.skills-section .skill-level-rail .skill-level-step.active{background:linear-gradient(90deg,#00ff95,#00d7ff);box-shadow:0 0 12px #00ff9573}.skills-section .skill-test-btn{color:#00130b;cursor:pointer;background:#00ff95;border:1px solid #00ff95;border-radius:8px;width:100%;padding:10px 12px;font-weight:800;box-shadow:0 0 20px #00ff952e}.skills-section .skill-test-btn:disabled{cursor:not-allowed;opacity:.5}.skills-section .skill-test-btn.ghost{color:#9effd1;box-shadow:none;background:#00ff9514;margin-top:8px}.skills-section .skill-learn-btn{color:#9effd1;cursor:pointer;background:#00ff9514;border:1px solid #00ff9566;border-radius:999px;flex:none;align-self:center;padding:10px 16px;font-weight:800;transition:all .2s}.skills-section .skill-learn-btn:hover{color:#00130b;background:#00ff95;box-shadow:0 0 18px #00ff9538}.skills-section .skill-cooldown,.skills-section .skill-lock-info{margin:6px 0 0;font-size:.74rem;line-height:1.35}.skills-section .skill-cooldown{color:#ffcf6b;font-weight:700}.skills-section .skill-lock-info{color:#ffffff8c}.skills-section .skill-name-field{flex:220px;min-width:180px;position:relative}.skills-section .skill-inline-suggestions{z-index:60;background:#080d13fa;border:1px solid #00ff9538;border-radius:12px;flex-wrap:wrap;gap:6px;min-width:min(320px,80vw);padding:10px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 44px #00000073}.skills-section .skill-inline-suggestions button{color:#eafff6;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:6px 10px}.skills-section .skill-inline-suggestions button:hover{color:#00130b;background:#00ff95}.skills-section .skill-inline-suggestions button.custom-skill-option{color:#00ff95;border-color:#00ff958c}.skills-section .skill-test-backdrop{z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.skills-section .skill-test-modal{background:#111317;border:1px solid #ffffff29;border-radius:20px;flex-direction:column;width:min(900px,100%);max-height:88vh;display:flex;overflow:hidden;box-shadow:0 24px 90px #0000008c}.skills-section .skill-test-modal.assessment-setup-modal{width:min(820px,100%)}.skills-section .skill-test-header,.skills-section .skill-test-footer{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:16px;padding:18px 20px;display:flex}.skills-section .skill-test-header h4{color:#fff;margin:4px 0}.skills-section .skill-test-header p{color:#ffffff9e;margin:0}.skills-section .skill-test-kicker,.skills-section .skill-test-violations{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800;color:#00ff95!important}.skills-section .skill-test-body{gap:14px;padding:20px;display:grid;overflow-y:auto}.skills-section .assessment-setup-body{gap:18px;padding:20px;display:grid;overflow-y:auto}.skills-section .assessment-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.skills-section .assessment-info-grid div{background:#00ff950f;border:1px solid #00ff9529;border-radius:14px;padding:16px}.skills-section .assessment-info-grid span{color:#ffffff94;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:800;display:block}.skills-section .assessment-info-grid strong{color:#fff;margin:6px 0;font-size:1.35rem;display:block}.skills-section .assessment-info-grid p{color:#fff9;margin:0;font-size:.84rem;line-height:1.45}.skills-section .assessment-rules,.skills-section .device-check-card,.skills-section .device-status-grid{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:14px;padding:16px}.skills-section .assessment-rules h5{color:#fff;margin:0 0 10px}.skills-section .assessment-rules ul{color:#ffffffb8;margin:0;padding-left:18px;line-height:1.65}.skills-section .device-check-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.skills-section .device-check-card h5{color:#fff;margin:0 0 6px}.skills-section .device-check-card p{color:#fff9;margin:0;line-height:1.45}.skills-section .device-check-card .skill-test-btn{width:auto;min-width:160px}.skills-section .device-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.skills-section .device-status-grid span{text-align:center;border:1px solid #ffffff1f;border-radius:10px;padding:10px;font-weight:800}.skills-section .device-status-grid .ok{color:#00ff95;background:#00ff9514}.skills-section .device-status-grid .bad{color:#ff5c66;background:#ff5c6614}.skills-section .device-status-grid .warn{color:#ffcf6b;background:#ffcf6b14}.skills-section .device-status-grid p{color:#ffcf6b;grid-column:1/-1;margin:0}.skills-section .skill-question-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:14px;padding:16px}.skills-section .skill-question-card textarea{resize:vertical;color:#fff;background:#00000038;border:1px solid #ffffff24;border-radius:10px;width:100%;padding:10px}.skills-section .skill-question-title{color:#fff;margin:0 0 12px;font-weight:700}.skills-section .skill-options{gap:8px;display:grid}.skills-section .skill-option{color:#ffffffd1;background:#ffffff0a;border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.skills-section .skill-test-footer{border-top:1px solid #ffffff1a;border-bottom:0}@media (width<=760px){.skills-section .skill-row{align-items:stretch}.skills-section .skill-row .skill-input-group{flex-direction:column;align-items:stretch}.skills-section .skill-name-field{min-width:0}.skills-section .skill-learn-btn{width:100%}.skills-section .skill-level-panel{border-top:1px solid #ffffff1a;border-left:0;flex:auto;min-width:0;max-width:none;margin-left:0;padding:14px 0 0}.skills-section .assessment-info-grid,.skills-section .device-status-grid{grid-template-columns:1fr}.skills-section .device-check-card{flex-direction:column;align-items:stretch}}.projects-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.projects-section .form-row{gap:16px;width:100%;display:flex}.projects-section .form-row .half-width{flex:1}@media (width<=600px){.projects-section .form-row{flex-direction:column}}.projects-section .form-block{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:20px;padding:20px;transition:box-shadow .2s}.projects-section .form-block:hover{border-color:#ffffff26}.projects-section .form-block .block-header{align-items:center;gap:10px;margin-bottom:15px;display:flex}.projects-section .form-block .block-header .drag-handle{cursor:grab;color:#ffffff4d;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:4px;padding:4px;font-size:1.2rem;line-height:1;transition:all .2s}.projects-section .form-block .block-header .drag-handle:hover{color:#00b4ff;background:#00b4ff1a}.projects-section .form-block .block-header .drag-handle:active{cursor:grabbing}.projects-section .form-block .block-header .clickable-title{color:#00b4ff;cursor:pointer;flex:1;align-items:center;gap:8px;min-width:0;margin:0;display:flex}.projects-section .form-block .block-header .clickable-title .collapsed-summary{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.projects-section .form-block .block-header .clickable-title .collapsed-summary strong{white-space:nowrap;color:#00b4ff}.projects-section .form-block .block-header .clickable-title .collapsed-summary .meta{color:#fff6;white-space:nowrap;font-size:.85rem;font-weight:400}.projects-section .form-block .block-header .clickable-title .collapsed-summary .ellipsis{text-overflow:ellipsis;max-width:250px;overflow:hidden}.projects-section .form-block .block-header .clickable-title .collapse-icon{color:#ffffff4d;flex-shrink:0;font-size:.8rem}.projects-section .form-block .block-header .block-actions{flex-shrink:0;gap:10px;display:flex}.projects-section .form-block .block-header .block-actions button{background:0 0;border-radius:4px;padding:4px 10px;transition:all .2s}.projects-section .form-block .block-header .block-actions button.save-btn{color:#666;cursor:default;opacity:.6;border:1px solid #666}.projects-section .form-block .block-header .block-actions button.save-btn.modified{color:#00b4ff;cursor:pointer;opacity:1;border-color:#00b4ff}.projects-section .form-block .block-header .block-actions button.delete-btn{color:#ff4d4f;cursor:pointer;border:1px solid #ff4d4f}.projects-section .form-block .block-header .block-actions button.delete-btn.empty{cursor:not-allowed;opacity:.5}.projects-section .action-wrapper{flex-direction:column;gap:20px;margin-top:25px;display:flex}.projects-section .action-wrapper .add-another-btn{color:#00b4ff;cursor:pointer;background:0 0;border:1px dashed #00b4ff;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:all .2s}.projects-section .action-wrapper .save-all-btn{opacity:.6;cursor:default;width:100%}.projects-section .action-wrapper .save-all-btn.modified{opacity:1;cursor:pointer}.experience-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.experience-section .form-row{gap:16px;width:100%;display:flex}.experience-section .form-row .half-width{flex:1}@media (width<=600px){.experience-section .form-row{flex-direction:column}}.experience-section .form-block{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:20px;padding:20px}.experience-section .form-block .block-header{align-items:center;gap:10px;margin-bottom:15px;display:flex}.experience-section .form-block .block-header .drag-handle{cursor:grab;color:#ffffff4d;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:4px;padding:4px;font-size:1.2rem;line-height:1;transition:all .2s}.experience-section .form-block .block-header .drag-handle:hover{color:#00ff95;background:#00ff951a}.experience-section .form-block .block-header .drag-handle:active{cursor:grabbing}.experience-section .form-block .block-header .clickable-title{color:#00ff95;cursor:pointer;flex:1;align-items:center;gap:8px;min-width:0;margin:0;display:flex}.experience-section .form-block .block-header .clickable-title .collapsed-summary{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.experience-section .form-block .block-header .clickable-title .collapsed-summary strong{white-space:nowrap;color:#00ff95}.experience-section .form-block .block-header .clickable-title .collapsed-summary .meta{color:#fff6;white-space:nowrap;font-size:.85rem;font-weight:400}.experience-section .form-block .block-header .clickable-title .collapse-icon{color:#ffffff4d;flex-shrink:0;font-size:.8rem}.experience-section .form-block .block-header .block-actions{flex-shrink:0;gap:10px;display:flex}.experience-section .form-block .block-header .block-actions button{background:0 0;border-radius:4px;padding:4px 10px;transition:all .2s}.experience-section .form-block .block-header .block-actions button.save-btn{color:#666;cursor:default;opacity:.6;border:1px solid #666}.experience-section .form-block .block-header .block-actions button.save-btn.modified{color:#00ff95;cursor:pointer;opacity:1;border-color:#00ff95}.experience-section .form-block .block-header .block-actions button.delete-btn{color:#ff4d4f;cursor:pointer;border:1px solid #ff4d4f}.experience-section .form-block .block-header .block-actions button.delete-btn.empty{cursor:not-allowed;opacity:.5}.experience-section .form-block .date-row{align-items:flex-end;gap:16px;display:flex}.experience-section .form-block .date-row input[type=date]{cursor:text;padding:11px 16px;transition:opacity .2s}.experience-section .form-block .date-row input[type=date]:disabled{opacity:.3}.experience-section .form-block .date-row .present-wrapper{white-space:nowrap;align-items:center;gap:8px;padding-bottom:14px;display:flex}.experience-section .form-block .date-row .present-wrapper input[type=checkbox]{cursor:pointer;width:auto;margin:0;transform:scale(1.2)}.experience-section .form-block .date-row .present-wrapper label{cursor:pointer;color:#fff;margin:0}.experience-section .action-wrapper{flex-direction:column;gap:15px;margin-top:10px;display:flex}.experience-section .action-wrapper .add-another-btn{color:#00ff95;cursor:pointer;background:0 0;border:1px dashed #00ff95;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:all .2s}.experience-section .action-wrapper .save-all-btn{opacity:.6;cursor:default;width:100%}.experience-section .action-wrapper .save-all-btn.modified{opacity:1;cursor:pointer}.achievements-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.achievements-section .form-block{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:20px;padding:20px}.achievements-section .form-block .block-header{align-items:center;gap:10px;margin-bottom:15px;display:flex}.achievements-section .form-block .block-header .drag-handle{cursor:grab;color:#ffffff4d;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:4px;padding:4px;font-size:1.2rem;line-height:1;transition:all .2s}.achievements-section .form-block .block-header .drag-handle:hover{color:#ffad14;background:#ffad141a}.achievements-section .form-block .block-header .drag-handle:active{cursor:grabbing}.achievements-section .form-block .block-header .clickable-title{color:#ffad14;cursor:pointer;flex:1;align-items:center;gap:8px;min-width:0;margin:0;display:flex}.achievements-section .form-block .block-header .clickable-title .collapsed-summary{align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.achievements-section .form-block .block-header .clickable-title .collapsed-summary strong{white-space:nowrap;color:#ffad14}.achievements-section .form-block .block-header .clickable-title .collapsed-summary .meta{color:#fff6;white-space:nowrap;font-size:.85rem;font-weight:400}.achievements-section .form-block .block-header .clickable-title .collapsed-summary .ellipsis{text-overflow:ellipsis;max-width:250px;overflow:hidden}.achievements-section .form-block .block-header .clickable-title .collapse-icon{color:#ffffff4d;flex-shrink:0;font-size:.8rem}.achievements-section .form-block .block-header .block-actions{flex-shrink:0;gap:10px;display:flex}.achievements-section .form-block .block-header .block-actions button{background:0 0;border-radius:4px;padding:4px 10px;transition:all .2s}.achievements-section .form-block .block-header .block-actions button.save-btn{color:#666;cursor:default;opacity:.6;border:1px solid #666}.achievements-section .form-block .block-header .block-actions button.save-btn.modified{color:#ffad14;cursor:pointer;opacity:1;border-color:#ffad14}.achievements-section .form-block .block-header .block-actions button.delete-btn{color:#ff4d4f;cursor:pointer;border:1px solid #ff4d4f}.achievements-section .form-block .block-header .block-actions button.delete-btn.empty{cursor:not-allowed;opacity:.5}.achievements-section .form-block .image-upload-wrapper{background:#0003;border:1px dashed #fff3;border-radius:8px;align-items:center;gap:15px;padding:15px;display:flex}.achievements-section .form-block .image-upload-wrapper img{object-fit:cover;border:2px solid #ffad14;border-radius:8px;width:60px;height:60px}.achievements-section .form-block .image-upload-wrapper input[type=file]{color:#fff;cursor:pointer;flex:1}.achievements-section .action-wrapper{flex-direction:column;gap:15px;margin-top:10px;display:flex}.achievements-section .action-wrapper .add-another-btn{color:#ffad14;cursor:pointer;background:0 0;border:1px dashed #ffad14;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:all .2s}.achievements-section .action-wrapper .save-all-btn{opacity:.6;cursor:default;width:100%}.achievements-section .action-wrapper .save-all-btn.modified{opacity:1;cursor:pointer}.contact-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.contact-section .form-row{gap:16px;width:100%;display:flex}.contact-section .form-row .half-width{flex:1}@media (width<=600px){.contact-section .form-row{flex-direction:column}}.resume-simplified-container{color:#fff;max-width:900px;margin:0 auto;padding:40px}.resume-simplified-container .resume-header{text-align:center;margin-bottom:48px}.resume-simplified-container .resume-header .resume-title{background:linear-gradient(90deg,#fff,#fff9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:2.22rem;font-weight:800}.resume-simplified-container .resume-header .resume-subtitle{color:#ffffff80;font-size:1.05rem}.resume-simplified-container .resume-simplified-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:32px;padding:40px;display:flex}.resume-simplified-container .resume-simplified-form .resume-full-field{flex-direction:column;gap:12px;display:flex}.resume-simplified-container .resume-simplified-form .resume-full-field label{text-transform:uppercase;letter-spacing:1px;color:#fff6;font-size:.85rem;font-weight:600}.resume-simplified-container .resume-simplified-form .resume-full-field .resume-full-input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:16px 20px;font-size:1rem;transition:all .3s}.resume-simplified-container .resume-simplified-form .resume-full-field .resume-full-input:focus{background:#0000004d;border-color:#00b4ff;box-shadow:0 0 0 4px #00b4ff1a}.resume-simplified-container .resume-simplified-form .resume-full-field .resume-custom-upload input{display:none}.resume-simplified-container .resume-simplified-form .resume-full-field .resume-custom-upload .resume-upload-label{text-align:center;cursor:pointer;color:#ffffffb3;background:#ffffff0d;border:2px dashed #ffffff26;border-radius:12px;padding:24px;font-weight:500;transition:all .3s;display:block}.resume-simplified-container .resume-simplified-form .resume-full-field .resume-custom-upload .resume-upload-label:hover{color:#fff;background:#00ff950d;border-color:#00ff95}.resume-simplified-container .resume-simplified-form .resume-primary-save-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#00b4ff,#0081ff);border:none;border-radius:14px;margin-top:10px;padding:18px;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 8px 32px #0081ff33}.resume-simplified-container .resume-simplified-form .resume-primary-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 48px #0081ff66}.resume-simplified-container .resume-simplified-form .resume-primary-save-btn:disabled{opacity:.5;cursor:not-allowed}.resume-simplified-container .resume-simplified-form .resume-templates-note{text-align:center;border-top:1px solid #ffffff1a;padding-top:20px}.resume-simplified-container .resume-simplified-form .resume-templates-note p{color:#fff6;font-size:.95rem}.resume-simplified-container .resume-simplified-form .resume-templates-note p .explore-link{color:#00ff95;margin:0 4px;font-weight:600;text-decoration:none}.resume-simplified-container .resume-simplified-form .resume-templates-note p .explore-link:hover{text-decoration:underline}@media (width<=600px){.resume-simplified-container{padding:24px 16px}.resume-simplified-container .resume-simplified-form{padding:24px}}.resume-hosted-link-card{background:#00ff950a;border:1px solid #00ff9526;border-radius:16px;margin-bottom:8px;padding:20px 24px}.resume-hosted-link-card .resume-hosted-label{color:#00ff95;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-size:.85rem;font-weight:700}.resume-hosted-link-card .resume-hosted-row{align-items:center;gap:12px;display:flex}.resume-hosted-link-card .resume-hosted-row .resume-hosted-input{flex:1;color:#00ff95!important;background:#0000004d!important;font-family:Courier New,monospace!important;font-weight:600!important}.resume-hosted-link-card .resume-copy-btn{color:#000;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#00ff95,#00c878);border:none;border-radius:10px;padding:12px 20px;font-size:.85rem;font-weight:800;transition:all .25s;box-shadow:0 4px 15px #00ff954d}.resume-hosted-link-card .resume-copy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00ff9566}.resume-hosted-link-card .resume-hosted-template-name{color:#fff6;margin:12px 0 0;font-size:.85rem}.resume-templates-cta{text-align:center;border-top:1px solid #ffffff14;padding-top:24px}.resume-templates-cta .resume-cta-text{color:#ffffff80;margin-bottom:16px;font-size:.95rem}.resume-templates-cta .resume-explore-cta-btn{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#ff6b6b,#ee5a24,#f0932b);border-radius:14px;padding:14px 36px;font-size:1.05rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 32px #ee5a244d}.resume-templates-cta .resume-explore-cta-btn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 14px 48px #ee5a2480}.additional-info-section .subtitle{color:#fff9;margin-top:-16px;margin-bottom:24px;font-size:.95rem}.additional-info-section .info-subsection{background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;margin-bottom:22px;padding:22px 24px}.additional-info-section .info-subsection .subsection-title{color:#ffad14;align-items:center;gap:8px;margin:0 0 16px;font-size:1.05rem;font-weight:600;display:flex}.additional-info-section .info-subsection .subsection-title .subsection-icon{font-size:1.15rem}.additional-info-section .items-scroll-container{flex-direction:column;gap:10px;max-height:280px;margin-bottom:14px;padding-right:6px;display:flex;overflow-y:auto}.additional-info-section .items-scroll-container::-webkit-scrollbar{width:5px}.additional-info-section .items-scroll-container::-webkit-scrollbar-track{background:#ffffff0a;border-radius:4px}.additional-info-section .items-scroll-container::-webkit-scrollbar-thumb{background:#ffad144d;border-radius:4px}.additional-info-section .items-scroll-container::-webkit-scrollbar-thumb:hover{background:#ffad1480}.additional-info-section .inline-item{align-items:center;gap:10px;display:flex}.additional-info-section .inline-item .drag-grip{cursor:grab;color:#ffffff40;-webkit-user-select:none;user-select:none;letter-spacing:2px;border-radius:4px;flex-shrink:0;padding:4px 2px;font-size:1.1rem;line-height:1;transition:all .2s}.additional-info-section .inline-item .drag-grip:hover{color:#ffad14;background:#ffad1414}.additional-info-section .inline-item .drag-grip:active{cursor:grabbing}.additional-info-section .inline-item input[type=text]{color:#fff;background:#00000040;border:1px solid #ffffff1f;border-radius:8px;flex:1;padding:10px 14px;font-size:.92rem;transition:border-color .2s}.additional-info-section .inline-item input[type=text]::placeholder{color:#ffffff4d}.additional-info-section .inline-item input[type=text]:focus{border-color:#ffad14;outline:none}.additional-info-section .inline-item.lang-item input[type=text]{flex:1.5}.additional-info-section .inline-item .proficiency-select{color:#fff;cursor:pointer;appearance:none;background:#00000040 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffad14' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 10px center/16px no-repeat;border:1px solid #ffffff1f;border-radius:8px;flex:1;padding:10px 32px 10px 12px;font-size:.88rem;transition:border-color .2s}.additional-info-section .inline-item .proficiency-select:focus{border-color:#ffad14;outline:none}.additional-info-section .inline-item .proficiency-select option{color:#fff;background:#1a1a2e}.additional-info-section .inline-item .remove-item-btn{color:#ff4d4f;cursor:pointer;background:#ff4d4f14;border:1px solid #ff4d4f40;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:all .2s;display:flex}.additional-info-section .inline-item .remove-item-btn svg{width:15px;height:15px}.additional-info-section .inline-item .remove-item-btn:hover{background:#ff4d4f33;border-color:#ff4d4f}.additional-info-section .add-another-btn{color:#ffad14;cursor:pointer;background:0 0;border:1px dashed #ffad1459;border-radius:8px;width:100%;padding:10px;font-size:.88rem;font-weight:600;transition:all .2s}.additional-info-section .add-another-btn:hover{background:#ffad140f;border-color:#ffad14}.additional-info-section .action-wrapper{margin-top:10px}.additional-info-section .action-wrapper .save-all-btn{width:100%}.main-dashboard-layout{background:0 0;width:100%;max-width:1200px;height:auto;min-height:auto;margin:0 auto;display:flex;position:relative;overflow:visible}.main-dashboard-layout:not(.desktop-layout){flex-direction:column;padding:0 15px}.main-dashboard-layout.desktop-layout{align-items:flex-start;gap:0;padding:0}.main-dashboard-layout:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#00ff9608 0%,#0000 60%);position:absolute;top:-50%;left:-50%}.dashboard-menu-trigger{z-index:1005;cursor:pointer;color:#fff;justify-content:flex-start;align-items:center;gap:12px;padding:8px 0;font-family:inherit;transition:all .3s;display:flex;position:fixed;top:90px;left:20px;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important}.dashboard-menu-trigger .bento-icon{grid-template-columns:repeat(2,6px);gap:3px;display:grid}.dashboard-menu-trigger .bento-icon .square{background:#00ff95;border-radius:2px;width:6px;height:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-menu-trigger .trigger-text{letter-spacing:.5px;text-transform:uppercase;opacity:.8;font-size:.95rem;font-weight:600}.dashboard-menu-trigger:hover{transform:translate(4px)}.dashboard-menu-trigger:hover .trigger-text{opacity:1}.dashboard-menu-trigger:hover .bento-icon .square{background:#fff}.dashboard-menu-trigger.active .bento-icon .square{background:#00ff95;transform:rotate(45deg)}.dashboard-menu-trigger.active .trigger-text{color:#00ff95;opacity:1}@media (width<=1024px){.dashboard-menu-trigger{z-index:1000;justify-content:flex-start;width:auto;padding:15px 0;position:sticky;top:-5px;left:20px;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important;margin-bottom:0!important}}.dashboard-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;touch-action:none;background:#000000d1;animation:.3s fadeIn;position:fixed;inset:0}@media (width<=1024px){.mainboard-container{padding:20px 15px}.mainboard-container .mainboard-glass-container{padding:20px}}@media (width<=768px){.mainboard-container{padding:15px 10px}}@media (width<=600px){.main-dashboard-layout{flex-direction:column;overflow-x:hidden}.mainboard-container{padding:10px 10px 30px}.mainboard-container .mainboard-glass-container{border-radius:12px;padding:15px}.mainboard-container .dashboard-section h3{text-align:center;font-size:1.4rem}}.arrange-popup-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.arrange-popup{color:#fff;background:#161616;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-width:520px;max-height:88vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #00000080}.arrange-popup-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.arrange-popup-header h3{background:linear-gradient(90deg,#00ff95,#00b4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.3rem}.arrange-popup-close{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1}.arrange-popup-close:hover{color:#fff}.arrange-popup-hint{color:#999;margin:0 0 18px;font-size:.85rem;line-height:1.5}.arrange-popup-body{flex-direction:column;gap:20px;display:flex}.arrange-popup-footer{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.arrange-popup-footer button{cursor:pointer;border-radius:8px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:opacity .2s,transform .1s}.arrange-popup-footer button:disabled{opacity:.5;cursor:not-allowed}.arrange-popup-footer button:active:not(:disabled){transform:scale(.97)}.arrange-cancel-btn{color:#fff;background:0 0;border:1px solid #fff3}.arrange-apply-btn{color:#000;background:#00ff95;border:none}.arrange-section-list{flex-direction:column;gap:8px;max-height:44vh;padding-right:4px;display:flex;overflow-y:auto}.arrange-section-row{cursor:grab;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;transition:background .15s,border-color .15s,opacity .15s;display:flex}.arrange-section-row.is-dragging{opacity:.5;border-color:#00ff95}.arrange-section-row.is-hidden{opacity:.55}.arrange-section-row.is-hidden .section-label{color:#888;text-decoration:line-through}.arrange-section-row:hover{background:#ffffff12}.arrange-section-row .drag-handle{color:#666;letter-spacing:-3px;-webkit-user-select:none;user-select:none;font-size:.9rem}.arrange-section-row .section-label{flex:1;font-size:.92rem;font-weight:600}.arrange-section-row .row-actions{align-items:center;gap:6px;display:flex}.arrange-section-row .move-btn{color:#ccc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.7rem;display:flex}.arrange-section-row .move-btn:hover:not(:disabled){color:#fff;background:#ffffff1f}.arrange-section-row .move-btn:disabled{opacity:.3;cursor:not-allowed}.arrange-section-row .visibility-btn{color:#00ff95;cursor:pointer;text-transform:uppercase;letter-spacing:.4px;background:#00ff951f;border:1px solid #00ff9559;border-radius:6px;min-width:58px;padding:5px 10px;font-size:.72rem;font-weight:700}.arrange-section-row .visibility-btn.is-off{color:#888;background:#ffffff0d;border-color:#ffffff26}.arrange-color-picker{border-top:1px solid #ffffff14;padding-top:16px}.arrange-color-picker .color-picker-label{color:#ccc;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.85rem;font-weight:700}.arrange-color-picker .color-swatches{gap:12px;display:flex}.arrange-color-picker .color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:36px;height:36px;transition:transform .15s,box-shadow .15s;box-shadow:inset 0 0 0 2px #ffffff26}.arrange-color-picker .color-swatch:hover{transform:scale(1.08)}.arrange-color-picker .color-swatch.active{border-color:#fff;box-shadow:0 0 0 3px #ffffff40}@media (width<=480px){.arrange-popup{padding:18px}.arrange-section-row .section-label{font-size:.85rem}}.resume-templates-page{color:#fff;max-width:1200px;min-height:100vh;margin:0 auto;padding:40px 20px}.resume-templates-page .pdf-measure-scratch{visibility:hidden;pointer-events:none;z-index:-1;color:#333;background:#fff;width:794px;height:auto;position:fixed;top:0;left:-2000px;overflow:visible}.resume-templates-page .templates-header{text-align:center;margin-bottom:50px}.resume-templates-page .templates-header h2{background:linear-gradient(90deg,#00ff95,#00b4ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 10px;font-size:2.5rem}.resume-templates-page .templates-header p{color:#aaa;font-size:1.1rem}.resume-templates-page .templates-grid{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.resume-templates-page .templates-grid .loading-text,.resume-templates-page .templates-grid .empty-text{text-align:center;color:#888;width:100%;padding:40px 0;font-style:italic}.resume-templates-page .templates-grid .template-card{cursor:pointer;background:#14141499;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:0 0 calc(33.333% - 20px);transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.resume-templates-page .templates-grid .template-card:hover{border-color:#00ff95;transform:translateY(-8px);box-shadow:0 10px 30px #00ff9526}.resume-templates-page .templates-grid .template-card:hover .template-thumbnail .overlay{opacity:1}.resume-templates-page .templates-grid .template-card .template-thumbnail{aspect-ratio:794/1123;--thumbnail-scale:.46;background:#f0f0f0;border-bottom:1px solid #ffffff0d;width:100%;position:relative;overflow:hidden}.resume-templates-page .templates-grid .template-card .template-thumbnail .preview-html-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.resume-templates-page .templates-grid .template-card .template-thumbnail .preview-html-wrapper .preview-html-scaler{transform-origin:top;width:794px;transform:translateX(-50%) scale(var(--thumbnail-scale));pointer-events:none;background:#fff;position:absolute;top:0;left:50%;box-shadow:0 0 10px #0000001a}.resume-templates-page .templates-grid .template-card .template-thumbnail .overlay{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.resume-templates-page .templates-grid .template-card .template-thumbnail .overlay .preview-btn{color:#000;cursor:pointer;background:#00ff95;border:none;border-radius:25px;padding:12px 28px;font-size:.95rem;font-weight:800;transition:transform .2s;box-shadow:0 4px 15px #00ff9566}.resume-templates-page .templates-grid .template-card .template-thumbnail .overlay .preview-btn:active{transform:scale(.95)}.resume-templates-page .templates-grid .template-card h3{text-align:center;color:#efefef;background:#ffffff08;margin:0;padding:18px;font-size:1.1rem;font-weight:600}.resume-templates-page .generating-state{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:40vh;display:flex}.resume-templates-page .generating-state p{color:#aaa;margin:0;font-size:1rem}.resume-templates-page .generating-state .spinner{border:4px solid #00ff9526;border-top-color:#00ff95;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite spin}.resume-templates-page .pagination-error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:40vh;display:flex}.resume-templates-page .pagination-error-state .error-icon{font-size:3rem}.resume-templates-page .pagination-error-state h3{color:#f87171;margin:0;font-size:1.4rem}.resume-templates-page .pagination-error-state p{color:#aaa;max-width:400px;margin:0;font-size:.95rem}.resume-templates-page .pagination-error-state .back-btn{cursor:pointer;color:#fff;background:0 0;border:1px solid #fff3;border-radius:8px;margin-top:8px;padding:10px 22px;font-size:.9rem;font-weight:700;transition:opacity .2s}.resume-templates-page .pagination-error-state .back-btn:hover{opacity:.8}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.resume-templates-page .template-preview-container{flex-direction:column;gap:20px;display:flex}.resume-templates-page .template-preview-container .preview-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.resume-templates-page .template-preview-container .preview-actions button{cursor:pointer;border-radius:8px;padding:10px 22px;font-size:.9rem;font-weight:700;transition:opacity .2s}.resume-templates-page .template-preview-container .preview-actions button:hover{opacity:.8}.resume-templates-page .template-preview-container .preview-actions .back-btn{color:#fff;background:0 0;border:1px solid #fff3}.resume-templates-page .template-preview-container .preview-actions .actions-right{align-items:center;gap:12px;display:flex}.resume-templates-page .template-preview-container .preview-actions .actions-right .page-chip{color:#00ff95;background:#00ff9514;border:1px solid #00ff9540;border-radius:20px;padding:4px 14px;font-size:.78rem}.resume-templates-page .template-preview-container .preview-actions .print-btn{color:#000;background:#00b4ff;border:none;box-shadow:0 4px 15px #00b4ff4d}.resume-templates-page .template-preview-container .preview-actions .arrange-btn{color:#00ff95;background:0 0;border:1px solid #00ff9566}.resume-templates-page .template-preview-container .pages-viewer{background:#525659;border-radius:10px;flex-direction:column;align-items:center;gap:28px;max-height:88vh;padding:28px 20px;display:flex;overflow-y:auto}.resume-templates-page .template-preview-container .pages-viewer::-webkit-scrollbar{width:8px}.resume-templates-page .template-preview-container .pages-viewer::-webkit-scrollbar-track{background:#3d3f42;border-radius:4px}.resume-templates-page .template-preview-container .pages-viewer::-webkit-scrollbar-thumb{background:#6d7073;border-radius:4px}.resume-templates-page .template-preview-container .pages-viewer .export-document-root{flex-direction:column;gap:18px;width:794px;margin:0 auto;display:flex}.resume-templates-page .template-preview-container .pages-viewer .resume-page{box-sizing:border-box;background:#fff;flex-shrink:0;width:794px;height:1123px;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000008c}@media print{.resume-templates-page .template-preview-container .pages-viewer .resume-page{box-shadow:none;page-break-after:always;break-after:page;margin:0}.resume-templates-page .template-preview-container .pages-viewer .resume-page:last-child{page-break-after:auto;break-after:auto}}.resume-templates-page .template-preview-container .pages-viewer .resume-page-content{box-sizing:border-box;width:100%;height:100%}.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h1,.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h2,.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h3,.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h4,.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h5,.resume-templates-page .template-preview-container .pages-viewer .resume-page-content .resume-export-root h6{page-break-after:avoid;break-after:avoid-page}@media (width<=1100px){.resume-templates-page .templates-grid .template-card{--thumbnail-scale:.62;flex:0 0 calc(50% - 15px)}}@media (width<=850px){.resume-templates-page .template-preview-container .pages-viewer{padding:20px 10px}.resume-templates-page .template-preview-container .pages-viewer .export-document-root{--mobile-scale:calc((92vw) / 794);transform:scale(var(--mobile-scale));transform-origin:top;width:794px;margin-bottom:calc(-1 * 1123px * (1 - var(--mobile-scale)))}.resume-templates-page .template-preview-container .pages-viewer .resume-page{margin-bottom:20px}}@media (width<=760px){.resume-templates-page{padding:20px 12px}.resume-templates-page .templates-header{margin-bottom:30px}.resume-templates-page .templates-header h2{font-size:1.8rem}.resume-templates-page .templates-header p{font-size:.95rem}.resume-templates-page .templates-grid .template-card{--thumbnail-scale:.85;flex:0 0 100%}}@media (width<=480px){.resume-templates-page .template-preview-container .preview-actions{flex-direction:column;align-items:stretch}.resume-templates-page .template-preview-container .preview-actions .actions-right{justify-content:space-between}}.portfolio-templates-page{color:#fff;max-width:1200px;min-height:100vh;margin:0 auto;padding:40px 20px}.portfolio-templates-page .pt-gallery-header{text-align:center;margin-bottom:50px;padding:60px 20px}.portfolio-templates-page .pt-gallery-header .pt-title{background:0 0;-webkit-background-clip:initial;background-clip:initial;-webkit-text-fill-color:#fff;color:#fff;margin:0 0 12px;font-size:2.3rem;font-weight:700;line-height:1.3}.portfolio-templates-page .pt-gallery-header .pt-subtitle{color:#ffffffb3;margin-bottom:28px;font-size:1.1rem;line-height:1.6}.portfolio-templates-page .pt-gallery-header .pt-layout-filters{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;flex-wrap:wrap;justify-content:center;gap:8px;padding:6px;display:inline-flex}.portfolio-templates-page .pt-gallery-header .pt-filter-btn{cursor:pointer;color:#ffffffb3;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.portfolio-templates-page .pt-gallery-header .pt-filter-btn:hover{color:#fff;background:#ffffff0f}.portfolio-templates-page .pt-gallery-header .pt-filter-btn.active{color:#0e1a1f;background:#00ff95}.portfolio-templates-page .pt-gallery-header .pt-filter-btn .pt-filter-count{color:inherit;background:#0000002e;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:700}.portfolio-templates-page .pt-gallery-header .pt-filter-btn.active .pt-filter-count{background:#0000001f}.portfolio-templates-page .pt-empty-filter{text-align:center;color:#ffffff8c;padding:4rem 1.5rem;font-size:1rem}.portfolio-templates-page .pt-preview-header{align-items:center;gap:24px;margin-bottom:30px;padding:24px;display:flex}.portfolio-templates-page .pt-preview-header .pt-back-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:10px 20px;font-weight:500;transition:all .25s}.portfolio-templates-page .pt-preview-header .pt-back-btn:hover{background:#ffffff0d;border-color:#00ff95}.portfolio-templates-page .pt-preview-header .pt-preview-info{flex:1}.portfolio-templates-page .pt-preview-header .pt-preview-info .pt-preview-title{color:#fff;margin:0 0 4px;font-size:1.8rem;font-weight:600}.portfolio-templates-page .pt-preview-header .pt-preview-info .pt-preview-hint{color:#fff9;margin:0;font-size:.9rem}.portfolio-templates-page .pt-preview-header .pt-preview-actions{align-items:center;gap:12px;display:flex}.portfolio-templates-page .pt-preview-header .pt-fullview-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:10px 20px;font-weight:600;transition:opacity .2s}.portfolio-templates-page .pt-preview-header .pt-fullview-btn:hover:not(:disabled){opacity:.8}.portfolio-templates-page .pt-preview-header .pt-publish-btn{cursor:pointer;color:#000;background:#00b4ff;border:none;border-radius:8px;padding:10px 24px;font-weight:700;transition:opacity .2s;box-shadow:0 4px 15px #00b4ff4d}.portfolio-templates-page .pt-preview-header .pt-publish-btn:hover:not(:disabled){opacity:.8}.portfolio-templates-page .pt-preview-header .pt-publish-btn:disabled{color:#ffffff4d;cursor:default;box-shadow:none;background:#ffffff0d}.portfolio-templates-page .pt-gallery-content{margin-top:30px;padding:0}.portfolio-templates-page .pt-color-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:18px 22px;display:flex}.portfolio-templates-page .pt-color-bar-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.portfolio-templates-page .pt-color-bar-label{color:#fff;font-size:.95rem;font-weight:700}.portfolio-templates-page .pt-color-bar-hint{color:#fff9;font-size:.82rem;line-height:1.4}.portfolio-templates-page .pt-color-swatches{flex-wrap:wrap;gap:8px;display:flex}.portfolio-templates-page .pt-color-swatch{color:#ffffffd9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:600;transition:border-color .2s,background .2s,transform .2s;display:inline-flex}.portfolio-templates-page .pt-color-swatch:hover:not(:disabled){border-color:#00ff9573;transform:translateY(-1px)}.portfolio-templates-page .pt-color-swatch.active{color:#fff;background:#00ff951f;border-color:#00ff95}.portfolio-templates-page .pt-color-swatch:disabled{opacity:.5;cursor:not-allowed}.portfolio-templates-page .pt-color-dot{border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;width:14px;height:14px}.portfolio-templates-page .pt-colors-pill{z-index:3;letter-spacing:.04em;text-transform:uppercase;color:#fff;pointer-events:none;background:#0d9488eb;border-radius:999px;padding:5px 10px;font-size:.68rem;font-weight:700;position:absolute;top:12px;right:12px}.portfolio-templates-page .pt-preview-loading{z-index:2;color:#fff;background:#000000a6;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:600;position:absolute;top:12px;right:12px}.portfolio-templates-page .pt-preview-frame-wrapper{width:100%;margin-top:30px;padding:0;position:relative;overflow:hidden}.portfolio-templates-page .pt-preview-iframe{background:#fff;border:none;width:100%;height:80vh;display:block}.portfolio-templates-page .pt-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;padding:30px;display:grid}.portfolio-templates-page .pt-skeleton-gallery{padding:24px 30px 30px}.portfolio-templates-page .pt-skeleton-gallery .card-list-skeleton{margin-bottom:8px}.portfolio-templates-page .pt-skeleton-gallery .pt-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-top:20px;display:grid}.portfolio-templates-page .pt-skeleton-gallery .pt-skeleton-card{background:#00000047;border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.portfolio-templates-page .pt-skeleton-gallery .pt-skeleton-preview{border-radius:0;width:100%;height:280px}.portfolio-templates-page .pt-skeleton-gallery .pt-skeleton-footer{justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.portfolio-templates-page .pt-card{cursor:pointer;content-visibility:auto;contain-intrinsic-size:460px;contain:layout paint style;background:#0006;border:1px solid #ffffff1a;border-radius:12px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.portfolio-templates-page .pt-card:hover{border-color:#00ff95;box-shadow:0 8px 28px #00ff9514}.portfolio-templates-page .pt-card:hover .pt-card-overlay{opacity:1}.portfolio-templates-page .pt-card:hover .pt-card-preview-iframe{transform:scale(.26)}.portfolio-templates-page .pt-card .pt-card-preview{-webkit-mask-image:-webkit-radial-gradient(#fff,#000);background:radial-gradient(circle at 20% 15%,#00ff9524,#0000 28%),linear-gradient(145deg,#07100d,#111827);border-radius:12px 12px 0 0;height:380px;position:relative;overflow:hidden;mask-image:radial-gradient(#fff,#000)}.portfolio-templates-page .pt-card .pt-card-preview .pt-card-preview-frame{background:0 0;position:absolute;inset:0}.portfolio-templates-page .pt-card .pt-card-preview .pt-preview-placeholder{background:linear-gradient(120deg,#ffffff0a,#ffffff03),#030712b8;flex-direction:column;justify-content:center;gap:16px;width:100%;height:100%;padding:34px;display:flex}.portfolio-templates-page .pt-card .pt-card-preview .pt-preview-placeholder-mark{background:#00ff952e;border:1px solid #00ff9547;border-radius:24px;width:74px;height:74px}.portfolio-templates-page .pt-card .pt-card-preview .pt-preview-placeholder-line{background:#ffffff1f;border-radius:999px;width:72%;height:12px;display:block}.portfolio-templates-page .pt-card .pt-card-preview .pt-preview-placeholder-line.short{width:46%}.portfolio-templates-page .pt-card .pt-card-preview .pt-layout-pill{z-index:3;letter-spacing:.04em;text-transform:uppercase;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:5px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.portfolio-templates-page .pt-card .pt-card-preview .pt-layout-pill.single{color:#e8f0f2;background:#0e1a1fc7}.portfolio-templates-page .pt-card .pt-card-preview .pt-layout-pill.multipage{color:#fff;background:#0d9488eb}.portfolio-templates-page .pt-card .pt-card-preview .pt-card-preview-iframe{pointer-events:none;transform-origin:0 0;will-change:transform;background:#07100d;border:none;width:400%;height:400%;transition:transform .3s;transform:scale(.25)}.portfolio-templates-page .pt-card .pt-card-preview .pt-card-overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.portfolio-templates-page .pt-card .pt-card-preview .pt-card-overlay .pt-use-btn{color:#000;cursor:pointer;background:#00ff95;border:none;border-radius:20px;padding:10px 24px;font-size:.95rem;font-weight:800;box-shadow:0 4px 15px #00ff9566}.portfolio-templates-page .pt-card .pt-card-footer{background:#0003;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px;display:flex}.portfolio-templates-page .pt-card .pt-card-footer .pt-card-name{font-size:1.2rem;font-weight:700}.portfolio-templates-page .pt-card .pt-card-footer .pt-card-badge{color:#00ff95;text-transform:uppercase;letter-spacing:1px;background:#00ff951a;border:1px solid #00ff9533;border-radius:6px;padding:4px 10px;font-size:.65rem;font-weight:800}.portfolio-templates-page .pt-copy-url-bar{flex-direction:column;gap:12px;margin-bottom:20px;padding:20px 24px;display:flex}.portfolio-templates-page .pt-copy-url-bar .pt-copy-url-label{color:#ffffffb3;letter-spacing:.5px;font-size:.9rem;font-weight:700}.portfolio-templates-page .pt-copy-url-bar .pt-copy-url-row{align-items:center;gap:12px;display:flex}.portfolio-templates-page .pt-copy-url-bar .pt-copy-url-row .pt-copy-url-input{color:#00ff95;cursor:text;background:#0000004d;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:12px 16px;font-family:Courier New,monospace;font-size:.95rem;font-weight:600}.portfolio-templates-page .pt-copy-url-bar .pt-copy-url-row .pt-copy-url-btn{color:#000;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#00ff95,#00c878);border:none;border-radius:10px;padding:12px 24px;font-size:.9rem;font-weight:800;transition:all .25s;box-shadow:0 4px 15px #00ff954d}.portfolio-templates-page .pt-copy-url-bar .pt-copy-url-row .pt-copy-url-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00ff9566}.portfolio-templates-page .pt-loading{text-align:center;color:#888;grid-column:1/-1;padding:100px 0;font-style:italic}@media (width<=1024px){.portfolio-templates-page .pt-gallery-header{padding:40px 15px}.portfolio-templates-page .pt-gallery-header .pt-title{font-size:1.8rem}}@media (width<=768px){.portfolio-templates-page{padding:20px 12px}.portfolio-templates-page .pt-preview-header{flex-direction:column;align-items:stretch;gap:15px;padding:15px}.portfolio-templates-page .pt-preview-header .pt-preview-info{text-align:center}.portfolio-templates-page .pt-preview-header .pt-preview-info .pt-preview-title{font-size:1.4rem}.portfolio-templates-page .pt-preview-header .pt-preview-actions{justify-content:space-between;width:100%}.portfolio-templates-page .pt-preview-header .pt-preview-actions button{text-align:center;flex:1;padding:8px 12px;font-size:.85rem}.portfolio-templates-page .pt-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;padding:10px}.portfolio-templates-page .pt-card .pt-card-preview{height:300px}.portfolio-templates-page .pt-copy-url-row{flex-direction:column}.portfolio-templates-page .pt-copy-url-row button{width:100%}}@media (width<=480px){.portfolio-templates-page .pt-grid{grid-template-columns:1fr}.portfolio-templates-page .pt-preview-actions{flex-direction:column}}.opportunities-hub{color:#fff;padding:2rem}.opportunities-hub .hub-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.opportunities-hub .hub-header h2{background:linear-gradient(135deg,#fff 0%,#aaa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.opportunities-hub .hub-header .sync-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s;display:flex}.opportunities-hub .hub-header .sync-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.opportunities-hub .hub-header .sync-btn:disabled{opacity:.5;cursor:not-allowed}.opportunities-hub .hub-header .sync-btn .sync-icon.spinning{animation:1s linear infinite spin}.opportunities-hub .disconnected-view{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;max-width:500px;margin:1.5rem auto 4rem;padding:3rem}.opportunities-hub .disconnected-view .hub-icon{margin-bottom:1.5rem;font-size:4rem}.opportunities-hub .disconnected-view h3{margin-bottom:1rem;font-size:1.5rem}.opportunities-hub .disconnected-view p{color:#aaa;margin-bottom:2rem;line-height:1.6}.opportunities-hub .disconnected-view .connect-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4285f4 0%,#34a853 100%);border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #4285f44d}.opportunities-hub .disconnected-view .connect-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4285f466}.opportunities-hub .disconnected-view .privacy-note{color:#666;margin-top:1.5rem;font-size:.85rem;display:block}.opportunities-hub .disconnected-view.reconnect-view{background:radial-gradient(circle at top,#fbbc0514,#0000 48%),#fbbc0508;border-color:#fbbc0533}.opportunities-hub .disconnected-view.reconnect-view .reconnect-security-icon{color:#fbbc05;filter:drop-shadow(0 0 12px #fbbc0547);background:#fbbc051f;border:1px solid #fbbc0547;border-radius:22px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 1rem;font-size:2rem;display:flex}.opportunities-hub .disconnected-view.reconnect-view .reconnect-kicker{color:#fbbc05;letter-spacing:.04em;text-transform:uppercase;background:#fbbc051a;border:1px solid #fbbc053d;border-radius:999px;justify-content:center;align-items:center;margin-bottom:.75rem;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.opportunities-hub .disconnected-view.reconnect-view h3{color:#fbbc05}.opportunities-hub .disconnected-view.reconnect-view p{margin-bottom:1.25rem}.opportunities-hub .disconnected-view.reconnect-view .reconnect-benefits{text-align:left;gap:.65rem;margin:0 0 1.5rem;display:grid}.opportunities-hub .disconnected-view.reconnect-view .reconnect-benefits span{color:#ddd;background:#ffffff0a;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:.55rem;padding:.72rem .85rem;font-size:.88rem;line-height:1.35;display:flex}.opportunities-hub .disconnected-view.reconnect-view .reconnect-benefits span i{color:#fbbc05;flex-shrink:0;font-size:1rem}.opportunities-hub .disconnected-view.reconnect-view .reconnect-btn{background:linear-gradient(135deg,#f59300 0%,#fbbc05 100%);box-shadow:0 4px 15px #fbbc054d}.opportunities-hub .disconnected-view.reconnect-view .reconnect-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #fbbc0573}.opportunities-hub .tab-container{margin-top:2rem}.opportunities-hub .tab-container .tab-headers{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;width:100%;margin-bottom:2rem;display:flex}.opportunities-hub .tab-container .tab-headers .tab-headers-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:auto;align-items:stretch;gap:.25rem;min-width:0;display:flex;overflow-x:auto}.opportunities-hub .tab-container .tab-headers .tab-headers-row::-webkit-scrollbar{display:none}.opportunities-hub .tab-container .tab-headers .hub-filters{flex-wrap:wrap;flex:none;align-items:center;gap:.5rem;display:flex}.opportunities-hub .tab-container .tab-headers .status-filter,.opportunities-hub .tab-container .tab-headers .sort-filter{appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f0f0f0;cursor:pointer;background-color:#1c1f2e;background-image:linear-gradient(45deg,#0000 50%,#aaa 50%),linear-gradient(135deg,#aaa 50%,#0000 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #ffffff2e;border-radius:8px;outline:none;flex:none;max-width:100%;min-height:38px;padding:8px 32px 8px 12px;font-size:.9rem}.opportunities-hub .tab-container .tab-headers .status-filter:hover,.opportunities-hub .tab-container .tab-headers .status-filter:focus,.opportunities-hub .tab-container .tab-headers .sort-filter:hover,.opportunities-hub .tab-container .tab-headers .sort-filter:focus{background-color:#22263a;border-color:#4285f48c}.opportunities-hub .tab-container .tab-headers .status-filter option,.opportunities-hub .tab-container .tab-headers .sort-filter option{color:#f0f0f0;background-color:#1c1f2e}.opportunities-hub .tab-container .tab-headers .tab-btn{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem 1rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.opportunities-hub .tab-container .tab-headers .tab-btn:hover{color:#fff}.opportunities-hub .tab-container .tab-headers .tab-btn.active{color:#fff;border-bottom-color:#4285f4}.opportunities-hub .tab-container .tab-headers .tab-btn.active .count{color:#4285f4;background:#4285f433}.opportunities-hub .tab-container .tab-headers .tab-btn .count{background:#ffffff1a;border-radius:12px;padding:2px 8px;font-size:.8rem;transition:all .3s}.opportunities-hub .tab-container .tab-content .card-list{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.5rem;display:grid}.opportunities-hub .tab-container .tab-content .empty-state{text-align:center;color:#aaa;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;grid-column:1/-1;padding:4rem 2rem}.opportunities-hub .tab-container .tab-content .empty-state i{color:#fff3;margin-bottom:1rem;font-size:3rem;display:block}.opportunities-hub .hub-footer-actions{text-align:center;border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:.65rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.opportunities-hub .hub-footer-actions .refresh-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;min-width:160px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.opportunities-hub .hub-footer-actions .refresh-btn i.spinning{animation:1s linear infinite spin;display:inline-block}.opportunities-hub .hub-footer-actions .refresh-btn:hover:not(:disabled){background:#ffffff1a;transform:translateY(-2px)}.opportunities-hub .hub-footer-actions .refresh-btn:disabled{opacity:.5;cursor:not-allowed}.opportunities-hub .hub-footer-actions .refresh-hint{color:#666;max-width:360px;font-size:.8rem;line-height:1.4}.opportunities-hub .opportunity-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:1.25rem;transition:all .3s;display:flex}.opportunities-hub .opportunity-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.opportunities-hub .opportunity-card .card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.opportunities-hub .opportunity-card .card-header .title-block h5{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.2rem;font-size:1.1rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.opportunities-hub .opportunity-card .card-header .title-block .card-role{color:#aaa;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.opportunities-hub .opportunity-card .card-header .status-badge{text-transform:uppercase;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:600}.opportunities-hub .opportunity-card .card-header .status-badge.active{color:#34a853;background:#34a85326}.opportunities-hub .opportunity-card .card-header .status-badge.rejected{color:#ea4335;background:#ea433526}.opportunities-hub .opportunity-card .card-header .status-badge.mclosed{color:#fbbc05;background:#fbbc0526}.opportunities-hub .opportunity-card .track-cycle{color:#bbb;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.opportunities-hub .opportunity-card .track-cycle i{color:#4285f4}.opportunities-hub .opportunity-card .track-cycle .cycle-date{color:#888;margin-left:auto;font-size:.8rem}.opportunities-hub .opportunity-card .mini-description{color:#ddd;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.opportunities-hub .opportunity-card .mini-description.clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.opportunities-hub .opportunity-card .card-actions{margin-top:auto}.opportunities-hub .opportunity-card .card-actions .view-details-btn{color:#4285f4;cursor:pointer;background:#4285f41a;border:1px solid #4285f433;border-radius:8px;justify-content:center;width:100%;padding:.7rem;transition:all .2s}.opportunities-hub .opportunity-card .card-actions .view-details-btn:hover{background:#4285f433}.opportunities-hub .infinite-scroll-trigger{text-align:center;color:#888;grid-column:1/-1;padding:2rem 0}.opportunities-hub .opportunity-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10999;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:90px;display:flex;position:fixed;inset:0;overflow-y:auto}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content{background:#111;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;display:flex;overflow:hidden}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-header h3{margin-bottom:.3rem;font-size:1.3rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-header .role{color:#aaa;margin-top:.3rem;font-size:.9rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-header .close-btn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-header .close-btn:hover{opacity:1}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body{padding:1.5rem;overflow-y:auto}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .applied-date{color:#aaa;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline{padding-left:1.5rem;position:relative}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline:before{content:"";background:#ffffff1a;width:2px;position:absolute;top:0;bottom:0;left:0}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item{margin-bottom:2rem;position:relative}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-dot{background:#4285f4;border:3px solid #111;border-radius:50%;width:12px;height:12px;position:absolute;top:.3rem;left:-1.8rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content .type-badge{background:#ffffff1a;border-radius:4px;margin-bottom:.5rem;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content h4{margin-bottom:.5rem;font-size:1.05rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content p{color:#bbb;margin-bottom:.75rem;font-size:.9rem;line-height:1.5}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content .event-meta{color:#888;gap:1rem;font-size:.8rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-body .track-timeline .timeline-item .timeline-content .event-meta .mode-badge{color:#fbbc05}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer{border-top:1px solid #ffffff12;flex-shrink:0;padding:1rem 1.5rem 1.25rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-actions-row{gap:.75rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-action-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-action-btn i{font-size:1rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-action-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-btn{color:#ea4335;background:#ea43351a;border-color:#ea43354d}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-btn:hover:not(:disabled){background:#ea433533;border-color:#ea433580;transform:translateY(-1px)}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-opp-btn{color:#fbbc05;background:#fbbc051a;border-color:#fbbc054d}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-opp-btn:hover:not(:disabled){background:#fbbc0533;border-color:#fbbc0580;transform:translateY(-1px)}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .cancel-btn{color:#aaa;background:#ffffff0d;border-color:#ffffff1f}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .cancel-btn:hover:not(:disabled){color:#fff;background:#ffffff1a}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .confirm-close-btn{color:#34a853;background:#34a8531a;border-color:#34a8534d;flex:1;justify-content:center}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .confirm-close-btn:hover:not(:disabled){background:#34a85333;border-color:#34a85380;transform:translateY(-1px)}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box{background:#ea43350f;border:1px solid #ea433533;border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;animation:.18s fadeSlideIn;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box .remove-confirm-icon i{color:#ea4335;font-size:1.5rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box .remove-confirm-body .remove-confirm-title{color:#fff;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box .remove-confirm-body .remove-confirm-sub{color:#aaa;margin:0;font-size:.82rem;line-height:1.4}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box .remove-confirm-body .remove-confirm-sub strong{color:#ddd}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .remove-confirm-box .remove-confirm-actions{gap:.6rem;margin-top:.25rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel{flex-direction:column;gap:.75rem;animation:.18s fadeSlideIn;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-label{color:#ccc;align-items:center;gap:.4rem;margin:0;font-size:.85rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-label i{color:#fbbc05;font-size:1rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-input{color:#eee;resize:vertical;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .2s}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-input::placeholder{color:#555}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-input:focus{background:#ffffff12;border-color:#fbbc0566}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-actions{gap:.6rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-hint{color:#666;align-items:center;gap:.35rem;margin:-.25rem 0 0;font-size:.78rem;display:flex}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-hint i{font-size:.85rem}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-hint:has(.ri-error-warning-line){color:#fbbc05b3}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-hint:has(.ri-check-line){color:#34a853cc}.opportunities-hub .opportunity-modal-overlay .opportunity-modal-content .modal-footer .close-reason-panel .close-reason-hint kbd{color:#aaa;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;padding:1px 6px;font-family:inherit;font-size:.72rem;display:inline-block}.opp-skeleton-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.opportunities-hub .tab-btn.recommendations-tab{align-items:center;gap:.4rem;display:flex}.opportunities-hub .tab-btn.recommendations-tab.active{border-bottom-color:#a78bfa}.opportunities-hub .tab-btn.recommendations-tab.active .count.rec-count{color:#a78bfa;background:#a78bfa33}.opportunities-hub .tab-btn.recommendations-tab i{font-size:.85rem}.opportunities-hub .rec-section-header{color:#ccc;background:#a78bfa0f;border:1px solid #a78bfa33;border-radius:10px;align-items:flex-start;gap:.6rem;margin-bottom:1.5rem;padding:.9rem 1.1rem;font-size:.875rem;line-height:1.5;display:flex}.opportunities-hub .rec-section-header i{color:#a78bfa;flex-shrink:0;margin-top:1px;font-size:1.1rem}.opportunities-hub .rec-section-header strong{color:#e0d9ff}.opportunities-hub .rec-card-list{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.25rem;display:grid}.opportunities-hub .recommendation-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.2rem 1.25rem;transition:all .25s;display:flex}.opportunities-hub .recommendation-card:hover{background:#ffffff12;border-color:#a78bfa40;transform:translateY(-3px);box-shadow:0 8px 32px #0000004d}.opportunities-hub .recommendation-card .rec-card-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.opportunities-hub .recommendation-card .rec-card-top .rec-source-badge{letter-spacing:.02em;border:1px solid #0000;border-radius:20px;align-items:center;gap:.35rem;padding:3px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.opportunities-hub .recommendation-card .rec-card-top .rec-source-badge i{font-size:.9rem}.opportunities-hub .recommendation-card .rec-card-top .rec-date{color:#777;white-space:nowrap;align-items:center;gap:.3rem;font-size:.78rem;display:flex}.opportunities-hub .recommendation-card .rec-card-top .rec-date i{color:#555}.opportunities-hub .recommendation-card .rec-title{color:#eee;margin:0;font-size:.97rem;font-weight:600;line-height:1.4}.opportunities-hub .recommendation-card .rec-description{color:#bbb;flex:1;margin:0;font-size:.875rem;line-height:1.55}.opportunities-hub .recommendation-card .rec-description.clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.opportunities-hub .recommendation-card .rec-actions{margin-top:auto;padding-top:.25rem}.opportunities-hub .recommendation-card .rec-actions .rec-gmail-btn{color:#c4b5fd;background:#a78bfa1a;border:1px solid #a78bfa4d;border-radius:8px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.55rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.opportunities-hub .recommendation-card .rec-actions .rec-gmail-btn:hover{color:#ede9fe;background:#a78bfa33;border-color:#a78bfa80;transform:translateY(-1px)}.opportunities-hub .recommendation-card .rec-actions .rec-gmail-btn i{font-size:.95rem}.opportunities-hub .recommendation-card .rec-actions .rec-no-link{color:#555;font-size:.8rem}.opportunities-hub .empty-state.rec-empty{grid-column:1/-1}.opportunities-hub .empty-state.rec-empty small{color:#666;margin-top:.5rem;font-size:.82rem;display:block}@media (width<=768px){.opportunities-hub{padding:1rem .75rem}.opportunities-hub .hub-header{flex-direction:column;align-items:stretch;gap:1rem}.opportunities-hub .hub-header h2{font-size:1.5rem}.opportunities-hub .hub-header .sync-btn{justify-content:center;width:100%}.opportunities-hub .tab-container .tab-headers{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem}.opportunities-hub .tab-container .tab-headers .tab-headers-row{gap:.15rem;width:100%;padding-bottom:2px}.opportunities-hub .tab-container .tab-headers .hub-filters{flex-direction:column;align-items:stretch;width:100%}.opportunities-hub .tab-container .tab-headers .status-filter,.opportunities-hub .tab-container .tab-headers .sort-filter{width:100%}.opportunities-hub .tab-container .tab-headers .tab-btn{padding:.45rem .75rem .75rem;font-size:.95rem}.opportunities-hub .tab-container .tab-content .card-list{grid-template-columns:1fr;gap:1rem}.opportunities-hub .hub-footer-actions{margin-top:2rem;padding:1.25rem .5rem .5rem}.opportunities-hub .hub-footer-actions .refresh-btn{width:100%;max-width:320px}.opportunities-hub .opp-skeleton-grid,.opportunities-hub .rec-card-list{grid-template-columns:1fr}.opportunities-hub .rec-section-header{padding:.75rem .9rem;font-size:.82rem}.opportunities-hub .opportunity-card{padding:1rem}.opportunities-hub .opportunity-card .card-header .title-block h5{font-size:1.05rem}.opportunities-hub .opportunity-card .card-actions .action-btn{padding:.5rem;font-size:.85rem}.opportunities-hub .disconnected-view{max-width:100%;margin:1rem auto 2rem;padding:2rem 1.25rem}.opportunities-hub .disconnected-view h3{font-size:1.25rem}.opportunities-hub .disconnected-view .connect-btn{width:100%}.opportunity-modal-overlay{align-items:flex-start;padding:70px 10px 20px}.opportunity-modal-overlay .opportunity-modal-content{border-radius:12px;width:100%;max-height:calc(100vh - 90px)}.opportunity-modal-overlay .opportunity-modal-content .modal-header{padding:1rem 1.2rem}.opportunity-modal-overlay .opportunity-modal-content .modal-header h3{font-size:1.15rem}.opportunity-modal-overlay .opportunity-modal-content .modal-body{padding:1.2rem}.opportunity-modal-overlay .opportunity-modal-content .modal-body .applied-date{flex-direction:column;gap:.75rem;align-items:flex-start!important}.opportunity-modal-overlay .opportunity-modal-content .modal-footer{padding:1rem 1.2rem}.opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-actions-row{flex-direction:column}.opportunity-modal-overlay .opportunity-modal-content .modal-footer .modal-actions-row button{justify-content:center;width:100%}}@media (width<=480px){.opportunities-hub{padding:.75rem .5rem}.opportunities-hub .hub-header h2{font-size:1.35rem}.opportunities-hub .tab-container .tab-headers .tab-btn{gap:.35rem;padding:.4rem .6rem .7rem;font-size:.88rem}.opportunities-hub .tab-container .tab-headers .tab-btn .count{padding:1px 6px;font-size:.72rem}}.legal-page{color:#fff;min-height:100vh;padding:3rem 1.5rem;position:relative;overflow-x:hidden}.legal-page:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#4285f41a 0%,#0000 70%);border-radius:50%;width:50%;height:50%;position:absolute;top:-10%;left:-10%}.legal-page:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#a78bfa14 0%,#0000 70%);border-radius:50%;width:60%;height:60%;position:absolute;bottom:-10%;right:-10%}.legal-page .legal-container{z-index:1;-webkit-backdrop-filter:blur(20px);background:#12121499;border:1px solid #ffffff14;border-radius:16px;max-width:800px;margin:0 auto;padding:2.5rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 15px 30px -10px #0006,inset 0 0 0 1px #ffffff05}.legal-page .legal-container:hover{box-shadow:0 20px 40px -10px #00000080,inset 0 0 0 1px #ffffff0d}.legal-page .legal-container h1{letter-spacing:-.01em;background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;padding-top:.1em;padding-bottom:.1em;font-size:2rem;font-weight:700;line-height:1.3;animation:.8s forwards titleFadeIn}.legal-page .legal-container .last-updated{color:#888;letter-spacing:.03em;text-transform:uppercase;border-bottom:1px solid #ffffff14;margin-bottom:2rem;padding-bottom:1rem;font-size:.85rem;font-weight:500;animation:1s forwards titleFadeIn}.legal-page .legal-container section{opacity:0;margin-bottom:2rem;animation:1s .2s forwards sectionFadeIn}.legal-page .legal-container section:nth-child(2n){animation-delay:.3s}.legal-page .legal-container section:nth-child(odd){animation-delay:.4s}.legal-page .legal-container section h2{color:#f8f9fa;letter-spacing:-.01em;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;display:flex}.legal-page .legal-container section h2:before{content:"";background:#4285f4;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 8px #4285f480}.legal-page .legal-container section p{color:#b0b3b8;margin-bottom:1rem;font-size:.95rem;font-weight:400;line-height:1.6;transition:color .3s}.legal-page .legal-container section p:hover{color:#d1d5db}.legal-page .legal-container section ul{border-left:2px solid #4285f44d;margin-bottom:1rem;margin-left:0;padding-left:1.5rem;list-style-type:none}.legal-page .legal-container section ul li{color:#b0b3b8;margin-bottom:.5rem;font-size:.95rem;line-height:1.6;position:relative}.legal-page .legal-container section ul li strong{color:#e5e7eb;font-weight:600}@media (width<=768px){.legal-page{padding:2rem 1rem}.legal-page .legal-container{border-radius:12px;padding:1.5rem}.legal-page .legal-container h1{font-size:1.75rem}.legal-page .legal-container section h2{font-size:1.2rem}.legal-page .legal-container section p,.legal-page .legal-container section ul li{font-size:.9rem}}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.skill-assessment-page{color:#fff;background:radial-gradient(circle at 0 0,#00ff951f,#0000 34%),linear-gradient(135deg,#05080c,#0b1118);grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:22px;min-height:calc(100vh - 120px);padding:28px;display:grid}.skill-assessment-page.setup-only{grid-template-columns:minmax(0,980px);justify-content:center;align-items:start}.assessment-proctor-panel,.assessment-question-panel,.assessment-setup-page-card{background:#0a0f16e0;border:1px solid #ffffff1a;border-radius:22px;box-shadow:0 24px 70px #00000061}.assessment-setup-page-card{padding:26px}.assessment-proctor-panel{height:max-content;padding:18px;position:sticky;top:24px}.camera-card{background:#020407;border:1px solid #00ff952e;border-radius:16px;position:relative;overflow:hidden}.camera-card video{aspect-ratio:4/3;object-fit:cover;background:#020407;width:100%;display:block}.camera-card .status{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;padding:8px 10px;font-size:.8rem;font-weight:800;position:absolute;bottom:12px;left:12px;right:12px}.camera-card .status.ok{color:#00130b;background:#00ff95}.camera-card .status.bad{color:#fff;background:#ff5c66d1}.media-error{color:#ffcf6b;margin:12px 0 0;font-size:.86rem;line-height:1.45}.proctor-rules-card{background:#ffffff0b;border-radius:16px;margin-top:18px;padding:16px}.proctor-rules-card h3{margin:6px 0 8px;font-size:1.5rem}.proctor-rules-card p{color:#ffffffad;margin:7px 0}.proctor-rules-card ul{color:#ffffffb8;margin:14px 0 0;padding-left:18px;line-height:1.65}.proctor-rules-card .end-test-btn{color:#ff5c66;cursor:pointer;background:#ff5c6617;border:1px solid #ff5c66;border-radius:12px;width:100%;margin-top:18px;padding:11px 14px;font-weight:900}.kicker{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:900;color:#00ff95!important}.assessment-question-panel{padding:24px}.assessment-topbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.assessment-topbar h2{letter-spacing:-.04em;margin:6px 0 0;font-size:clamp(1.6rem,3vw,2.4rem)}.assessment-topbar p:not(.kicker){color:#ffffffa8;margin:8px 0 0;line-height:1.5}.assessment-topbar button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;padding:10px 14px}.setup-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0;display:grid}.setup-info-grid div{background:#00ff9512;border:1px solid #00ff952e;border-radius:16px;padding:18px}.setup-info-grid span{color:#ffffff94;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900;display:block}.setup-info-grid strong{color:#fff;margin:8px 0 6px;font-size:1.6rem;display:block}.setup-info-grid p{color:#ffffff9e;margin:0;line-height:1.45}.setup-rules-card,.setup-device-card,.setup-device-status{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:16px;padding:18px}.setup-rules-card h3{margin:0 0 10px}.setup-rules-card ul{color:#ffffffb8;margin:0;padding-left:18px;line-height:1.7}.setup-device-card{justify-content:space-between;align-items:center;gap:18px;display:flex}.setup-device-card h3{margin:0 0 6px}.setup-device-card p{color:#ffffffa3;margin:0}.setup-device-card button{color:#00130b;cursor:pointer;background:#00ff95;border:1px solid #00ff95;border-radius:12px;min-width:160px;padding:12px 16px;font-weight:900}.setup-device-status{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.setup-device-status span{text-align:center;border-radius:12px;padding:11px;font-weight:900}.setup-device-status .ok{color:#00ff95;background:#00ff9517}.setup-device-status .bad{color:#ff5c66;background:#ff5c6617}.setup-device-status .warn{color:#ffcf6b;background:#ffcf6b17}.setup-device-status p{color:#ffcf6b;grid-column:1/-1;margin:0}.setup-actions{margin-top:20px}.page-pill,.timer-pill{color:#00ff95;background:#00ff951a;border:1px solid #00ff953d;border-radius:999px;flex:none;padding:9px 14px;font-weight:900}.timer-pill{color:#00130b;background:#00ff95}.assessment-progress{background:#ffffff1a;border-radius:999px;height:7px;margin:22px 0;overflow:hidden}.assessment-progress span{border-radius:inherit;background:linear-gradient(90deg,#00ff95,#00d7ff);height:100%;transition:width .25s;display:block}.assessment-questions{gap:16px;display:grid}.assessment-question-card{background:linear-gradient(135deg,#0e161ff5,#060a0ffa);border:1px solid #ffffff17;border-radius:18px;padding:18px}.assessment-question-card h4{margin:0 0 14px;font-size:1.05rem;line-height:1.5}.assessment-question-card textarea{resize:vertical;color:#fff;background:#0000003d;border:1px solid #ffffff24;border-radius:12px;width:100%;padding:12px}.assessment-options{gap:10px;display:grid}.assessment-options label{cursor:pointer;background:#ffffff0b;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.assessment-options label:hover{background:#00ff9514}.assessment-actions{justify-content:space-between;gap:14px;margin-top:22px;display:flex}.assessment-actions button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;padding:12px 18px;font-weight:900}.assessment-actions button:disabled{opacity:.5;cursor:not-allowed}.assessment-actions .submit-assessment-btn,.assessment-actions button:last-child{color:#00130b;background:#00ff95;border-color:#00ff95}.assessment-confirm-backdrop{z-index:3000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c7;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.assessment-confirm-card{background:#10151d;border:1px solid #ffffff24;border-radius:18px;width:min(440px,100%);padding:24px;box-shadow:0 24px 80px #00000073}.assessment-confirm-card h3{color:#fff;margin:8px 0}.assessment-confirm-card p:not(.kicker){color:#ffffffad;margin:0;line-height:1.55}.assessment-confirm-card div{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.assessment-confirm-card button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;padding:10px 14px;font-weight:800}.assessment-confirm-card button.danger{color:#fff;background:#ff5c66;border-color:#ff5c66}.assessment-result-card{text-align:center;background:#0a0f16e6;border:1px solid #ffffff1f;border-radius:24px;width:min(620px,100%);margin:0 auto;padding:34px;box-shadow:0 24px 80px #0000006b}.assessment-result-card h2{margin:8px 0 18px;font-size:clamp(2rem,5vw,3.2rem)}.assessment-result-card button{color:#00130b;cursor:pointer;background:#00ff95;border:1px solid #00ff95;border-radius:12px;margin-top:24px;padding:12px 18px;font-weight:900}.result-score{border-radius:50%;place-items:center;width:140px;height:140px;margin:0 auto 20px;font-size:2.2rem;font-weight:1000;display:grid}.result-score.passed{color:#00130b;background:#00ff95;box-shadow:0 0 40px #00ff9540}.result-score.failed{color:#fff;background:#ff5c66;box-shadow:0 0 40px #ff5c6640}.result-reason{color:#ffcf6b;font-weight:800}.result-guidance{color:#ffffffc2;max-width:52ch;margin:12px auto 0;line-height:1.65}@media (width<=900px){.skill-assessment-page{grid-template-columns:1fr;padding:18px}.assessment-proctor-panel{position:static}}@media (width<=720px){.setup-info-grid,.setup-device-status{grid-template-columns:1fr}.setup-device-card{flex-direction:column;align-items:stretch}}.app-content-wrapper:has(.skill-learning-page){gap:0;max-width:none;padding:72px 0 0}.skill-learning-page{color:#f8fffb;text-align:left;background:radial-gradient(circle at 80% 15%,#00ff9524,#0000 34%),linear-gradient(135deg,#020705 0%,#06130e 48%,#010302 100%);grid-template-columns:280px minmax(0,1fr);height:calc(100vh - 72px);min-height:calc(100vh - 72px);display:grid;overflow:hidden}.learning-loader{text-align:center;color:#fff;background:radial-gradient(circle at 48% 36%,#00ff9533,#0000 28%),linear-gradient(135deg,#081018,#020405);grid-column:1/-1;align-content:center;place-items:center;gap:14px;min-height:calc(100vh - 120px);padding:40px;display:grid}.learning-loader h1{margin:0;font-size:clamp(1.8rem,4vw,3rem)}.learning-loader p{color:#ffffffb8;max-width:620px;margin:0;line-height:1.7}.loader-orbit{border:1px solid #00ff953d;border-radius:50%;width:84px;height:84px;animation:1.6s linear infinite spinCourseLoader;position:relative}.loader-orbit span{background:#00ff95;border-radius:50%;width:14px;height:14px;position:absolute;box-shadow:0 0 24px #00ff95a6}.loader-orbit span:first-child{top:-7px;left:calc(50% - 7px)}.loader-orbit span:nth-child(2){background:#00d7ff;bottom:12px;right:4px}.loader-orbit span:nth-child(3){background:#ffcf6b;bottom:12px;left:4px}.loader-lines{gap:10px;width:min(520px,88vw);margin-top:12px;display:grid}.loader-lines span{background:linear-gradient(90deg,#ffffff1a,#00ff9580,#ffffff1a) 0 0/220% 100%;border-radius:999px;height:11px;animation:1.3s ease-in-out infinite shimmerCourseLoader}.loader-lines span:nth-child(2){width:82%;margin:0 auto}.loader-lines span:nth-child(3){width:64%;margin:0 auto}@keyframes spinCourseLoader{to{transform:rotate(360deg)}}@keyframes shimmerCourseLoader{0%{background-position:100% 0}to{background-position:-100% 0}}.learning-kicker{color:#00ff95;letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.learning-sidebar{scrollbar-width:thin;scrollbar-color:#00ff9573 #ffffff0a;background:#040c09f0;border-right:1px solid #00ff952e;height:100%;overflow:hidden auto}.learning-sidebar::-webkit-scrollbar{width:8px}.learning-sidebar::-webkit-scrollbar-track{background:#ffffff0a}.learning-sidebar::-webkit-scrollbar-thumb{background:#00ff9561;border:2px solid #040c09f0;border-radius:999px}.learning-sidebar::-webkit-scrollbar-thumb:hover{background:#00ff959e}.learning-sidebar .sidebar-title{z-index:2;background:#040c09fa;border-bottom:1px solid #00ff952e;padding:16px 16px 14px;position:sticky;top:0}.learning-sidebar .sidebar-back{color:#f8fffbad;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;width:auto;margin-bottom:10px;padding:0;font-size:.78rem;font-weight:700;display:inline-flex}.learning-sidebar .sidebar-back span{color:#00ff95;font-size:.95rem;line-height:1}.learning-sidebar .sidebar-back:hover{color:#00ff95}.learning-sidebar h2{color:#fff;margin:0;font-size:1.05rem;font-weight:800;line-height:1.3}.learning-sidebar .sidebar-title p{color:#f8fffb80;letter-spacing:.06em;text-transform:uppercase;margin:4px 0 0;font-size:.74rem;font-weight:600}.learning-sidebar button{text-align:left;cursor:pointer;color:#fffc;background:0 0;border:0;width:100%}.learning-sidebar nav{padding:8px 0 24px}.learning-sidebar .sidebar-module>button{color:#fff;padding:10px 14px;font-size:.86rem;font-weight:700;line-height:1.35}.learning-sidebar .sidebar-module>button.active,.learning-sidebar .sidebar-module>button:hover{color:#00ff95;background:#00ff951a}.learning-sidebar .sidebar-lessons{padding:0 8px 8px}.learning-sidebar .sidebar-lessons button{color:#ffffffb8;border-radius:8px;padding:7px 10px 7px 16px;font-size:.8rem;font-weight:500;line-height:1.4}.learning-sidebar .sidebar-lessons button.active,.learning-sidebar .sidebar-lessons button:hover{color:#04100b;background:#00ff95;font-weight:700}.learning-content{scrollbar-width:thin;scrollbar-color:#00ff9559 transparent;min-width:0;height:100%;padding:16px 24px 28px;overflow:hidden auto}.tutorial-header{text-align:left;background:linear-gradient(145deg,#091611f5,#030705fa);border:1px solid #00ff9524;border-radius:22px;max-width:1440px;margin:0 auto 16px;padding:24px 28px;box-shadow:0 28px 80px #00000052}.tutorial-header h1{color:#fff;letter-spacing:-.02em;max-width:920px;margin:6px 0 10px;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:800;line-height:1.25}.tutorial-header p{color:#ffffffb8;line-height:1.7}.learning-meta{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.learning-meta span{color:#04100b;background:#00ff95;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:800}.tutorial-lesson{text-align:left;background:#040a08db;border:1px solid #ffffff14;border-radius:26px;max-width:1440px;margin:0 auto 24px;padding:28px}.tutorial-lesson h2{color:#fff;margin:0 0 12px;font-size:clamp(1.2rem,2vw,1.55rem);font-weight:700;line-height:1.3}.tutorial-lesson h3{color:#00ff95;letter-spacing:.02em;margin:22px 0 8px;font-size:1.05rem;font-weight:700}.tutorial-lesson p,.tutorial-lesson li{color:#ffffffc2;font-size:1rem;line-height:1.75}.tutorial-lesson ul{padding-left:22px}.tutorial-lesson pre{color:#e9fff5;background:#17242b;border-radius:6px;padding:18px;overflow:auto}.code-editor-section{margin:20px 0}.code-editor-heading{margin-bottom:12px}.code-editor-heading h3{margin:4px 0 0}.code-editor-card{background:#07120e;border:1px solid #00ff9538;border-radius:18px;overflow:hidden;box-shadow:inset 0 1px #ffffff0f,0 22px 54px #00000047}.code-editor-card pre{margin:0;padding:20px;overflow:auto}.code-editor-card code{color:#d9ffe9;white-space:pre;tab-size:2;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:.95rem;line-height:1.7;display:block}.code-editor-topbar{background:#ffffff0b;border-bottom:1px solid #ffffff14;align-items:center;gap:8px;padding:12px 14px;display:flex}.code-editor-topbar span{background:#ff5f56;border-radius:50%;width:11px;height:11px}.code-editor-topbar span:nth-child(2){background:#ffbd2e}.code-editor-topbar span:nth-child(3){background:#27c93f}.code-editor-topbar strong{color:#ffffffb3;margin-left:8px;font-size:.82rem}.lesson-chapter-label{color:#04100b;background:#00ff95;border-radius:999px;margin-bottom:10px;padding:7px 10px;font-weight:800;display:inline-flex}.module-goal{color:#fffc;background:#00ff9514;border-left:5px solid #00ff95;padding:14px 16px}.topic-pills{flex-wrap:wrap;gap:8px;margin:12px 0 18px;display:flex}.topic-pills span{color:#9effd1;background:#00ff9517;border-radius:999px;padding:6px 9px;font-size:.82rem;font-weight:700}.example-box,.try-box,.checkpoint-box{border-radius:2px;margin:16px 0;padding:16px}.example-box{background:#ffffff0e;border-left:5px solid #ffffff40}.try-box{background:#ffcf6b17;border-left:5px solid #ffcf6b}.checkpoint-box{background:#00d7ff14;border-left:5px solid #00d7ff}.lesson-actions{justify-content:space-between;gap:12px;margin-top:22px;display:flex}.lesson-actions button{color:#04100b;cursor:pointer;background:#00ff95;border:0;border-radius:999px;padding:11px 18px;font-weight:900}.lesson-actions button:disabled{cursor:not-allowed;opacity:.45}@media (width<=780px){.skill-learning-page{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 72px);overflow:visible}.learning-sidebar{height:auto;max-height:42vh}.learning-content{height:auto;padding:18px;overflow:visible}.tutorial-header,.tutorial-lesson{padding-left:22px;padding-right:22px}}.app-content-wrapper:has(.course-library-page){gap:0;max-width:none;padding:0}.course-library-page{color:#f8fffb;text-align:left;background:radial-gradient(circle at 82% 12%,#00ff9529,#0000 32%),linear-gradient(135deg,#020705 0%,#06130e 52%,#010302 100%);min-height:calc(100vh - 72px);padding:92px clamp(18px,4vw,56px) 64px}.course-library-hero{background:#040e0ad1;border:1px solid #00ff952e;border-radius:30px;max-width:1180px;margin:0 auto 28px;padding:clamp(22px,4vw,42px);box-shadow:0 28px 90px #00000047}.course-library-hero h1{color:#fff;margin:8px 0 12px;font-size:clamp(2.1rem,6vw,4.8rem);line-height:.95}.course-library-hero p{color:#f8fffbb8;max-width:780px;margin:0;font-size:1rem;line-height:1.75}.course-kicker{color:#00ff95;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}.course-library-stats{flex-wrap:wrap;gap:10px;margin:22px 0;display:flex}.course-library-stats span{color:#dfffee;background:#00ff9514;border:1px solid #00ff9533;border-radius:999px;padding:9px 13px;font-size:.86rem;font-weight:800}.course-search{max-width:620px}.course-search input{box-sizing:border-box;color:#fff;background:#010604b8;border:1px solid #00ff9538;border-radius:18px;outline:none;width:100%;padding:15px 17px}.course-search input:focus{border-color:#00ff95a6;box-shadow:0 0 0 4px #00ff951f}.course-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;max-width:1180px;margin:0 auto;display:grid}.course-card{background:#05110ce0;border:1px solid #00ff9529;border-radius:24px;flex-direction:column;gap:16px;min-height:260px;padding:22px;display:flex;box-shadow:0 18px 54px #00000038}.course-card h2{color:#fff;margin:0;font-size:1.55rem}.course-card p{color:#f8fffbb8;-webkit-line-clamp:7;-webkit-box-orient:vertical;margin:0;line-height:1.65;display:-webkit-box;overflow:hidden}.course-card a{color:#04120d;background:#00ff95;border-radius:14px;justify-content:center;margin-top:auto;padding:12px 16px;font-weight:900;text-decoration:none;display:inline-flex}.course-card-loading span{background:linear-gradient(90deg,#ffffff14,#00ff9547,#ffffff14) 0 0/220% 100%;border-radius:999px;height:14px;animation:1.4s ease-in-out infinite courseCardShimmer}.course-card-loading span:first-child{width:62%;height:28px}.course-card-loading span:nth-child(2){width:92%}.course-card-loading span:nth-child(3){width:72%}.course-empty{text-align:center;background:#05110cb8;border:1px dashed #00ff9542;border-radius:24px;grid-column:1/-1;padding:44px}.course-empty h2{color:#fff;margin:0 0 8px}.course-empty p{color:#f8fffbb8;margin:0}@keyframes courseCardShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (width<=640px){.course-library-page{padding:84px 14px 44px}.course-card{min-height:auto}}.app-content-wrapper:has(.billing-page){gap:0;max-width:none;padding:0}.billing-page{color:#f8fffb;text-align:left;background:radial-gradient(circle at 82% 12%,#00ff9524,#0000 34%),linear-gradient(135deg,#020705 0%,#06130e 52%,#010302 100%);min-height:calc(100vh - 72px);padding:92px clamp(18px,4vw,56px) 64px}.billing-hero,.billing-phone-card{background:#040e0ad1;border:1px solid #00ff952e;border-radius:30px;max-width:1180px;margin:0 auto 22px;padding:clamp(22px,4vw,42px);box-shadow:0 28px 90px #00000047}.billing-hero h1{color:#fff;margin:8px 0 12px;font-size:clamp(2.1rem,6vw,4.8rem);line-height:.95}.billing-hero p{color:#f8fffbb8;max-width:780px;margin:0;line-height:1.75}.billing-kicker{color:#00ff95;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}.billing-active{color:#dfffee;background:#00ff9514;border:1px solid #00ff953d;border-radius:999px;flex-wrap:wrap;gap:8px;margin-top:18px;padding:10px 14px;font-weight:800;display:inline-flex}.billing-phone-card{gap:10px;display:grid}.billing-phone-card label{color:#fff;font-weight:900}.billing-phone-card input{color:#fff;background:#010604b8;border:1px solid #00ff9538;border-radius:15px;outline:none;max-width:360px;padding:13px 15px}.billing-phone-card p{color:#f8fffb9e;margin:0;font-size:.9rem}.billing-plans{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;max-width:1180px;margin:0 auto;display:grid}.billing-plan,.billing-loading{background:#05110ce0;border:1px solid #00ff9529;border-radius:26px;flex-direction:column;gap:18px;min-height:420px;padding:24px;display:flex;box-shadow:0 18px 54px #00000038}.billing-plan.active{border-color:#00ff958f;box-shadow:0 24px 70px #00ff951a}.billing-plan h2{color:#fff;margin:8px 0;font-size:1.6rem}.billing-plan p{color:#f8fffbb8;margin:0;line-height:1.65}.billing-plan ul{color:#f8fffbc7;gap:10px;margin:0;padding-left:18px;display:grid}.billing-plan button{color:#04120d;cursor:pointer;background:#00ff95;border:0;border-radius:14px;margin-top:auto;padding:13px 16px;font-weight:950}.billing-plan button:disabled{opacity:.62;cursor:not-allowed}.billing-price{color:#fff;font-size:2.8rem;font-weight:950}.billing-price span,.billing-price small{color:#00ff95;font-size:1rem}.billing-loading{color:#f8fffbb8;grid-column:1/-1;justify-content:center;align-items:center;min-height:180px}
