@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.login-page-container{width:100%;min-height:100vh;background:#0a0a16;background:radial-gradient(circle at 50% 50%,#111129,#05050f);color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.01em;position:relative;overflow-x:hidden;display:flex;justify-content:center;align-items:center;padding:2rem}.mesh-glow{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(130px);opacity:.18;mix-blend-mode:screen;animation:float-slow-auth 20s infinite alternate}.mesh-glow--magenta{background:radial-gradient(circle,#ff2a7a,#ff2a7a00 70%);width:450px;height:450px;top:10%;left:-100px}.mesh-glow--teal{background:radial-gradient(circle,#00f2fe,#00f2fe00 70%);width:500px;height:500px;bottom:10%;right:-100px;animation-delay:-5s}@keyframes float-slow-auth{0%{transform:translate(0) scale(1)}to{transform:translate(30px,45px) scale(1.08)}}.login-glass-card{width:100%;max-width:440px;background:#0d0d218c;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 35px 80px #000000a6,inset 0 1px #ffffff0d;z-index:2;animation:fadeInUpAuth .6s cubic-bezier(.16,1,.3,1) both}@media(max-width:480px){.login-glass-card{padding:2.25rem 1.75rem;border-radius:1.25rem}}@keyframes fadeInUpAuth{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-brand-header{text-align:center;margin-bottom:2.25rem;display:flex;flex-direction:column;align-items:center}.auth-brand-header .auth-brand-badge{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.auth-brand-header .auth-brand-badge .auth-brand-dot{width:8px;height:8px;background-color:#0fc;border-radius:50%;box-shadow:0 0 10px #0fc;animation:pulse-glow-green-auth 2s infinite}.auth-brand-header .auth-brand-badge .auth-brand-text{font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.03em}.auth-brand-header .auth-brand-badge .auth-brand-text .auth-brand-text-accent{background:linear-gradient(135deg,#ff2a7a,#ff6a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-brand-header h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:#fff;margin:0 0 .5rem}.auth-brand-header .auth-card-subtitle{font-size:.875rem;color:#ffffff80;line-height:1.5;max-width:320px;margin:0}@keyframes pulse-glow-green-auth{0%,to{box-shadow:0 0 6px #0fc}50%{box-shadow:0 0 14px #0fc}}.auth-form-flow{display:flex;flex-direction:column;gap:1.25rem}.auth-input-group{display:flex;flex-direction:column;gap:.5rem}.auth-input-group label{font-size:.825rem;font-weight:600;color:#fffc;letter-spacing:.02em;text-transform:uppercase;padding-left:2px}.auth-input-group input{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.15);border-radius:.75rem;padding:.85rem 1rem;color:#fff;font-size:.9rem;outline:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.auth-input-group input::placeholder{color:#ffffff59}.auth-input-group input:focus{border-color:#ff2a7a66;background:#ff2a7a05;box-shadow:0 0 15px #ff2a7a1a}.auth-submit-gradient-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff2a7a,#ff6a00);border:none;color:#fff;font-size:.95rem;font-weight:750;padding:.9rem;border-radius:.75rem;cursor:pointer;margin-top:.5rem;box-shadow:0 8px 24px #ff2a7a59,inset 0 1px #fff3;transition:all .3s cubic-bezier(.16,1,.3,1)}.auth-submit-gradient-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff2a7a8c,inset 0 1px #ffffff4d}.auth-submit-gradient-btn:active{transform:translateY(0)}.auth-links-footer{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;font-size:.8rem;flex-wrap:wrap}.auth-links-footer .auth-footer-link{color:#fff6;text-decoration:none;transition:color .2s ease;font-weight:500}.auth-links-footer .auth-footer-link:hover{color:#fff}.auth-links-footer .auth-footer-link .highlight-text{color:#ff2a7a;font-weight:700}.auth-links-footer .auth-links-separator{color:#ffffff26;-webkit-user-select:none;user-select:none}.home-page-container{width:100%;min-height:100vh;background:#0a0a16;background:radial-gradient(circle at 50% 50%,#111129,#05050f);color:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;letter-spacing:-.01em;position:relative;overflow-x:hidden;display:flex;flex-direction:column;padding:0 2rem;align-items:center}.mesh-glow{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(130px);opacity:.18;mix-blend-mode:screen;animation:float-slow 20s infinite alternate}.mesh-glow--magenta{background:radial-gradient(circle,#ff2a7a,#ff2a7a00 70%);width:500px;height:500px;top:5%;left:-150px}.mesh-glow--teal{background:radial-gradient(circle,#00f2fe,#00f2fe00 70%);width:600px;height:600px;bottom:10%;right:-200px;animation-delay:-5s}@keyframes float-slow{0%{transform:translate(0) scale(1)}to{transform:translate(40px,60px) scale(1.1)}}.floating-navbar{position:fixed;top:1.5rem;left:50%;transform:translate(-50%);width:100%;max-width:1100px;height:4.25rem;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;border-radius:9999px;background:#0a0a1680;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);box-shadow:0 12px 40px #00000080,inset 0 1px #ffffff0d;transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-navbar:hover{background:#0a0a16a6;border-color:#ffffff38;box-shadow:0 16px 48px #0009,inset 0 1px #ffffff14}.floating-navbar .nav-top-row{display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.floating-navbar .nav-top-row{width:100%}}.floating-navbar .floating-hamburger{display:none;flex-direction:column;justify-content:space-between;width:20px;height:15px;background:none;border:none;cursor:pointer;padding:0;outline:none}@media(max-width:768px){.floating-navbar .floating-hamburger{display:flex}}.floating-navbar .floating-hamburger .hamburger-line{width:100%;height:2px;background-color:#fff;border-radius:4px;transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-navbar .floating-hamburger.active .hamburger-line:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.floating-navbar .floating-hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.floating-navbar .floating-hamburger.active .hamburger-line:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.floating-navbar .nav-brand{display:flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none}.floating-navbar .nav-brand .brand-glow-dot{width:8px;height:8px;background-color:#0fc;border-radius:50%;box-shadow:0 0 12px #0fc,0 0 4px #0fc;animation:pulse-glow-green 2s infinite}.floating-navbar .nav-brand .brand-text-main{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.03em}.floating-navbar .nav-brand .brand-text-main .brand-text-accent{background:linear-gradient(135deg,#ff2a7a,#ff6a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-left:1px}.floating-navbar .nav-center-links{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.floating-navbar .nav-center-links{display:none}}.floating-navbar .nav-center-links .nav-link{font-size:.875rem;font-weight:500;color:#fff9;transition:all .2s ease;position:relative;padding:.25rem 0}.floating-navbar .nav-center-links .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(135deg,#ff2a7a,#ff6a00);transition:width .2s ease}.floating-navbar .nav-center-links .nav-link:hover{color:#fff}.floating-navbar .nav-center-links .nav-link:hover:after{width:100%}.floating-navbar .nav-actions{display:flex;align-items:center;gap:1.25rem}.floating-navbar .nav-actions .nav-user-greeting{font-size:.8rem;color:#fff6;font-weight:500}@media(max-width:540px){.floating-navbar .nav-actions .nav-user-greeting{display:none}}.floating-navbar .nav-actions .nav-cta-btn{background:linear-gradient(135deg,#ff2a7a,#ff6a00);border:none;color:#fff;font-size:.85rem;font-weight:700;padding:.65rem 1.35rem;border-radius:9999px;cursor:pointer;box-shadow:0 4px 15px #ff2a7a59;transition:all .3s cubic-bezier(.16,1,.3,1)}.floating-navbar .nav-actions .nav-cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff2a7a8c}.floating-navbar .nav-actions .nav-cta-btn:active{transform:translateY(0)}.floating-navbar .nav-actions .nav-logout-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#fff9;cursor:pointer;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.floating-navbar .nav-actions .nav-logout-btn:hover{color:#fff;background:#d6454526;border-color:#d645454d;box-shadow:0 0 10px #d645451a}@media(max-width:768px){.floating-navbar{flex-direction:column;align-items:flex-start;gap:1.5rem;height:4.25rem;width:calc(100% - 2rem);left:1rem;transform:none;border-radius:1.5rem;padding:1.25rem 1.75rem;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.floating-navbar.mobile-open{height:auto;max-height:25rem;padding-bottom:2rem;border-radius:1.75rem;background:#0a0a16eb;box-shadow:0 20px 50px #000000b3}.floating-navbar .nav-center-links{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;padding-left:.5rem}.floating-navbar .nav-center-links .nav-link{font-size:1rem}.floating-navbar .nav-actions{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.floating-navbar .nav-actions .nav-user-greeting{display:block;font-size:.85rem;padding-left:.5rem}.floating-navbar .nav-actions .nav-cta-btn{width:100%;text-align:center;padding:.75rem}.floating-navbar .nav-actions .nav-logout-btn{width:100%;border-radius:9999px;height:2.75rem;border:1px solid rgba(214,69,69,.3);background:#d6454514;color:#ff4d4d;gap:.5rem}.floating-navbar .nav-actions .nav-logout-btn:after{content:"Logout";font-size:.85rem;font-weight:700}}.hero-intro-section{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:800px;margin-top:9.5rem;margin-bottom:3.5rem;position:relative;z-index:1}.hero-intro-section .built-for-maang-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ff2a7a0f;border:1px solid rgba(255,42,122,.25);padding:.45rem 1rem;border-radius:9999px;margin-bottom:2rem;box-shadow:0 2px 12px #ff2a7a0f}.hero-intro-section .built-for-maang-badge .pulsing-indicator-core{width:6px;height:6px;background-color:#ff2a7a;border-radius:50%;box-shadow:0 0 8px #ff2a7a;animation:pulse-glow-magenta 1.6s infinite ease-in-out}.hero-intro-section .built-for-maang-badge .badge-text-content{font-size:.725rem;font-weight:600;color:#ff85a0;letter-spacing:.05em;text-transform:uppercase}.hero-intro-section .main-hero-title{font-size:3.75rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){.hero-intro-section .main-hero-title{font-size:3rem}}@media(max-width:480px){.hero-intro-section .main-hero-title{font-size:2.25rem}}.hero-intro-section .main-hero-title .gradient-accent-text{background:linear-gradient(135deg,#ff2a7a,#ff6a00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 10px rgba(255,42,122,.15));display:inline-block}.hero-intro-section .main-hero-title .sub-hero-title{font-size:1.75rem;font-weight:700;color:#ffffffe6;letter-spacing:-.02em;margin-top:.6rem}@media(max-width:480px){.hero-intro-section .main-hero-title .sub-hero-title{font-size:1.3rem}}.hero-intro-section .emotional-subheadline-copy{font-size:1.1rem;line-height:1.6;color:#fff9;max-width:600px;margin-bottom:2.5rem}@media(max-width:480px){.hero-intro-section .emotional-subheadline-copy{font-size:.95rem}}@keyframes pulse-glow-magenta{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15);box-shadow:0 0 12px #ff2a7a}}.north-star-metrics-container{display:flex;align-items:center;background:#ffffff05;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);border-radius:1.25rem;padding:1.25rem 2.5rem;box-shadow:0 15px 35px #00000040,inset 0 1px #ffffff08;width:100%;max-width:620px;gap:2rem}@media(max-width:580px){.north-star-metrics-container{flex-direction:column;padding:1.5rem;gap:1.25rem}}.north-star-metrics-container .metric-pill-item{flex:1;display:flex;flex-direction:column;gap:.25rem;align-items:center;text-align:center}.north-star-metrics-container .metric-pill-item .metric-number-val{font-size:1.85rem;font-weight:800;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em}.north-star-metrics-container .metric-pill-item .metric-desc-label{font-size:.75rem;font-weight:600;color:#ffffff73;line-height:1.35}.north-star-metrics-container .metrics-vertical-separator{width:1px;height:2.75rem;background:#ffffff1f}@media(max-width:580px){.north-star-metrics-container .metrics-vertical-separator{width:70%;height:1px}}.hero-workspace-section{display:flex;justify-content:center;width:100%;max-width:1100px;margin-bottom:5.5rem;position:relative;z-index:2}.macos-mock-window{width:100%;max-width:840px;background:#0d0d218c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:1.25rem;box-shadow:0 35px 80px #0000008c,inset 0 1px #ffffff0d;overflow:hidden;display:flex;flex-direction:column}.macos-header-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05;-webkit-user-select:none;user-select:none}.macos-header-bar .macos-window-controls{display:flex;gap:.5rem}.macos-header-bar .macos-window-controls .control-circle{width:12px;height:12px;border-radius:50%;display:inline-block}.macos-header-bar .macos-window-controls .control-circle--close{background-color:#ff5f56}.macos-header-bar .macos-window-controls .control-circle--minimize{background-color:#ffbd2e}.macos-header-bar .macos-window-controls .control-circle--maximize{background-color:#27c93f}.macos-header-bar .macos-window-title{font-family:Fira Code,Courier New,monospace;font-size:.8rem;color:#ffffff73;font-weight:500;letter-spacing:.02em;margin-right:2.5rem}.macos-window-content{display:flex;flex-direction:column;padding:1.75rem;gap:1.75rem}.code-editor-pane{background:#0a0a1a99;border:1px solid rgba(255,255,255,.12);border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.code-editor-pane:focus-within{border-color:#ff2a7a66;box-shadow:0 0 15px #ff2a7a26}.code-editor-pane .editor-tab-header{display:flex;align-items:center;justify-content:space-between;background:#080814cc;border-bottom:1px solid rgba(255,255,255,.1);padding:0 1.25rem;height:2.75rem}.code-editor-pane .editor-tab-header .tab-capsule{display:flex;align-items:center;font-family:Fira Code,Courier New,monospace;font-size:.775rem;color:#ff85a0;background:#ff2a7a0d;border-right:1px solid rgba(255,255,255,.08);padding:0 1.25rem;height:100%;-webkit-user-select:none;user-select:none;font-weight:600}.code-editor-pane .editor-tab-header .required-badge{font-size:.65rem;font-weight:700;color:#ff2a7a;background:#ff2a7a1f;border:1px solid rgba(255,42,122,.25);padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.code-editor-pane .editor-textarea-wrapper{display:flex;padding:1rem 0;min-height:200px}.code-editor-pane .editor-textarea-wrapper .editor-line-numbers{display:flex;flex-direction:column;width:3rem;align-items:center;font-family:Fira Code,Courier New,monospace;font-size:.8rem;color:#ffffff59;line-height:1.6;-webkit-user-select:none;user-select:none;border-right:1px solid rgba(255,255,255,.08);margin-right:.75rem}.code-editor-pane .editor-textarea-wrapper .editor-textarea-control{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:Fira Code,Courier New,monospace;font-size:.875rem;line-height:1.6;resize:none;padding:0 .75rem}.code-editor-pane .editor-textarea-wrapper .editor-textarea-control::placeholder{color:#ffffff73}.code-editor-pane .editor-char-counter-panel{background:#080814b3;border-top:1px solid rgba(255,255,255,.08);padding:.5rem 1.25rem;text-align:right;font-family:Fira Code,Courier New,monospace;font-size:.7rem;color:#ffffff59}.profile-workspace-pane{display:flex;flex-direction:column;gap:.9rem}.profile-workspace-pane .pane-label-title{font-size:.95rem;font-weight:700;color:#fffffff2;letter-spacing:-.01em;margin-bottom:.15rem}.profile-workspace-pane .drag-drop-upload-container{width:100%}.profile-workspace-pane .premium-glassmorphic-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.75rem 1.25rem;background:#ffffff05;border:2px dashed rgba(255,255,255,.25);border-radius:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.profile-workspace-pane .premium-glassmorphic-dropzone:hover,.profile-workspace-pane .premium-glassmorphic-dropzone--active{border-color:#ff2a7a;background:#ff2a7a0a;border-style:solid}.profile-workspace-pane .premium-glassmorphic-dropzone:hover .dropzone-neon-upload-icon,.profile-workspace-pane .premium-glassmorphic-dropzone--active .dropzone-neon-upload-icon{color:#ff2a7a;filter:drop-shadow(0 0 10px rgba(255,42,122,.7))}.profile-workspace-pane .premium-glassmorphic-dropzone--error{border-color:#d6454599;background:#d645450a}.profile-workspace-pane .premium-glassmorphic-dropzone .dropzone-neon-upload-icon{color:#ff2a7a;margin-bottom:.6rem;filter:drop-shadow(0 0 6px rgba(255,42,122,.3));transition:all .3s ease}.profile-workspace-pane .premium-glassmorphic-dropzone .dropzone-primary-headline{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.25rem;text-align:center}.profile-workspace-pane .premium-glassmorphic-dropzone .dropzone-secondary-subline{font-size:.75rem;color:#ffffff80;text-align:center}.profile-workspace-pane .premium-uploaded-file-card{display:flex;align-items:center;padding:1rem 1.25rem;background:#ff2a7a0a;border:1px solid rgba(255,42,122,.25);border-radius:.75rem;gap:1rem;box-shadow:0 8px 24px #ff2a7a0d}.profile-workspace-pane .premium-uploaded-file-card .uploaded-card-icon-glow{color:#ff2a7a;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ff2a7a1a;filter:drop-shadow(0 0 6px rgba(255,42,122,.25))}.profile-workspace-pane .premium-uploaded-file-card .uploaded-card-text-details{flex:1;display:flex;flex-direction:column;overflow:hidden}.profile-workspace-pane .premium-uploaded-file-card .uploaded-card-text-details .uploaded-file-display-name{font-size:.9rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-workspace-pane .premium-uploaded-file-card .uploaded-card-text-details .uploaded-file-display-meta{font-size:.75rem;color:#ffffff73;margin:0}.profile-workspace-pane .premium-uploaded-file-card .uploaded-card-action-states{display:flex;align-items:center;gap:.75rem}.profile-workspace-pane .premium-uploaded-file-card .uploaded-status-badge{font-size:.725rem;font-weight:700;color:#0fc;background:#00ffcc14;padding:.25rem .55rem;border-radius:4px;border:1px solid rgba(0,255,204,.2);display:inline-flex;align-items:center;gap:.35rem}.profile-workspace-pane .premium-uploaded-file-card .uploaded-status-badge__glowing-dot{width:5px;height:5px;background-color:#0fc;border-radius:50%;box-shadow:0 0 8px #0fc;animation:pulse-glow-green 1.4s infinite ease-in-out}.profile-workspace-pane .premium-uploaded-file-card .uploaded-remove-action-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#ffffff80;cursor:pointer;padding:5px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.profile-workspace-pane .premium-uploaded-file-card .uploaded-remove-action-btn:hover{color:#fff;background:#d6454533;border-color:#d6454566}.profile-workspace-pane .profile-split-divider{display:flex;align-items:center;gap:.85rem;font-family:Fira Code,Courier New,monospace;font-size:.7rem;color:#ffffff59;-webkit-user-select:none;user-select:none;font-weight:600}.profile-workspace-pane .profile-split-divider:before,.profile-workspace-pane .profile-split-divider:after{content:"";flex:1;height:1px;background:#ffffff1f}.profile-workspace-pane .quick-description-textarea{width:100%;height:85px;background:#ffffff05;border:1px solid rgba(255,255,255,.15);border-radius:.75rem;padding:.85rem 1.15rem;color:#fff;font-size:.875rem;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;resize:none;outline:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.profile-workspace-pane .quick-description-textarea::placeholder{color:#ffffff73}.profile-workspace-pane .quick-description-textarea:focus{border-color:#ff2a7a66;background:#ff2a7a05;box-shadow:0 0 15px #ff2a7a1a}.profile-workspace-pane .quick-description-textarea--error{border-color:#d6454599!important;background:#d6454508!important}.profile-workspace-pane .profile-requirement-info-banner{display:flex;align-items:center;background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:.5rem;padding:.6rem .85rem;color:#8ab4f8;font-size:.725rem;line-height:1.4}.profile-workspace-pane .profile-requirement-info-banner strong{color:#fff}.macos-footer-form-actions{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:480px){.macos-footer-form-actions{flex-direction:column;gap:1.25rem;align-items:stretch;text-align:center}}.macos-footer-form-actions .macos-eta-badge{font-size:.725rem;color:#fff6;font-weight:500;font-family:Fira Code,Courier New,monospace}.macos-footer-form-actions .macos-synthesis-submit-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff2a7a,#ff6a00);border:none;color:#fff;font-size:.875rem;font-weight:750;padding:.85rem 1.75rem;border-radius:.75rem;cursor:pointer;box-shadow:0 8px 24px #ff2a7a66,inset 0 1px #fff3;transition:all .3s cubic-bezier(.16,1,.3,1)}.macos-footer-form-actions .macos-synthesis-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff2a7a99,inset 0 1px #ffffff4d}.macos-footer-form-actions .macos-synthesis-submit-btn:active{transform:translateY(0)}.recent-plans-history-section{width:100%;max-width:840px;margin-bottom:7rem;position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}.recent-plans-history-section .plans-history-header-block{display:flex;flex-direction:column;gap:.35rem}@media(max-width:968px){.recent-plans-history-section .plans-history-header-block{align-items:center;text-align:center}}.recent-plans-history-section .plans-history-header-block .plans-history-title{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;color:#fff}.recent-plans-history-section .plans-history-header-block .plans-history-subtitle{font-size:.9rem;color:#fff6}.recent-plans-history-section .glass-plans-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.recent-plans-history-section .glass-plan-card-item{background:#ffffff05;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15);border-radius:1rem;padding:1.5rem;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.recent-plans-history-section .glass-plan-card-item:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#ffffff1a,#fff0)}.recent-plans-history-section .glass-plan-card-item:hover{background:#ffffff0a;border-color:#ff2a7a40;transform:translateY(-4px);box-shadow:0 12px 30px #0006}.recent-plans-history-section .glass-plan-card-item:hover .card-glow-reflection-effect{opacity:.15}.recent-plans-history-section .glass-plan-card-item:hover .card-inner-details .card-title-row .arrow-pointer{transform:translate(4px);color:#ff2a7a}.recent-plans-history-section .glass-plan-card-item .card-glow-reflection-effect{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ff2a7a4d,#ff2a7a00 60%);opacity:0;transition:opacity .5s ease;pointer-events:none;mix-blend-mode:screen}.recent-plans-history-section .glass-plan-card-item .card-inner-details{display:flex;flex-direction:column;gap:.6rem;position:relative;z-index:1}.recent-plans-history-section .glass-plan-card-item .card-inner-details .card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.recent-plans-history-section .glass-plan-card-item .card-inner-details .card-title-row h3{font-size:1.05rem;font-weight:700;line-height:1.35;color:#fff;letter-spacing:-.01em}.recent-plans-history-section .glass-plan-card-item .card-inner-details .card-title-row .arrow-pointer{font-size:1.1rem;color:#ffffff40;transition:all .25s ease;line-height:1}.recent-plans-history-section .glass-plan-card-item .card-inner-details .card-created-date{font-size:.75rem;color:#ffffff59}.recent-plans-history-section .glass-plan-card-item .card-inner-details .card-status-match-row{display:flex;margin-top:.5rem}.recent-plans-history-section .glass-plan-card-item .card-inner-details .match-score-badge{font-size:.8rem;color:#fff6;font-weight:500}.recent-plans-history-section .glass-plan-card-item .card-inner-details .match-score-badge .match-score-figure{font-size:.85rem;font-weight:700}.recent-plans-history-section .glass-plan-card-item .card-inner-details .match-score-badge .match-score-figure--high{color:#0fc;text-shadow:0 0 8px rgba(0,255,204,.2)}.recent-plans-history-section .glass-plan-card-item .card-inner-details .match-score-badge .match-score-figure--mid{color:#ffbd2e;text-shadow:0 0 8px rgba(255,189,46,.2)}.recent-plans-history-section .glass-plan-card-item .card-inner-details .match-score-badge .match-score-figure--low{color:#ff5f56;text-shadow:0 0 8px rgba(255,95,86,.2)}.recent-plans-history-section .glassmorphic-empty-state-card{background:#ffffff03;border:1px dashed rgba(255,255,255,.08);border-radius:1.25rem;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;width:100%}.recent-plans-history-section .glassmorphic-empty-state-card .empty-state-icon-backdrop{width:60px;height:60px;border-radius:50%;background:#ffffff05;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;color:#ffffff40;margin-bottom:.5rem}.recent-plans-history-section .glassmorphic-empty-state-card h3{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.01em}.recent-plans-history-section .glassmorphic-empty-state-card p{font-size:.85rem;color:#fff6;max-width:340px;line-height:1.5}.premium-page-footer-links{width:100%;max-width:840px;padding:3rem 0;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.premium-page-footer-links .footer-links-row{display:flex;align-items:center;gap:.75rem}.premium-page-footer-links .footer-links-row .footer-link-item{font-size:.8rem;color:#ffffff59;transition:color .2s ease}.premium-page-footer-links .footer-links-row .footer-link-item:hover{color:#fff}.premium-page-footer-links .footer-links-row .footer-links-bullet{color:#ffffff26;font-size:.7rem}.premium-page-footer-links .footer-copyright-text{font-size:.75rem;color:#fff3}*::-webkit-scrollbar{display:none}.interview-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:stretch;padding:1.5rem;box-sizing:border-box}.interview-layout{display:flex;width:100%;max-width:1280px;margin:0 auto;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;justify-content:space-between}.interview-divider{width:1px;background-color:#2a3348;flex-shrink:0}.interview-nav{width:220px;flex-shrink:0;padding:1.75rem 1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.25rem}.interview-nav__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;padding:0 .75rem;margin-bottom:.5rem}.interview-nav__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem;background:none;border:none;border-radius:.5rem;color:#7d8590;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;cursor:pointer;text-align:left;transition:background-color .15s,color .15s}.interview-nav__item:hover{background-color:#1c2230;color:#e6edf3}.interview-nav__item--active{background-color:#ff2d781a;color:#ff2d78}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{display:flex;align-items:center;flex-shrink:0}.interview-content{flex:1;padding:1.75rem 2rem 5rem;overflow-y:auto;min-height:initial;max-height:calc(100vh - 3rem);align-items:flex-start}.interview-content section{min-height:100%}.content-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #2a3348}.content-header h2{font-size:1.1rem;font-weight:700;color:#e6edf3;margin:0}.content-header__count{font-size:.8rem;color:#7d8590;background-color:#1c2230;padding:.15rem .6rem;border-radius:2rem;border:1px solid #2a3348}.q-list{display:flex;flex-direction:column;gap:.75rem}.q-card{background-color:#1c2230;border:1px solid #2a3348;border-radius:.6rem;overflow:hidden;transition:border-color .2s}.q-card:hover{border-color:#394562}.q-card__header{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;cursor:pointer}.q-card__index{flex-shrink:0;font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.2);border-radius:.3rem;padding:.15rem .4rem;margin-top:2px}.q-card__question{flex:1;margin:0;font-size:.9rem;font-weight:500;color:#e6edf3;line-height:1.5}.q-card__chevron{flex-shrink:0;color:#7d8590;transition:transform .2s;margin-top:2px}.q-card__chevron--open{transform:rotate(180deg);color:#ff2d78}.q-card__body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid #2a3348}.q-card__section{display:flex;flex-direction:column;gap:.4rem}.q-card__section p{margin:0;font-size:.835rem;color:#a6acb3;line-height:1.6}.q-card__tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:.25rem;width:fit-content}.q-card__tag--intention{color:#a78bfa;background-color:#a78bfa1a;border:1px solid rgba(167,139,250,.2)}.q-card__tag--answer{color:#3fb950;background-color:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.roadmap-list{display:flex;flex-direction:column;gap:0;position:relative}.roadmap-list:before{content:"";position:absolute;left:28px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ff2d78,#ff2d781a);border-radius:1px}.roadmap-day{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0 .75rem 3.5rem;position:relative}.roadmap-day:before{content:"";position:absolute;left:21px;top:1.05rem;width:14px;height:14px;border-radius:50%;background-color:#161b22;border:2px solid #ff2d78}.roadmap-day__header{display:flex;align-items:center;gap:.6rem}.roadmap-day__badge{font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.25);padding:.1rem .5rem;border-radius:2rem}.roadmap-day__focus{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3}.roadmap-day__tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.roadmap-day__tasks li{display:flex;align-items:flex-start;gap:.5rem;font-size:.845rem;color:#9ea4ac;line-height:1.5}.roadmap-day__bullet{flex-shrink:0;width:5px;height:5px;border-radius:50%;background-color:#7d8590;margin-top:8px}.interview-sidebar{width:240px;flex-shrink:0;padding:1.75rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.sidebar-divider{height:1px;background-color:#2a3348}.match-score{display:flex;flex-direction:column;align-items:center;gap:.6rem}.match-score__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0;align-self:flex-start}.match-score__ring{width:90px;height:90px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid}.match-score__ring.score--high{border-color:#3fb950}.match-score__ring.score--mid{border-color:#f5a623}.match-score__ring.score--low{border-color:#ff4d4d}.match-score__value{font-size:1.6rem;font-weight:800;color:#e6edf3;line-height:1}.match-score__pct{font-size:.75rem;color:#7d8590;margin-top:-2px}.match-score__sub{margin:0;font-size:.75rem;color:#3fb950;text-align:center}.skill-gaps{display:flex;flex-direction:column;gap:.75rem}.skill-gaps__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0}.skill-gaps__list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.775rem;font-weight:500;padding:.3rem .7rem;border-radius:.4rem;border:1px solid;cursor:default}.skill-tag--high{color:#ff4d4d;background-color:#ff4d4d1a;border-color:#ff4d4d40}.skill-tag--medium{color:#f5a623;background-color:#f5a6231a;border-color:#f5a62340}.skill-tag--low{color:#3fb950;background-color:#3fb9501a;border-color:#3fb95040}.q-practice{margin-top:1rem;padding-top:1rem;border-top:1px dashed #2a3348;display:flex;flex-direction:column;gap:.75rem}.q-practice__toggle-btn{display:flex;align-items:center;gap:.5rem;width:fit-content;background:#1e253599;border:1px solid #2a3348;border-radius:.5rem;padding:.5rem .9rem;color:#e6edf3;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.q-practice__toggle-btn svg{stroke:#7d8590;transition:stroke .25s,transform .25s}.q-practice__toggle-btn:hover{background:#ff2d7814;border-color:#ff2d7866;color:#ff2d78;box-shadow:0 0 12px #ff2d7833}.q-practice__toggle-btn:hover svg{stroke:#ff2d78;transform:scale(1.1)}.q-practice__toggle-btn--active{background:#ff2d781f;border-color:#ff2d78;color:#ff2d78;box-shadow:0 0 15px #ff2d7840}.q-practice__toggle-btn--active svg{stroke:#ff2d78;transform:rotate(90deg)}.q-practice__container{display:flex;flex-direction:column;gap:.85rem;animation:qSlideDown .35s cubic-bezier(.4,0,.2,1) forwards;transform-origin:top}.q-practice__label{font-size:.75rem;font-weight:600;color:#7d8590;text-transform:uppercase;letter-spacing:.05em}.q-practice__textarea{background:#1e2535;border:1px solid #2a3348;border-radius:.6rem;padding:.75rem 1rem;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;line-height:1.6;min-height:110px;resize:vertical;transition:all .25s ease}.q-practice__textarea:focus{outline:none;border-color:#ff2d7880;box-shadow:0 0 0 3px #ff2d7826,inset 0 2px 4px #0003;background:#222a3c}.q-practice__textarea:disabled{opacity:.6;cursor:not-allowed}.q-practice__actions{display:flex;justify-content:flex-end}.q-practice__eval-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#ff2d78,#ff045e);border:none;border-radius:.5rem;padding:.6rem 1.2rem;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.825rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #ff2d7859}.q-practice__eval-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff2d7880;filter:brightness(1.1)}.q-practice__eval-btn:active:not(:disabled){transform:translateY(0)}.q-practice__eval-btn:disabled{background:#2a334899;color:#7d8590;cursor:not-allowed;box-shadow:none}.q-practice__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:qSpin .75s linear infinite;display:inline-block}.q-feedback{background:#0d111799;border:1px solid rgba(42,51,72,.8);border-radius:.75rem;padding:1.2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:inset 0 2px 8px #00000040,0 10px 30px #0000001a;animation:qFadeIn .4s ease forwards}.q-feedback__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.65rem;border-bottom:1px solid rgba(42,51,72,.5)}.q-feedback__title{font-size:.85rem;font-weight:700;color:#e6edf3}.q-feedback .rating-badge{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;border-radius:2rem;border:1px solid;box-shadow:0 2px 10px #00000026}.q-feedback .rating-badge--excellent{color:#3fb950;background:#3fb9501f;border-color:#3fb95066;box-shadow:0 0 12px #3fb95033}.q-feedback .rating-badge--good{color:#f5a623;background:#f5a6231f;border-color:#f5a62366;box-shadow:0 0 12px #f5a62333}.q-feedback .rating-badge--needs-improvement{color:#ff4d4d;background:#ff4d4d1f;border-color:#ff4d4d66;box-shadow:0 0 12px #ff4d4d33}.q-feedback__section{display:flex;flex-direction:column;gap:.4rem}.q-feedback__section--revision{background:#1e2535d9;border:1px solid rgba(42,51,72,.6);border-radius:.5rem;padding:1rem;margin-top:.25rem}.q-feedback__sec-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.4rem}.q-feedback__sec-title{display:flex;align-items:center;gap:.4rem;margin:0;font-size:.775rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.q-feedback__sec-title--strengths{color:#4fc35f}.q-feedback__sec-title--strengths svg{stroke:#4fc35f}.q-feedback__sec-title--gaps{color:#f6b03b}.q-feedback__sec-title--gaps svg{stroke:#f6b03b}.q-feedback__sec-title--revision{color:#a78bfa}.q-feedback__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.q-feedback__list li{position:relative;padding-left:.95rem;font-size:.8rem;color:#9ea4ac;line-height:1.5}.q-feedback__list li:before{content:"•";position:absolute;left:.2rem;color:#7d8590;font-size:.9rem;line-height:1}.q-feedback__copy-btn{background:none;border:1px solid rgba(167,139,250,.3);border-radius:.3rem;padding:.2rem .55rem;color:#a78bfa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.68rem;font-weight:600;cursor:pointer;transition:all .2s ease}.q-feedback__copy-btn:hover{background:#a78bfa1a;border-color:#a78bfa}.q-feedback__revision-text{margin:0!important;font-size:.825rem!important;color:#e6edf3!important;line-height:1.6!important;white-space:pre-wrap}@keyframes qSlideDown{0%{opacity:0;transform:scaleY(.9)}to{opacity:1;transform:scaleY(1)}}@keyframes qFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes qSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.interview-mobile-layout{display:none;flex-direction:column;width:100%;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;overflow:hidden}@media(max-width:1024px){.interview-page{padding:.75rem}.interview-layout{display:none!important}.interview-mobile-layout{display:flex}}.mobile-interview-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#0d111766;border-bottom:1px solid #2a3348;gap:1rem}.mobile-interview-header .mobile-back-btn{display:flex;align-items:center;gap:.4rem;background:none;border:none;color:#7d8590;font-size:.85rem;font-weight:600;cursor:pointer;outline:none}.mobile-interview-header .mobile-back-btn:hover{color:#fff}.mobile-interview-header .mobile-header-title{font-size:.95rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;flex-grow:1}.mobile-interview-header .mobile-download-btn{background:#ff2d781a;border:1px solid rgba(255,45,120,.3);color:#ff2d78;font-size:.75rem;font-weight:700;padding:.3rem .75rem;border-radius:.375rem;cursor:pointer;outline:none}.mobile-interview-header .mobile-download-btn:hover{background:#ff2d7826;border-color:#ff2d78}.mobile-interview-header .mobile-download-btn:disabled{opacity:.6;cursor:not-allowed}.mobile-interview-tabs{display:grid;grid-template-columns:repeat(4,1fr);background-color:#1c223080;border-bottom:1px solid #2a3348}.mobile-interview-tabs .mobile-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:.85rem .5rem;background:none;border:none;color:#7d8590;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;outline:none}.mobile-interview-tabs .mobile-tab-item .tab-icon{display:flex;align-items:center;justify-content:center;color:currentColor}.mobile-interview-tabs .mobile-tab-item .tab-label{font-size:.7rem;font-weight:700;letter-spacing:.01em}.mobile-interview-tabs .mobile-tab-item.active{color:#ff2d78;border-bottom-color:#ff2d78;background-color:#ff2d780a}.mobile-interview-content{padding:1.5rem 1.25rem;min-height:400px;max-height:calc(100vh - 12rem);overflow-y:auto}.mobile-interview-content .content-header{margin-bottom:1.25rem}.mobile-insights-tab-pane{display:flex;flex-direction:column;gap:1.5rem}.mobile-insights-tab-pane h3{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem}.mobile-insights-tab-pane .mobile-match-score-card{background-color:#1c2230;border:1px solid #2a3348;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper{width:100px;height:100px;border-radius:50%;border:4px solid;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px currentColor}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper.score--high{color:#3fb950;border-color:#3fb950}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper.score--mid{color:#f5a623;border-color:#f5a623}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper.score--low{color:#ff4d4d;border-color:#ff4d4d}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper .score-num{font-size:2rem;font-weight:800;color:#fff}.mobile-insights-tab-pane .mobile-match-score-card .match-score-ring-wrapper .score-pct{font-size:.9rem;color:#7d8590;margin-top:5px}.mobile-insights-tab-pane .mobile-match-score-card .score-evaluation-text{font-size:.8rem;line-height:1.5;color:#e6edf3;text-align:center;margin:0;max-width:280px}.mobile-insights-tab-pane .mobile-skill-gaps-card{background-color:#1c2230;border:1px solid #2a3348;border-radius:.75rem;padding:1.5rem}.mobile-insights-tab-pane .mobile-skill-gaps-card .skill-gaps-grid-list{display:grid;grid-template-columns:1fr;gap:.75rem}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#161b22;border:1px solid #2a3348;border-radius:.5rem}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item .skill-name{font-size:.85rem;font-weight:600;color:#fff}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item .severity-badge{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:.25rem}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--high{border-color:#ff4d4d4d;background-color:#ff4d4d0a}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--high .severity-badge{color:#ff4d4d;background-color:#ff4d4d1a}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--medium{border-color:#f5a6234d;background-color:#f5a6230a}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--medium .severity-badge{color:#f5a623;background-color:#f5a6231a}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--low{border-color:#3fb9504d;background-color:#3fb9500a}.mobile-insights-tab-pane .mobile-skill-gaps-card .mobile-skill-gap-item--low .severity-badge{color:#3fb950;background-color:#3fb9501a}.mobile-insights-tab-pane .mobile-skill-gaps-card .no-gaps-found-msg{font-size:.825rem;color:#3fb950;text-align:center;margin:0;padding:.5rem 0}.button{width:100%;position:relative;overflow:hidden;border:1px solid rgba(16,36,60,.12);border-radius:16px;padding:.95rem 1rem;font-size:1rem;font-weight:700;cursor:pointer;color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#0f3b66,#0b5b7d);box-shadow:0 18px 45px #0f3b6629;transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease,filter .22s ease}.button:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(255,255,255,.35) 8%,transparent 42%);opacity:0;transform:scale(.8);transition:opacity .32s ease,transform .32s ease;pointer-events:none}.button:hover{transform:translateY(-1px) scale(1.002);box-shadow:0 22px 52px #0f3b6638}.button:focus-visible{outline:none;box-shadow:0 0 0 4px #0b5b7d2e}.button:active{transform:scale(.98);box-shadow:0 14px 28px #0f3b6624}.button:active:after{opacity:1;transform:scale(1.5)}.primary-button{background:linear-gradient(135deg,#0f3b66,#0b5b7d)}.secondary-button{background:#0f3b6614;color:#0f3b66;border-color:#0f3b662e;box-shadow:inset 0 0 0 1px #0f3b6614}.secondary-button:hover{filter:brightness(1.05)}.small-button{min-width:auto;padding:.8rem 1rem}.mini-button{padding:.75rem 1rem;border-radius:14px;font-size:.95rem}.dashboard-layout-container{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background-color:#080710;color:#f3f4f6;font-family:Outfit,Inter,system-ui,sans-serif;overflow-x:hidden}@media(max-width:992px){.dashboard-layout-container{grid-template-columns:1fr}}.dashboard-sidebar{background-color:#0d0c15;border-right:1px solid rgba(255,255,255,.03);padding:2.25rem 1.5rem;display:flex;flex-direction:column;gap:2rem;position:sticky;top:0;height:100vh;z-index:100;transition:transform .3s cubic-bezier(.16,1,.3,1)}@media(max-width:992px){.dashboard-sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;z-index:2000;border-right:1px solid rgba(255,255,255,.05);padding:1.5rem}.dashboard-sidebar.open{transform:translate(280px);box-shadow:0 0 50px #000000b3}}.dashboard-sidebar .sidebar-brand-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard-sidebar .sidebar-brand-wrapper .mobile-sidebar-close-btn{display:none;background:none;border:none;color:#8f8da899;cursor:pointer;padding:.5rem}@media(max-width:992px){.dashboard-sidebar .sidebar-brand-wrapper .mobile-sidebar-close-btn{display:flex;align-items:center;justify-content:center}}.dashboard-sidebar .sidebar-brand-wrapper .mobile-sidebar-close-btn:hover{color:#fff}.dashboard-sidebar .sidebar-brand{display:flex;align-items:center;gap:.75rem;padding-left:.5rem;cursor:pointer}.dashboard-sidebar .sidebar-brand .brand-dot{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#ff2d78,#8b5cf6);box-shadow:0 0 10px #ff2d7899}.dashboard-sidebar .sidebar-brand span{font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.02em}.dashboard-sidebar .sidebar-action-btn{width:100%;background:linear-gradient(135deg,#8b5cf626,#ff2d781a);border:1px solid rgba(139,92,246,.25);color:#fff;padding:.8rem 1.2rem;border-radius:.75rem;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;box-shadow:inset 0 1px #ffffff0d;transition:all .25s ease}.dashboard-sidebar .sidebar-action-btn:hover{transform:translateY(-1px);border-color:#ff2d7866;background:linear-gradient(135deg,#8b5cf640,#ff2d7826);box-shadow:0 4px 15px #ff2d7826}.dashboard-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.dashboard-sidebar .sidebar-nav .sidebar-nav-link{display:flex;align-items:center;gap:.85rem;width:100%;background:none;border:none;color:#8f8da8;padding:.75rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;text-align:left;transition:all .2s ease}.dashboard-sidebar .sidebar-nav .sidebar-nav-link svg{color:currentColor;transition:transform .2s ease}.dashboard-sidebar .sidebar-nav .sidebar-nav-link:hover{color:#fff;background-color:#ffffff05}.dashboard-sidebar .sidebar-nav .sidebar-nav-link:hover svg{transform:scale(1.05)}.dashboard-sidebar .sidebar-nav .sidebar-nav-link.active{color:#fff;background-color:#ffffff0a;border:1px solid rgba(255,255,255,.03)}.dashboard-sidebar .sidebar-recents{display:flex;flex-direction:column;gap:.85rem;margin-top:1rem;flex-grow:1}.dashboard-sidebar .sidebar-recents .recents-header{font-size:.68rem;font-weight:800;color:#8f8da880;text-transform:uppercase;letter-spacing:.1em;padding-left:.75rem}.dashboard-sidebar .sidebar-recents .recents-list{display:flex;flex-direction:column;gap:.4rem}.dashboard-sidebar .sidebar-recents .recent-item-link{display:flex;align-items:center;gap:.65rem;width:100%;background:none;border:none;padding:.5rem .75rem;font-size:.8rem;color:#8f8da8;border-radius:.35rem;cursor:pointer;text-align:left;transition:all .2s ease}.dashboard-sidebar .sidebar-recents .recent-item-link .recent-dot{width:5px;height:5px;background-color:#8f8da866;border-radius:50%;transition:background-color .2s}.dashboard-sidebar .sidebar-recents .recent-item-link .recent-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar .sidebar-recents .recent-item-link:hover{color:#fff;background-color:#ffffff03}.dashboard-sidebar .sidebar-recents .recent-item-link:hover .recent-dot{background-color:#ff2d78}.dashboard-sidebar .sidebar-recents .no-recents-text{font-size:.75rem;color:#8f8da899;font-style:italic;padding-left:.75rem}.dashboard-sidebar .sidebar-user-profile{margin-top:auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.03);display:flex;align-items:center;gap:.75rem;position:relative}.dashboard-sidebar .sidebar-user-profile .user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#ff2d78);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:#fff;box-shadow:0 4px 10px #0003}.dashboard-sidebar .sidebar-user-profile .user-meta{display:flex;flex-direction:column;overflow:hidden;flex-grow:1}.dashboard-sidebar .sidebar-user-profile .user-meta .user-name{font-size:.85rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar .sidebar-user-profile .user-meta .user-email{font-size:.72rem;color:#8f8da8b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar .sidebar-user-profile .logout-icon-btn{background:none;border:none;color:#8f8da899;cursor:pointer;padding:.4rem;border-radius:.35rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dashboard-sidebar .sidebar-user-profile .logout-icon-btn:hover{color:#fff;background-color:#ffffff0a}.dashboard-main-content{padding:2.25rem 3rem;display:flex;flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;width:100%}@media(max-width:992px){.dashboard-main-content{padding:2rem 1.5rem}}.workspace-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%}@media(max-width:576px){.workspace-header{flex-direction:column;align-items:flex-start}}.workspace-header .header-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.02em}.workspace-header .header-breadcrumbs span{color:#8f8da8}.workspace-header .header-breadcrumbs .breadcrumb-separator{color:#8f8da866}.workspace-header .header-breadcrumbs .breadcrumb-active{color:#fff}.workspace-header .header-search-bar{position:relative;width:100%;max-width:320px}@media(max-width:576px){.workspace-header .header-search-bar{max-width:100%}}.workspace-header .header-search-bar input{width:100%;background-color:#ffffff05;border:1px solid rgba(255,255,255,.04);color:#fff;padding:.5rem 1rem .5rem 2.25rem;border-radius:999px;font-size:.8rem;transition:all .25s ease}.workspace-header .header-search-bar input::placeholder{color:#8f8da880}.workspace-header .header-search-bar input:focus{background-color:#ffffff0a;border-color:#8b5cf64d;outline:none;box-shadow:0 0 15px #8b5cf60d}.workspace-header .header-search-bar .search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#8f8da880;pointer-events:none}.copilot-prompt-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3.5rem 2rem 2.5rem;position:relative;overflow:hidden;border-radius:1.5rem;background:radial-gradient(circle at center,rgba(139,92,246,.06) 0%,transparent 70%)}@media(max-width:768px){.copilot-prompt-hero{padding:2rem 1rem}}.copilot-prompt-hero .copilot-tag{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;background-color:#8b5cf61a;border:1px solid rgba(139,92,246,.25);color:#c084fc;padding:.35rem .95rem;border-radius:999px;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000026}.copilot-prompt-hero .copilot-title{font-size:2.75rem;font-weight:800;letter-spacing:-.04em;line-height:1.15;color:#fff;max-width:650px;margin:0 0 1rem}@media(max-width:768px){.copilot-prompt-hero .copilot-title{font-size:2.15rem}}.copilot-prompt-hero .copilot-title .highlight-text-gradient{background:linear-gradient(135deg,#f43f5e,#d946ef,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.copilot-prompt-hero .copilot-subtitle{font-size:.95rem;color:#8f8da8;line-height:1.6;max-width:580px;margin:0 0 2rem}@media(max-width:768px){.copilot-prompt-hero .copilot-subtitle{font-size:.875rem}}.copilot-prompt-hero .copilot-input-container{width:100%;max-width:620px;position:relative;z-index:10;margin-bottom:1.5rem}.copilot-prompt-hero .copilot-input-wrapper{display:flex;align-items:center;width:100%;background-color:#1c192f99;border:1px solid rgba(255,255,255,.05);border-radius:1.25rem;padding:.75rem 1rem .75rem 1.5rem;box-shadow:0 20px 40px #0000004d,inset 0 1px #ffffff08;transition:all .3s cubic-bezier(.16,1,.3,1)}.copilot-prompt-hero .copilot-input-wrapper:focus-within{border-color:#ff2d7866;box-shadow:0 0 35px #ff2d7826,0 12px 30px #0000004d}.copilot-prompt-hero .copilot-input-wrapper .input-indicator{color:#ff2d78;font-weight:300;font-size:1.35rem;margin-right:.75rem;animation:indicator-flicker 1.4s infinite}.copilot-prompt-hero .copilot-input-wrapper input{flex-grow:1;background:none;border:none;color:#fff;font-size:.9rem;font-weight:500;outline:none;padding:.4rem 0}.copilot-prompt-hero .copilot-input-wrapper input::placeholder{color:#8f8da866}.copilot-prompt-hero .copilot-input-wrapper .input-actions{display:flex;align-items:center;gap:.85rem}.copilot-prompt-hero .copilot-input-wrapper .action-tag{font-size:.75rem;font-weight:700;color:#8f8da8b3;border:1px solid rgba(255,255,255,.05);background-color:#ffffff05;padding:.35rem .75rem;border-radius:.375rem;display:flex;align-items:center;gap:.25rem;cursor:pointer;transition:all .2s}.copilot-prompt-hero .copilot-input-wrapper .action-tag:hover{color:#fff;background-color:#ffffff0d}.copilot-prompt-hero .copilot-input-wrapper .submit-prompt-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:linear-gradient(135deg,#ff2d78,#8b5cf6);color:#fff;cursor:pointer;box-shadow:0 0 10px #ff2d7866;transition:all .2s ease}.copilot-prompt-hero .copilot-input-wrapper .submit-prompt-btn:hover{transform:translateY(-1px);box-shadow:0 0 15px #ff2d7899}.copilot-prompt-hero .copilot-input-wrapper .submit-prompt-btn:active{transform:scale(.95)}.copilot-prompt-hero .copilot-quick-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:580px}.copilot-prompt-hero .copilot-quick-chips .chip-btn{background-color:#ffffff05;border:1px solid rgba(255,255,255,.04);color:#f3f4f6d9;padding:.45rem 1.05rem;font-size:.78rem;font-weight:600;border-radius:999px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.copilot-prompt-hero .copilot-quick-chips .chip-btn:hover{color:#fff;border-color:#ff2d784d;background-color:#ff2d7808;transform:translateY(-1px)}.dashboard-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%}.dashboard-metrics .metric-card{background:#141221b3;border:1px solid rgba(255,255,255,.04);border-radius:1.25rem;padding:1.6rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 30px #0003,inset 0 1px #ffffff05;transition:all .25s ease}.dashboard-metrics .metric-card:hover{transform:translateY(-2px);border-color:#ff2d784d;box-shadow:0 12px 35px #00000040,0 0 15px #ff2d780d}.dashboard-metrics .metric-card__info{display:flex;flex-direction:column;gap:.4rem;overflow:hidden}.dashboard-metrics .metric-card__info .metric-label{font-size:.72rem;font-weight:800;color:#8f8da899;text-transform:uppercase;letter-spacing:.06em}.dashboard-metrics .metric-card__info .metric-value{font-size:1.65rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin:0}.dashboard-metrics .metric-card__info .metric-subtext{font-size:.76rem;color:#8f8da8;margin:0;display:flex;align-items:center;gap:.4rem}.dashboard-metrics .metric-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:.75rem;background-color:#8b5cf614;color:#8b5cf6}.dashboard-metrics .metric-card__icon--accent{background-color:#ff2d7814;color:#ff2d78}.dashboard-metrics .metric-card .pulse-dot{width:6px;height:6px;background-color:#0c9c8a;border-radius:50%;display:inline-block;box-shadow:0 0 8px #0c9c8a;animation:dot-pulse 1.6s infinite ease-in-out}.dashboard-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:1.5rem;width:100%}@media(max-width:992px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-grid .dashboard-grid-right-col{display:flex;flex-direction:column;gap:1.5rem}.dash-card{background:#141221b3;border:1px solid rgba(255,255,255,.04);border-radius:1.25rem;padding:2rem;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff05;display:flex;flex-direction:column;gap:1.5rem;height:100%}.dash-card__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.03);padding-bottom:.85rem}.dash-card__header h2{font-size:1.05rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.65rem;letter-spacing:-.01em}.dash-card__header h2 svg{color:#ff2d78}.dash-reports-list{display:flex;flex-direction:column;gap:.85rem}.dash-reports-list .dash-report-row{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.35rem;background-color:#1c192f99;border:1px solid rgba(255,255,255,.03);border-radius:.85rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.dash-reports-list .dash-report-row:hover{border-color:#ff2d784d;background-color:#1e1b2fcc;transform:translate(4px)}.dash-reports-list .dash-report-row__main{display:flex;flex-direction:column;gap:.35rem}.dash-reports-list .dash-report-row__main h3{font-size:.92rem;font-weight:700;color:#fff;margin:0}.dash-reports-list .dash-report-row__main .meta-details{display:flex;align-items:center;gap:.75rem;font-size:.76rem;color:#8f8da8}.dash-reports-list .dash-report-row__main .meta-details .dot-divider{width:3px;height:3px;background-color:#8f8da84d;border-radius:50%}.dash-reports-list .dash-report-row__main .meta-details .file-tag{color:#0c9c8a;display:flex;align-items:center;gap:.25rem;font-weight:600}.dash-reports-list .dash-report-row__score{display:flex;align-items:center;gap:1rem}.dash-reports-list .dash-report-row__score .score-badge{font-size:.78rem;font-weight:700;padding:.3rem .65rem;border-radius:.5rem}.dash-reports-list .dash-report-row__score .score-badge--high{background-color:#0c9c8a14;color:#0c9c8a;border:1px solid rgba(12,156,138,.15)}.dash-reports-list .dash-report-row__score .score-badge--mid{background-color:#f59e0b14;color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.dash-reports-list .dash-report-row__score .score-badge--low{background-color:#ff2d7814;color:#ff2d78;border:1px solid rgba(255,45,120,.15)}.dash-reports-list .dash-report-row__score .row-arrow{color:#8f8da880;transition:all .2s}.dash-reports-list .dash-report-row:hover .row-arrow{color:#fff;transform:translate(2px)}.recommended-action-card{background:linear-gradient(135deg,#141221cc,#1e1b2de6);border:1px solid rgba(255,45,120,.2);position:relative;box-shadow:0 8px 32px #ff2d780d}.recommended-action-card .card-accent-line{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff2d78,#8b5cf6,#0c9c8a)}.recommended-action-card__body{display:flex;flex-direction:column;gap:.65rem;margin-top:.25rem}.recommended-action-card__body .action-title{font-size:.92rem;font-weight:700;color:#fff;margin:0}.recommended-action-card__body .action-text{font-size:.8rem;color:#8f8da8;line-height:1.5;margin:0}.recommended-action-card .cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem;font-size:.82rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff2d78,#ff2d78d9);border:none;border-radius:.5rem;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 15px #ff2d7826}.recommended-action-card .cta-btn:hover{opacity:.95;box-shadow:0 4px 20px #ff2d784d;transform:translateY(-1px)}.recommended-action-card .cta-btn:active{transform:scale(.98)}.skill-insights-widget{display:flex;flex-direction:column;gap:1.25rem}.skill-insights-widget .insight-section{display:flex;flex-direction:column;gap:.65rem}.skill-insights-widget .insight-section h3{font-size:.72rem;font-weight:800;color:#8f8da899;text-transform:uppercase;letter-spacing:.08em;margin:0}.skill-insights-widget .insight-section .skills-list{display:flex;flex-wrap:wrap;gap:.45rem}.skill-insights-widget .insight-section .skill-chip{font-size:.74rem;font-weight:600;padding:.35rem .75rem;border-radius:.5rem;display:inline-flex;align-items:center}.skill-insights-widget .insight-section .skill-chip--strong{background-color:#0c9c8a14;color:#0c9c8a;border:1px solid rgba(12,156,138,.15)}.skill-insights-widget .insight-section .skill-chip--weak-high{background-color:#ff2d7814;color:#ff2d78;border:1px solid rgba(255,45,120,.15)}.skill-insights-widget .insight-section .skill-chip--weak-medium{background-color:#f59e0b14;color:#f59e0b;border:1px solid rgba(245,158,11,.15)}.skill-insights-widget .insight-section .no-skills-msg{font-size:.78rem;color:#8f8da8b3;font-style:italic;margin:0}@keyframes indicator-flicker{0%,to{opacity:0}50%{opacity:1}}@keyframes dot-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 12px #0c9c8a}}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1500;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay.show{opacity:1;pointer-events:auto}.mobile-dashboard-header{display:none;align-items:center;justify-content:space-between;height:60px;padding:0 1.5rem;background:#0d0c15cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;z-index:1000;width:100%}@media(max-width:992px){.mobile-dashboard-header{display:flex}}.mobile-dashboard-header .mobile-menu-toggle-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;outline:none}.mobile-dashboard-header .mobile-header-brand{display:flex;align-items:center;gap:.5rem;cursor:pointer}.mobile-dashboard-header .mobile-header-brand .brand-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#ff2d78,#8b5cf6);box-shadow:0 0 8px #ff2d7899}.mobile-dashboard-header .mobile-header-brand span{font-size:1rem;font-weight:800;color:#fff;letter-spacing:-.02em}.mobile-dashboard-header .mobile-header-actions .mobile-new-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none}.mobile-dashboard-header .mobile-header-actions .mobile-new-btn:hover{background:#ff2d781a;border-color:#ff2d784d}.landing-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;position:relative;display:flex;flex-direction:column}.radial-glow{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.radial-glow--1{top:10%;left:-150px;background:radial-gradient(circle,rgba(255,45,120,.07) 0%,transparent 70%)}.radial-glow--2{top:40%;right:-150px;background:radial-gradient(circle,rgba(12,156,138,.05) 0%,transparent 70%)}.section-padding{padding:6rem 2rem;max-width:1100px;width:100%;margin:0 auto;z-index:1}@media(max-width:768px){.section-padding{padding:4rem 1.25rem}}.section-header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.section-header h2{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-header p{color:#7d8590;font-size:.95rem;max-width:600px;line-height:1.6;margin:0}.landing-navbar{width:100%;border-bottom:1px solid rgba(42,51,72,.6);background:#0d1117bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;z-index:1000}.landing-navbar .nav-container{max-width:1100px;margin:0 auto;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.landing-navbar .nav-container{padding:1rem 1.25rem}}.landing-navbar .brand-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;z-index:1100}.landing-navbar .brand-logo .logo-icon{font-size:.8rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#ff2d78,#ff2d78b3);padding:.25rem .5rem;border-radius:.375rem}.landing-navbar .brand-logo .logo-text{font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.01em}.landing-navbar .nav-links{display:flex;align-items:center;gap:2rem}.landing-navbar .nav-links button{background:none;border:none;color:#7d8590;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .2s}.landing-navbar .nav-links button:hover{color:#fff}@media(max-width:768px){.landing-navbar .nav-links{display:none}}.landing-navbar .nav-ctas{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.landing-navbar .nav-ctas{display:none}}.landing-navbar .nav-ctas .btn-text{background:none;border:none;color:#7d8590;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s}.landing-navbar .nav-ctas .btn-text:hover{color:#fff}.landing-navbar .nav-ctas .btn-logout{background:#ffffff0d;border:1px solid #2a3348;color:#7d8590;cursor:pointer;padding:.4rem .75rem;font-size:.8rem;font-weight:600;border-radius:.375rem;transition:all .2s}.landing-navbar .nav-ctas .btn-logout:hover{color:#fff;background:#ff2d781a;border-color:#ff2d784d}.landing-navbar .nav-ctas .btn-primary,.landing-navbar .nav-ctas .btn-secondary{padding:.45rem .875rem;font-size:.825rem;font-weight:600;border-radius:.375rem;cursor:pointer;transition:all .2s}.landing-navbar .nav-ctas .btn-primary{background:#ff2d78;border:none;color:#fff}.landing-navbar .nav-ctas .btn-primary:hover{opacity:.9;box-shadow:0 0 10px #ff2d784d}.landing-navbar .nav-ctas .btn-secondary{background:#ffffff0d;border:1px solid #2a3348;color:#fff}.landing-navbar .nav-ctas .btn-secondary:hover{background:#ffffff1a}.landing-navbar .hamburger-btn{display:none;flex-direction:column;justify-content:space-between;width:22px;height:18px;background:none;border:none;cursor:pointer;padding:0;z-index:1100}@media(max-width:768px){.landing-navbar .hamburger-btn{display:flex}}.landing-navbar .hamburger-btn .hamburger-line{width:100%;height:2px;background-color:#fff;border-radius:4px;transition:all .3s cubic-bezier(.16,1,.3,1)}.landing-navbar .hamburger-btn.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.landing-navbar .hamburger-btn.active .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}.landing-navbar .hamburger-btn.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.landing-navbar .mobile-nav-drawer{position:fixed;inset:0;width:100%;height:100vh;background:#0d1117f5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1050;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3.5rem;padding:2.5rem;opacity:0;pointer-events:none;transform:translateY(-15px);transition:all .4s cubic-bezier(.16,1,.3,1)}.landing-navbar .mobile-nav-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)}.landing-navbar .mobile-nav-drawer .mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:2.25rem}.landing-navbar .mobile-nav-drawer .mobile-nav-links button{background:none;border:none;color:#7d8590;font-size:1.35rem;font-weight:600;cursor:pointer;transition:color .2s,transform .2s}.landing-navbar .mobile-nav-drawer .mobile-nav-links button:hover{color:#fff;transform:scale(1.05)}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:250px}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas button{width:100%;padding:.85rem;font-size:.9rem;font-weight:700;text-align:center;border-radius:.5rem;cursor:pointer;transition:all .2s}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-text{background:none;border:1px solid rgba(255,255,255,.1);color:#7d8590}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-text:hover{color:#fff;border-color:#fff}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-logout{background:#ffffff0d;border:1px solid #2a3348;color:#7d8590}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-logout:hover{color:#fff;background:#ff2d781a;border-color:#ff2d784d}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-primary{background:#ff2d78;border:none;color:#fff}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-primary:hover{box-shadow:0 0 15px #ff2d7866}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-secondary{background:#ffffff0d;border:1px solid #2a3348;color:#fff}.landing-navbar .mobile-nav-drawer .mobile-nav-ctas .btn-secondary:hover{background:#ffffff1a}.hero-section{position:relative;padding:6rem 2rem 4rem;max-width:1100px;width:100%;margin:0 auto;text-align:center;z-index:1}@media(max-width:768px){.hero-section{padding:4rem 1.25rem 3rem}}.hero-section .badge-promo{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ff2d78;background-color:#ff2d781a;padding:.3rem .75rem;border-radius:9999px;border:1px solid rgba(255,45,120,.2);margin-bottom:1.5rem}.hero-section h1{font-size:3.5rem;font-weight:800;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.5rem;color:#fff}@media(max-width:768px){.hero-section h1{font-size:2.25rem}}.hero-section .text-gradient{background:linear-gradient(135deg,#fff,#a5b4fc,#0c9c8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-section .hero-subtitle{font-size:1.1rem;color:#7d8590;line-height:1.6;max-width:680px;margin:0 auto 2.5rem}@media(max-width:768px){.hero-section .hero-subtitle{font-size:.95rem}}.hero-section .hero-ctas{display:flex;justify-content:center;gap:1rem;margin-bottom:4.5rem}@media(max-width:576px){.hero-section .hero-ctas{flex-direction:column;gap:.75rem;align-items:center}}.hero-section .btn-large{padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}@media(max-width:576px){.hero-section .btn-large{width:100%;justify-content:center}}.hero-section .btn-primary{background:linear-gradient(135deg,#ff2d78,#ff2d78cc);border:none;color:#fff}.hero-section .btn-primary:hover{opacity:.95;box-shadow:0 0 15px #ff2d7866}.hero-section .btn-secondary{background:#ffffff0d;border:1px solid #2a3348;color:#fff}.hero-section .btn-secondary:hover{background:#ffffff1a;border-color:#fff}.hero-mockup-wrapper{width:100%;max-width:850px;background:#161b22a6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(42,51,72,.5);border-radius:1rem;box-shadow:0 24px 64px #0006,inset 0 1px #ffffff08;margin:0 auto;overflow:hidden;text-align:left;display:flex;flex-direction:column}.hero-mockup-wrapper .mockup-header{background:#161b22cc;border-bottom:1px solid #2a3348;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.45rem}.hero-mockup-wrapper .mockup-header .mockup-dot{width:9px;height:9px;border-radius:50%;display:inline-block}.hero-mockup-wrapper .mockup-header .mockup-dot.red{background-color:#ff5f56}.hero-mockup-wrapper .mockup-header .mockup-dot.yellow{background-color:#ffbd2e}.hero-mockup-wrapper .mockup-header .mockup-dot.green{background-color:#27c93f}.hero-mockup-wrapper .mockup-header .mockup-title{margin:0 auto;font-size:.75rem;color:#7d8590;font-family:monospace;opacity:.8;padding-right:36px}.hero-mockup-wrapper .mockup-content{display:flex;min-height:380px}@media(max-width:768px){.hero-mockup-wrapper .mockup-content{flex-direction:column}}.hero-mockup-wrapper .mockup-sidebar{width:150px;background:#1c223066;border-right:1px solid rgba(42,51,72,.5);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.75rem}@media(max-width:768px){.hero-mockup-wrapper .mockup-sidebar{width:100%;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(42,51,72,.5);padding:.75rem 1rem}}.hero-mockup-wrapper .mockup-sidebar .mockup-logo{font-weight:800;color:#ff2d78;font-size:.95rem;margin-bottom:1rem}@media(max-width:768px){.hero-mockup-wrapper .mockup-sidebar .mockup-logo{margin-bottom:0}}.hero-mockup-wrapper .mockup-sidebar .mockup-menu-item{font-size:.75rem;font-weight:500;color:#7d8590;padding:.4rem .6rem;border-radius:.35rem}.hero-mockup-wrapper .mockup-sidebar .mockup-menu-item.active{background:#ff2d781a;color:#fff;border:1px solid rgba(255,45,120,.15)}.hero-mockup-wrapper .mockup-main{flex:1;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.hero-mockup-wrapper .mockup-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hero-mockup-wrapper .mockup-widgets .widget-box{background:#1e253580;border:1px solid rgba(42,51,72,.5);border-radius:.5rem;padding:.75rem}.hero-mockup-wrapper .mockup-widgets .widget-box .w-lbl{font-size:.65rem;font-weight:600;color:#7d8590;text-transform:uppercase;margin-bottom:.25rem}.hero-mockup-wrapper .mockup-widgets .widget-box .w-val{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.hero-mockup-wrapper .mockup-chart-row{display:grid;grid-template-columns:1.8fr 1.2fr;gap:1rem}@media(max-width:576px){.hero-mockup-wrapper .mockup-chart-row{grid-template-columns:1fr}}.hero-mockup-wrapper .mockup-chart-row .chart-card{background:#1e25354d;border:1px solid rgba(42,51,72,.4);border-radius:.6rem;padding:1rem;display:flex;flex-direction:column;gap:.6rem}.hero-mockup-wrapper .mockup-chart-row .chart-card h4{font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.hero-mockup-wrapper .mockup-chart-row .chart-card .roadmap-bar-row{display:flex;align-items:center;gap:.5rem;font-size:.65rem;color:#7d8590}.hero-mockup-wrapper .mockup-chart-row .chart-card .roadmap-bar-row span{width:90px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hero-mockup-wrapper .mockup-chart-row .chart-card .roadmap-bar-row .bar{flex:1;height:5px;background:#ffffff0d;border-radius:99px;overflow:hidden}.hero-mockup-wrapper .mockup-chart-row .chart-card .roadmap-bar-row .bar .fill{height:100%;background:linear-gradient(90deg,#ff2d78,#0c9c8a)}.hero-mockup-wrapper .mockup-chart-row .chart-card .s-chip{font-size:.65rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;width:fit-content}.hero-mockup-wrapper .mockup-chart-row .chart-card .s-chip--high{background:#ff2d781f;color:#ff2d78}.hero-mockup-wrapper .mockup-chart-row .chart-card .s-chip--med{background:#f59e0b1f;color:#f59e0b}.hero-mockup-wrapper .mockup-chart-row .chart-card .s-chip--low{background:#3b82f61f;color:#3b82f6}.hero-mockup-wrapper .mockup-chart-row .chart-card--small{flex-wrap:wrap;flex-direction:row;align-content:flex-start;gap:.4rem}.hero-mockup-wrapper .mockup-chart-row .chart-card--small h4{width:100%}.overview-section{border-top:1px solid rgba(42,51,72,.4);text-align:center}.features-section{border-top:1px solid rgba(42,51,72,.4)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.features-grid .feature-card{background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:transform .2s ease,border-color .2s ease}.features-grid .feature-card:hover{transform:translateY(-4px);border-color:#0c9c8a66}.features-grid .feature-card .feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;margin-bottom:1.25rem}.features-grid .feature-card .feature-icon--1{background-color:#ff2d781f;color:#ff2d78}.features-grid .feature-card .feature-icon--2{background-color:#0c9c8a1f;color:#0c9c8a}.features-grid .feature-card .feature-icon--3{background-color:#f59e0b1f;color:#f59e0b}.features-grid .feature-card .feature-icon--4{background-color:#3b82f61f;color:#3b82f6}.features-grid .feature-card h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.features-grid .feature-card p{font-size:.85rem;color:#7d8590;line-height:1.5;margin:0}.how-it-works-section{border-top:1px solid rgba(42,51,72,.4)}.works-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;position:relative}.works-timeline .timeline-node{display:flex;flex-direction:column;gap:.75rem;position:relative}.works-timeline .timeline-node .node-num{width:32px;height:32px;border-radius:50%;background:#0c9c8a1a;color:#0c9c8a;border:1px solid rgba(12,156,138,.25);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;margin-bottom:.5rem;box-shadow:0 0 10px #0c9c8a1a}.works-timeline .timeline-node h4{font-size:1rem;font-weight:700;color:#fff;margin:0}.works-timeline .timeline-node p{font-size:.825rem;color:#7d8590;line-height:1.5;margin:0}.testimonials-section{border-top:1px solid rgba(42,51,72,.4)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.testimonials-grid .t-card{background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;box-shadow:0 4px 20px #0000001a}.testimonials-grid .t-card .quote{font-size:.9rem;color:#fff;line-height:1.6;margin:0;font-style:italic;opacity:.9}.testimonials-grid .t-card .t-author{display:flex;flex-direction:column;gap:.15rem}.testimonials-grid .t-card .t-author strong{font-size:.85rem;font-weight:700;color:#fff}.testimonials-grid .t-card .t-author span{font-size:.75rem;color:#7d8590}.faq-section{border-top:1px solid rgba(42,51,72,.4)}.faq-accordion{max-width:750px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-accordion .faq-item{background:#161b22;border:1px solid #2a3348;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.faq-accordion .faq-item .faq-question{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-accordion .faq-item .faq-question h3{font-size:.95rem;font-weight:600;color:#fff;margin:0}.faq-accordion .faq-item .faq-question .faq-toggle{color:#7d8590;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,color .3s}.faq-accordion .faq-item .faq-answer{max-height:0;padding:0 1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);opacity:0}.faq-accordion .faq-item .faq-answer p{font-size:.85rem;color:#7d8590;line-height:1.6;padding-bottom:1.25rem;margin:0}.faq-accordion .faq-item:hover{border-color:#0c9c8a4d}.faq-accordion .faq-item:hover .faq-toggle{color:#fff}.faq-accordion .faq-item.open{border-color:#0c9c8a66;background:#1c223066}.faq-accordion .faq-item.open .faq-toggle{transform:rotate(180deg);color:#ff2d78}.faq-accordion .faq-item.open .faq-answer{max-height:200px;opacity:1;padding-top:.25rem}.cta-banner-section{border-top:1px solid rgba(42,51,72,.4);position:relative}.cta-banner-card{background:linear-gradient(135deg,#161b22f2,#141821bf);border:1px solid rgba(255,45,120,.2);box-shadow:0 20px 80px #0006,inset 0 1px #ffffff05;border-radius:1.5rem;padding:5rem 3rem;text-align:center;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;overflow:hidden}@media(max-width:768px){.cta-banner-card{padding:3rem 1.5rem;gap:1.25rem}}.cta-banner-card .cta-glow-element{position:absolute;bottom:-150px;right:-150px;width:350px;height:350px;background:radial-gradient(circle,rgba(255,45,120,.09) 0%,rgba(12,156,138,.02) 50%,transparent 100%);filter:blur(50px);pointer-events:none}.cta-banner-card h2{font-size:2.75rem;font-weight:800;line-height:1.2;letter-spacing:-.04em;color:#fff;max-width:650px}@media(max-width:768px){.cta-banner-card h2{font-size:1.85rem}}.cta-banner-card p{color:#7d8590;font-size:1rem;max-width:600px;line-height:1.6;margin:0 0 1rem}@media(max-width:768px){.cta-banner-card p{font-size:.9rem}}.cta-banner-card .cta-actions-row{display:flex;gap:1rem;width:100%;justify-content:center;margin-bottom:2rem}@media(max-width:576px){.cta-banner-card .cta-actions-row{flex-direction:column;align-items:center;gap:.75rem}}.cta-banner-card .btn-large{padding:.85rem 1.75rem;font-size:.9rem;font-weight:700;border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .25s cubic-bezier(.16,1,.3,1)}@media(max-width:576px){.cta-banner-card .btn-large{width:100%;justify-content:center}}.cta-banner-card .btn-pulsate{animation:cta-pulse 1.8s infinite alternate}.cta-banner-card .cta-trust-signals{display:flex;flex-direction:column;align-items:center;gap:.875rem;border-top:1px solid rgba(42,51,72,.5);width:100%;padding-top:2rem;margin-top:1rem;z-index:1}.cta-banner-card .cta-trust-signals .trust-heading{font-size:.65rem;font-weight:800;color:#7d8590cc;letter-spacing:.12em;margin:0}.cta-banner-card .cta-trust-signals .trust-logos-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem 2rem}.cta-banner-card .cta-trust-signals .brand-badge{font-size:.85rem;font-weight:700;color:#e6edf3b3;background-color:#ffffff05;border:1px solid rgba(42,51,72,.6);padding:.4rem 1rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;transition:all .25s ease;cursor:default}.cta-banner-card .cta-trust-signals .brand-badge:hover{color:#fff;border-color:#ff2d784d;background-color:#ff2d7808;transform:translateY(-1px)}.landing-footer{width:100%;border-top:1px solid rgba(42,51,72,.4);background-color:#0d1117e6;padding:3rem 2rem;margin-top:auto;z-index:1}.landing-footer .footer-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width:768px){.landing-footer .footer-container{flex-direction:column;text-align:center}}.landing-footer .footer-brand{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.landing-footer .footer-brand{align-items:center}}.landing-footer .footer-brand .logo-icon{font-size:.75rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#ff2d78,#ff2d78b3);padding:.2rem .4rem;border-radius:.25rem;width:fit-content}.landing-footer .footer-brand p{font-size:.75rem;color:#7d8590;margin:0}.landing-footer .footer-links{display:flex;gap:1.5rem}.landing-footer .footer-links a{font-size:.75rem;color:#7d8590;transition:color .2s}.landing-footer .footer-links a:hover{color:#fff}@keyframes dot-pulse{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes cta-pulse{0%{box-shadow:0 0 10px #ff2d7833}to{box-shadow:0 0 25px #ff2d7880}}:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e6edf3;background-color:#0d1117;--background: #0d1117;--surface: #161b22;--surface-soft: #1c2230;--text-primary: #e6edf3;--text-secondary: #7d8590;--border: #2a3348;--primary: #ff2d78;--accent: #0c9c8a;--danger: #d64545;--shadow: rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;width:100%;background:var(--background);color:var(--text-primary)}body{line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}img,svg{display:block;max-width:100%}.premium-loader-container{width:100%;min-height:100vh;background-color:#0d1117;display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden;position:fixed;top:0;left:0;z-index:9999}.cyber-loader-card{width:100%;max-width:500px;background:#161b22b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(42,51,72,.4);border-radius:1.5rem;padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;box-shadow:0 20px 50px #0000004d,inset 0 1px #ffffff0d}.cyber-loader-glowing-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:250px;height:250px;background:radial-gradient(circle,rgba(255,45,120,.15) 0%,rgba(12,156,138,.05) 50%,transparent 100%);filter:blur(40px);pointer-events:none;z-index:0}.cyber-loader-ring-wrapper{position:relative;width:120px;height:120px;margin-bottom:2rem;z-index:1}.cyber-loader-ring{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid transparent;border-top-color:#ff2d78;border-right-color:#ff2d7833;animation:cyber-spin 1.5s linear infinite}.cyber-loader-ring-inner{position:absolute;inset:10px;border-radius:50%;border:2px solid transparent;border-bottom-color:#0c9c8a;border-left-color:#0c9c8a33;animation:cyber-spin-reverse 2s linear infinite}.cyber-loader-core{position:absolute;inset:20px;background:#1c2230;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(42,51,72,.6);box-shadow:0 0 15px #ff2d781a;animation:core-pulse 2s ease-in-out infinite alternate}.ai-core-svg{width:32px;height:32px;color:#ff2d78;filter:drop-shadow(0 0 8px rgba(255,45,120,.5))}.loader-title{font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:1}.loader-subtitle{font-size:.9rem;color:#7d8590;margin-bottom:2rem;max-width:320px;line-height:1.5;z-index:1}.progress-bar-container{width:100%;height:6px;background-color:#2a334880;border-radius:9999px;overflow:hidden;margin-bottom:1.5rem;z-index:1}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff2d78,#8b5cf6,#0c9c8a);border-radius:9999px;transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #ff2d7866}.steps-tracker{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-bottom:2rem;z-index:1;min-height:24px}.active-step-indicator{width:8px;height:8px;background-color:#0c9c8a;border-radius:50%;box-shadow:0 0 8px #0c9c8a;animation:blink-indicator 1.2s infinite}.current-step-text{font-size:.875rem;color:#e6edf3;font-weight:500;letter-spacing:.01em}.loader-tips{background:#1b2a4a66;border:1px solid rgba(45,74,122,.4);border-radius:.75rem;padding:1.25rem;width:100%;text-align:left;z-index:1;box-shadow:inset 0 2px 4px #0000001a}.tip-header{font-size:.7rem;font-weight:700;color:#ff2d78;letter-spacing:.08em;display:block;margin-bottom:.5rem}.tip-text{font-size:.8rem;color:#8ab4f8;line-height:1.5;margin:0}@keyframes cyber-spin{to{transform:rotate(360deg)}}@keyframes cyber-spin-reverse{to{transform:rotate(-360deg)}}@keyframes core-pulse{0%{transform:scale(.96);box-shadow:0 0 10px #ff2d781a}to{transform:scale(1.04);box-shadow:0 0 25px #ff2d784d}}@keyframes blink-indicator{0%,to{opacity:.4}50%{opacity:1}}.toast-container{position:fixed;bottom:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;max-width:420px;width:calc(100vw - 4rem);pointer-events:none}.toast-notification{pointer-events:auto;display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;border-radius:1rem;background:#161b22cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 12px 32px #00000040,inset 0 1px #ffffff0d;cursor:pointer;transform:translateY(1rem);opacity:0;animation:toast-fade-in .35s cubic-bezier(.16,1,.3,1) forwards;transition:transform .2s ease,opacity .2s ease,background-color .2s ease;-webkit-user-select:none;user-select:none}.toast-notification:hover{background:#1c2129f2;transform:scale(1.02)}.toast-notification:hover .toast-close-btn{opacity:.8}.toast-notification .toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%}.toast-notification .toast-message{font-size:.875rem;font-weight:500;color:#fff;line-height:1.4;margin:0;flex-grow:1}.toast-notification .toast-close-btn{background:none;border:none;color:#7d8590;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;opacity:.4;transition:opacity .2s ease}.toast-notification .toast-close-btn:hover{color:#fff;opacity:1!important}.toast-notification.toast--success{border:1px solid rgba(12,156,138,.3)}.toast-notification.toast--success .toast-icon{background:#0c9c8a26;color:#0c9c8a;box-shadow:0 0 12px #0c9c8a4d}.toast-notification.toast--error{border:1px solid rgba(214,69,69,.3)}.toast-notification.toast--error .toast-icon{background:#d6454526;color:#d64545;box-shadow:0 0 12px #d645454d}.toast-notification.toast--warning{border:1px solid rgba(245,158,11,.3)}.toast-notification.toast--warning .toast-icon{background:#f59e0b26;color:#f59e0b;box-shadow:0 0 12px #f59e0b4d}.toast-notification.toast--info{border:1px solid rgba(59,130,246,.3)}.toast-notification.toast--info .toast-icon{background:#3b82f626;color:#3b82f6;box-shadow:0 0 12px #3b82f64d}@keyframes toast-fade-in{to{transform:translateY(0);opacity:1}}.spinner-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0d1117;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;gap:1.5rem}.premium-spinner{width:48px;height:48px;border:3px solid rgba(255,45,120,.1);border-top-color:#ff2d78;border-radius:50%;animation:cyber-spin .8s linear infinite;box-shadow:0 0 15px #ff2d7833}.spinner-text{font-size:.85rem;color:#7d8590;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.resume-pdf-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0d1117b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;z-index:11000;padding:2rem}.resume-pdf-modal-card{width:100%;max-width:440px;background:#161b22cc;border:1px solid rgba(42,51,72,.5);border-radius:1.5rem;padding:3rem 2rem;box-shadow:0 24px 64px #0006,inset 0 1px #ffffff08;text-align:center;position:relative;overflow:hidden;animation:modal-fade-up .4s cubic-bezier(.16,1,.3,1) forwards}.downloader-progress-state{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.downloader-progress-state .visual-loader-wrapper{position:relative;width:100px;height:100px;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.downloader-progress-state .spinning-ring-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.downloader-progress-state .ring-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid rgba(255,45,120,.05);border-top-color:#ff2d78;border-right-color:#0c9c8a;animation:cyber-spin 1.2s linear infinite;box-shadow:0 0 15px #ff2d781a}.downloader-progress-state .step-counter{font-size:.8rem;font-weight:700;color:#fff;opacity:.8}.downloader-progress-state .loading-headline{font-size:1.15rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.downloader-progress-state .success-headline{font-size:1.25rem;font-weight:800;color:#0c9c8a;margin:0;letter-spacing:-.02em;text-shadow:0 0 10px rgba(12,156,138,.2)}.downloader-progress-state .loading-status-text{font-size:.85rem;color:#7d8590;margin:0;min-height:24px;animation:status-text-pulse 2s infinite alternate}.downloader-progress-state .stepper-indicator-dots{display:flex;gap:.5rem;margin-top:.5rem}.downloader-progress-state .indicator-dot{width:6px;height:6px;border-radius:50%;background-color:#2a334899;transition:all .3s ease}.downloader-progress-state .indicator-dot.active{background-color:#ff2d78;transform:scale(1.3);box-shadow:0 0 8px #ff2d78}.downloader-progress-state .indicator-dot.completed{background-color:#0c9c8a;box-shadow:0 0 6px #0c9c8a}.downloader-error-state{display:flex;flex-direction:column;align-items:center;gap:1rem}.downloader-error-state .error-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:#d645451a;color:#d64545;box-shadow:0 0 15px #d6454533;margin-bottom:.5rem}.downloader-error-state h3{font-size:1.15rem;font-weight:700;color:#fff;margin:0}.downloader-error-state p{font-size:.85rem;color:#7d8590;line-height:1.5;margin:0;max-width:280px}.success-checkmark-glow{width:80px;height:80px;border-radius:50%;display:block;stroke-width:2;stroke:#0c9c8a;stroke-miterlimit:10;box-shadow:0 0 20px #0c9c8a4d;animation:check-scale .3s ease-in-out .9s alternate,check-fill .4s ease-in-out .4s forwards}.checkmark-svg{width:100%;height:100%;border-radius:50%;display:block}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#0c9c8a;fill:none;animation:check-stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:check-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes check-stroke{to{stroke-dashoffset:0}}@keyframes check-scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes check-fill{to{box-shadow:inset 0 0 0 40px #0c9c8a1a}}@keyframes modal-fade-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes status-text-pulse{0%{opacity:.6}to{opacity:1}}
