@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-content .btn-close{opacity:1!important;filter:none!important;width:1rem;height:1rem;background-size:1rem;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23333' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important;border:0;padding:.25rem}html.dark-mode .modal-content .btn-close,.dark-mode .modal-content .btn-close{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important}html.light-mode .modal-content .btn-close,.light-mode .modal-content .btn-close{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23333' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")!important}.modal-content .btn-close:hover{opacity:.75;background-color:transparent!important}.dark-mode .modal-content{background-color:#161b22;color:#c9d1d9}.dark-mode .modal-content .text-muted{color:#8b949e!important}.dark-mode .modal-content h2,.dark-mode .modal-content h3,.dark-mode .modal-content h4{color:#c9d1d9!important}.dark-mode .modal-content p{color:#c9d1d9}.dark-mode .modal-content .border{border-color:#30363d!important}.dark-mode .modal-content .purchase-modal-heading,.dark-mode .modal-content .purchase-modal-plan-title{color:#c9d1d9!important}.dark-mode .modal-content .purchase-modal-plan-description,.dark-mode .modal-content .purchase-modal-description,.dark-mode .modal-content .purchase-modal-footer{color:#8b949e!important}.dark-mode .modal-content .purchase-modal-price{color:#c9d1d9!important}.dark-mode .modal-content .purchase-modal-price-primary{color:#6b7ef7!important}.dark-mode .modal-content .purchase-modal-old-price{color:#6b7280!important}.light-mode .modal-content{background-color:#fff;color:#181a25}.light-mode .modal-content .text-muted{color:#6b7280!important}.light-mode .modal-content h2,.light-mode .modal-content h3,.light-mode .modal-content h4,.light-mode .modal-content .purchase-modal-heading,.light-mode .modal-content .purchase-modal-plan-title{color:#181a25!important}.light-mode .modal-content .purchase-modal-plan-description,.light-mode .modal-content .purchase-modal-description,.light-mode .modal-content .purchase-modal-footer{color:#6b7280!important}.light-mode .modal-content .purchase-modal-price{color:#181a25!important}.light-mode .modal-content .purchase-modal-price-primary{color:#505fe2!important}.light-mode .modal-content .purchase-modal-old-price{color:#9ca3af!important}.app-header{background:#fff!important;border-bottom:2px solid rgba(0,0,0,.1);padding:16px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014;transition:all .2s ease}.header-container{max-width:1400px;margin:0 auto;padding:0 24px}.header-content{display:flex;justify-content:space-between;align-items:center;gap:24px;width:100%;flex-wrap:nowrap}.header-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease;flex-shrink:0}.header-logo:hover{opacity:.8}.header-logo .logo-image{height:40px;width:auto}.header-nav{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;flex-shrink:0}.nav-link{color:#1f2937!important;text-decoration:none;font-size:15px;font-weight:600;padding:8px 12px;border-radius:8px;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.nav-link:hover{color:var(--primary-color, #3b82f6)!important;background:var(--hover-bg, #f3f4f6)}.btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.btn-modern.btn-sm{padding:6px 12px;font-size:13px}.user-menu-container{position:relative}.user-menu-trigger{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:50%}.user-menu-trigger:hover{opacity:.8}.user-menu-trigger:focus{outline:2px solid var(--primary-color, #3b82f6);outline-offset:2px}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color, #e5e7eb);transition:border-color .2s ease}.user-menu-trigger:hover .user-avatar{border-color:var(--primary-color, #3b82f6)}.user-initial-circle{width:40px;height:40px;border-radius:50%;background:var(--primary-color, #3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;border:2px solid var(--border-color, #e5e7eb);transition:all .2s ease}.user-menu-trigger:hover .user-initial-circle{border-color:var(--primary-color, #3b82f6);background:var(--primary-hover, #2563eb)}.user-menu-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:var(--bg-color, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:12px;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;min-width:200px;z-index:1000;overflow:hidden;animation:fadeInDown .2s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text-color, #374151);text-decoration:none;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;font-size:14px;font-weight:500;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.user-menu-item svg{width:18px;height:18px;flex-shrink:0;color:var(--text-secondary, #9ca3af)}.user-menu-item:hover{background:var(--hover-bg, #f3f4f6);color:var(--primary-color, #3b82f6)}.user-menu-item:hover svg{color:var(--primary-color, #3b82f6)}.user-menu-divider{height:1px;background:var(--border-color, #e5e7eb);margin:4px 0}.user-menu-item-button{color:#dc2626!important}.user-menu-item-button svg{color:#dc2626!important}.user-menu-item-button:hover{background:#dc26261a!important;color:#b91c1c!important}.user-menu-item-button:hover svg{color:#b91c1c!important}.dark-mode .app-header{background:#fff!important;--bg-color: #161b22;--text-color: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--hover-bg: #21262d;--primary-color: #3b82f6;--primary-hover: #2563eb}.dark-mode .user-menu-item-button{color:#f85149!important}.dark-mode .user-menu-item-button svg{color:#f85149!important}.dark-mode .user-menu-item-button:hover{background:#f8514926!important;color:#ff6b6b!important}.dark-mode .user-menu-item-button:hover svg{color:#ff6b6b!important}.light-mode .app-header{background:#fff!important;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--hover-bg: #f3f4f6;--primary-color: #3b82f6;--primary-hover: #2563eb}@media (max-width: 768px){.header-container{padding:0 16px}.header-content{gap:12px}.header-nav{gap:8px;flex-wrap:nowrap}.nav-link{font-size:14px;padding:6px 10px;white-space:nowrap}.btn-modern.btn-sm{padding:6px 10px;font-size:12px;white-space:nowrap}.btn-modern.btn-sm svg{display:none}.user-menu-dropdown{right:0;min-width:180px}}.dark-mode section h1,.dark-mode section .display-4{color:#c9d1d9!important}.dark-mode section .lead{color:#8b949e!important}.dark-mode section h4{color:#6b7ef7!important}.light-mode section h1,.light-mode section .display-4{color:#181a25!important}.light-mode section .lead{color:#606064!important}.light-mode section h4{color:#505fe2!important}.video-container{position:relative;display:inline-block;max-width:700px;cursor:pointer}.hero-video{max-width:700px;width:100%;height:auto;display:block;border-radius:8px}.play-button-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:opacity .3s ease,transform .2s ease;z-index:1}.video-container:hover .play-button-overlay{transform:translate(-50%,-50%) scale(1.1)}.play-button-overlay svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .2s ease}.video-container:hover .play-button-overlay svg{transform:scale(1.05)}.dark-mode .bg-white{background-color:#161b22!important;border-color:#30363d!important}.dark-mode section h2,.dark-mode section h3{color:#c9d1d9!important}.dark-mode section .text-dark{color:#c9d1d9!important}.dark-mode section p{color:#8b949e!important}.light-mode .bg-white{background-color:#fff!important;border-color:#dee2e6!important}.light-mode section h2,.light-mode section h3{color:#181a25!important}.light-mode section .text-dark{color:#181a25!important}.light-mode section p{color:#606064!important}.dark-mode section h2[style*="color: #181a25"],.dark-mode section h2[style*="color:#181a25"]{color:#c9d1d9!important}.dark-mode section p[style*="color: #181a25"],.dark-mode section p[style*="color:#181a25"]{color:#c9d1d9!important}.dark-mode section [style*="color: #181a25"],.dark-mode section [style*="color:#181a25"]{color:#c9d1d9!important}.light-mode section h2[style*="color: #181a25"],.light-mode section h2[style*="color:#181a25"]{color:#181a25!important}.light-mode section p[style*="color: #181a25"],.light-mode section p[style*="color:#181a25"]{color:#181a25!important}.light-mode section [style*="color: #181a25"],.light-mode section [style*="color:#181a25"]{color:#181a25!important}.dark-mode #pricing .bg-white{background-color:#161b22!important;border-color:#30363d!important}.dark-mode #pricing h2,.dark-mode #pricing h3,.dark-mode #pricing h4,.dark-mode #pricing [style*="color: #181a25"],.dark-mode #pricing [style*="color:#181a25"],.dark-mode #pricing span[style*="color: #181a25"],.dark-mode #pricing span[style*="color:#181a25"],.dark-mode #pricing div[style*="color: #181a25"],.dark-mode #pricing div[style*="color:#181a25"],.dark-mode #pricing li span[style*="color: #181a25"],.dark-mode #pricing li span[style*="color:#181a25"]{color:#c9d1d9!important}.dark-mode #pricing .border{border-color:#30363d!important}.dark-mode #pricing .border-primary{border-color:#6b7ef7!important}.dark-mode #pricing .text-muted{color:#8b949e!important}.dark-mode #pricing .text-success{color:#3fb950!important}.dark-mode #pricing .text-decoration-line-through{color:#6e7681!important}.dark-mode #pricing ul li span,.dark-mode #pricing strong{color:#c9d1d9!important}.dark-mode #pricing span[style*=fontSize]{color:inherit}.dark-mode #pricing .text-end>div.fw-bold{color:#c9d1d9!important}.light-mode #pricing .bg-white{background-color:#fff!important;border-color:#dee2e6!important}.light-mode #pricing h2,.light-mode #pricing h3,.light-mode #pricing h4,.light-mode #pricing [style*="color: #181a25"],.light-mode #pricing [style*="color:#181a25"],.light-mode #pricing span[style*="color: #181a25"],.light-mode #pricing span[style*="color:#181a25"],.light-mode #pricing div[style*="color: #181a25"],.light-mode #pricing div[style*="color:#181a25"],.light-mode #pricing li span[style*="color: #181a25"],.light-mode #pricing li span[style*="color:#181a25"]{color:#181a25!important}.light-mode #pricing .border{border-color:#dee2e6!important}.light-mode #pricing .border-primary{border-color:#505fe2!important}.light-mode #pricing .text-muted{color:#6c757d!important}.light-mode #pricing .text-success{color:#198754!important}.light-mode #pricing .text-decoration-line-through{color:#6c757d!important}.light-mode #pricing ul li span,.light-mode #pricing strong{color:#181a25!important}.cta-social-icon{transition:all .2s ease}.cta-social-icon img{display:block;width:100%;height:100%;object-fit:contain}.dark-mode section.cta-banner-section.bg-light,.dark-mode .cta-banner-section.bg-light{background-color:#0d1117!important}.dark-mode .cta-banner-card.bg-dark,.dark-mode section .cta-banner-card.bg-dark{background-color:#161b22!important}.dark-mode .cta-social-icon.bg-white,.dark-mode section .cta-social-icon.bg-white{background-color:#fff!important;border-color:#ffffff4d!important;border-width:1px!important;box-shadow:0 2px 4px #0003}.dark-mode .cta-social-icon img,.dark-mode section .cta-social-icon img{opacity:1;filter:none}.dark-mode .cta-social-icon:hover{background-color:#f0f0f0!important;border-color:#ffffff80!important;box-shadow:0 4px 8px #0000004d;transform:translateY(-2px);transition:all .2s ease}.dark-mode .cta-social-icon:hover img{filter:none}.light-mode section.cta-banner-section.bg-light,.light-mode .cta-banner-section.bg-light{background-color:#f8f9fa!important}.light-mode .cta-banner-card.bg-dark,.light-mode section .cta-banner-card.bg-dark{background-color:#181a25!important}.light-mode .cta-social-icon.bg-white,.light-mode section .cta-social-icon.bg-white{background-color:#fff!important;border-color:#181a2540!important;box-shadow:0 2px 4px #0000001a}.light-mode .cta-social-icon img,.light-mode section .cta-social-icon img{opacity:1;filter:contrast(1.1) saturate(1.1)}.light-mode .cta-social-icon:hover{background-color:#f8f9fa!important;border-color:#181a2566!important;box-shadow:0 4px 8px #00000026;transform:translateY(-2px);transition:all .2s ease}.light-mode .cta-social-icon:hover img{filter:contrast(1.2) saturate(1.2)}.dark-mode .cta-banner-card .text-white,.dark-mode .cta-banner-card h2.text-white,.light-mode .cta-banner-card .text-white,.light-mode .cta-banner-card h2.text-white{color:#fff!important}.app-footer{background:var(--footer-bg, #f9fafb);border-top:1px solid var(--border-color, #e5e7eb);padding:32px 0;margin-top:60px;position:relative;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}.footer-container{max-width:1400px;margin:0 auto;padding:0 24px}.footer-content{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:600px;margin:0 auto}@media (min-width: 768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copyright{margin:0;font-size:15px;color:#000!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.footer-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.footer-link{color:var(--primary-color, #3b82f6);text-decoration:none;font-size:15px;font-weight:500;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.footer-link:hover{color:var(--primary-hover, #2563eb);text-decoration:underline}.footer-divider{color:var(--text-secondary, #9ca3af);font-size:15px}.dark-mode .app-footer{--footer-bg: #0d1117;--text-secondary: #8b949e;--border-color: #30363d;--primary-color: #3b82f6;--primary-hover: #2563eb}.light-mode .app-footer{--footer-bg: #f9fafb;--text-secondary: #6b7280;--border-color: #e5e7eb;--primary-color: #3b82f6;--primary-hover: #2563eb}@media (max-width: 767px){.footer-content{text-align:center}.footer-nav{width:100%;justify-content:center}}.contribution-heatmap-container{width:100%}.heatmap-wrapper{position:relative;overflow-x:auto;padding:10px 0;display:flex;justify-content:center}.heatmap-inner{display:inline-flex;flex-direction:column}.heatmap-months{position:relative;height:20px;margin-left:30px;font-size:12px;width:fit-content}.heatmap-month-label{position:absolute;color:#666;font-family:Inter,Arial,Helvetica,sans-serif;white-space:nowrap}.heatmap-content{display:flex;gap:3px;width:fit-content}.heatmap-weekdays{display:flex;flex-direction:column;gap:3px;padding-top:8px;font-size:12px;color:#666;min-width:30px}.heatmap-weekday-label{height:11px;line-height:11px;font-family:Inter,Arial,Helvetica,sans-serif}.heatmap-grid{display:flex;gap:3px;flex:1;padding-top:8px}.heatmap-week{display:flex;flex-direction:column;gap:3px}.heatmap-cell{width:11px;height:11px;border-radius:2px;cursor:pointer;transition:all .15s ease;position:relative}.heatmap-cell:hover{outline:2px solid rgba(0,0,0,.5);outline-offset:-2px;z-index:10}.dark-mode .heatmap-cell:hover{outline:2px solid rgba(255,255,255,.5)}.heatmap-cell.level-0{background-color:#f8f8f8;border:1px solid #e8e8e8}.heatmap-cell.level-1{background-color:#9be9a8}.heatmap-cell.level-2{background-color:#40c463}.heatmap-cell.level-3{background-color:#30a14e}.heatmap-cell.level-4{background-color:#216e39}.dark-mode .heatmap-cell.level-0{background-color:#3d434b;border:1px solid #4d535b}.dark-mode .heatmap-cell.level-1{background-color:#0e4429}.dark-mode .heatmap-cell.level-2{background-color:#006d32}.dark-mode .heatmap-cell.level-3{background-color:#26a641}.dark-mode .heatmap-cell.level-4{background-color:#39d353}.dark-mode .heatmap-month-label,.dark-mode .heatmap-weekday-label{color:#8b949e}.dark-mode .contribution-heatmap-container h3{color:#c9d1d9!important}.dark-mode .contribution-heatmap-container .text-muted,.dark-mode .contribution-heatmap-container .heatmap-legend .text-muted{color:#8b949e!important}.light-mode .heatmap-cell.level-0{background-color:#f8f8f8;border:1px solid #e8e8e8}.light-mode .heatmap-cell.level-1{background-color:#9be9a8}.light-mode .heatmap-cell.level-2{background-color:#40c463}.light-mode .heatmap-cell.level-3{background-color:#30a14e}.light-mode .heatmap-cell.level-4{background-color:#216e39}.light-mode .heatmap-month-label,.light-mode .heatmap-weekday-label{color:#666}.light-mode .contribution-heatmap-container h3{color:#181a25!important}.light-mode .contribution-heatmap-container .text-muted,.light-mode .contribution-heatmap-container .heatmap-legend .text-muted{color:#6b7280!important}.heatmap-tooltip{position:fixed;background-color:#000000d9;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;pointer-events:none;z-index:1000;white-space:nowrap;font-family:Inter,Arial,Helvetica,sans-serif;box-shadow:0 2px 8px #0000004d;transform:translate(-50%,-100%);margin-top:-8px}.heatmap-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.85)}.heatmap-legend{font-size:12px}.heatmap-legend-cells{display:flex;gap:3px}.heatmap-legend-cells .heatmap-cell{cursor:default}.heatmap-legend-cells .heatmap-cell:hover{outline:none}.delete-modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:400px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column}.delete-modal-header{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1rem;text-align:center}.delete-modal-icon{font-size:3rem;margin-bottom:1rem}.delete-modal-title{font-size:1.5rem;font-weight:600;color:#181a25;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}.delete-modal-body{padding:1rem 1.5rem;text-align:center;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}.delete-modal-body strong{color:#181a25;font-weight:600}.delete-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e0e0e0}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333;border-color:#bd2130}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.dark-mode .delete-modal-content{background:#161b22;border-color:#30363d;color:#c9d1d9}.dark-mode .delete-modal-title{color:#c9d1d9}.dark-mode .delete-modal-body{color:#8b949e}.dark-mode .delete-modal-body strong{color:#c9d1d9}.dark-mode .delete-modal-footer{border-top-color:#30363d}.light-mode .delete-modal-content{background:#fff;color:#181a25}.light-mode .delete-modal-title{color:#181a25}.light-mode .delete-modal-body{color:#606064}.light-mode .delete-modal-body strong{color:#181a25}.light-mode .delete-modal-footer{border-top-color:#e0e0e0}.interview-modal-content{background:#fff;border-radius:1rem;width:100%;max-width:900px;max-height:90vh;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.interview-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#f8f9ff,#fff);position:relative;overflow:hidden}.interview-modal-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#505fe2,#6b7ef7,#8b9aff)}.interview-modal-title{font-size:1.75rem;font-weight:700;color:#181a25;margin:0;font-family:Inter,Arial,Helvetica,sans-serif;display:flex;align-items:center;gap:.75rem;position:relative;z-index:1;min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interview-modal-title:before{content:"📚";font-size:1.5rem;filter:grayscale(0);flex-shrink:0}.interview-modal-title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1}.interview-modal-close{background:none;border:none;font-size:2rem;line-height:1;color:#606064;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease}.interview-modal-close:hover{background-color:#f0f0f0;color:#181a25}.interview-modal-body{display:flex;flex:1;overflow:hidden;min-height:0}.interview-tabs{display:flex;flex-direction:column;width:200px;border-right:1px solid #e0e0e0;background-color:#f8f9fa;padding:1rem 0;overflow-y:auto;overflow-x:hidden}.interview-tab{background:none;border:none;padding:1rem 1.5rem;text-align:left;cursor:pointer;font-size:1rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);border-left:3px solid transparent;position:relative;display:flex;align-items:center;gap:.75rem}.tab-icon{font-size:1.25rem;transition:transform .3s ease;display:inline-block}.interview-tab:hover .tab-icon{transform:scale(1.2)}.interview-tab.active .tab-icon{transform:scale(1.15)}.interview-tab:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#505fe2,#6b7ef7);transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.interview-tab:hover{background-color:#e9ecef;color:#181a25}.interview-tab.active{background-color:#fff;color:#505fe2;font-weight:600;border-left-color:#505fe2;box-shadow:0 2px 8px #505fe21a}.interview-tab.active:before{transform:scaleY(1)}.interview-tab-content{flex:1;overflow-y:auto;padding:1.5rem;background-color:#fff}.overview-content{height:100%}.overview-text{font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.8;color:#181a25}.overview-text>h2:first-child,.overview-text>h2:first-of-type,.overview-text h2:first-of-type{margin-top:0!important}.overview-text>br:first-child{display:none}.overview-text h2{font-size:1.5rem;font-weight:600;color:#181a25;margin-top:2rem;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.overview-text h3{font-size:1.25rem;font-weight:600;color:#181a25;margin-top:1.5rem;margin-bottom:.75rem;font-family:Inter,Arial,Helvetica,sans-serif}.overview-text h4{font-size:1.1rem;font-weight:600;color:#181a25;margin-top:1.25rem;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.overview-text p{margin-bottom:1rem;color:#606064}.overview-text p:last-child{margin-bottom:0}.overview-text strong{font-weight:600;color:#181a25}.overview-list{margin:1rem 0;padding-left:1.5rem;color:#606064}.overview-list li{margin-bottom:.5rem;line-height:1.6}.overview-list li:last-child{margin-bottom:0}.company-content{height:100%;padding-top:0;margin-top:0}.company-header{margin-bottom:2rem}.company-header h4{font-size:1.5rem;font-weight:600;color:#181a25;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.company-subtitle{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin:0}.company-info-section{margin-bottom:2rem}.company-details-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem}.company-details-card h5{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.company-detail-item{margin-bottom:.75rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}.company-detail-item:last-child{margin-bottom:0}.company-detail-item strong{color:#181a25;font-weight:600;margin-right:.5rem}.company-link{color:#505fe2;text-decoration:none;transition:color .2s ease}.company-link:hover{color:#3d4bc4;text-decoration:underline}.company-research-section{margin-bottom:2rem}.company-research-section h5{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.company-checklist{list-style:none;padding:0;margin:0}.company-checklist li{margin-bottom:1rem;padding-left:1.5rem;position:relative;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}.company-checklist li:before{content:"✓";position:absolute;left:0;color:#505fe2;font-weight:700}.company-checklist li strong{color:#181a25;font-weight:600}.company-preparation-section{margin-bottom:2rem}.company-preparation-section h5{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.preparation-tips{display:flex;flex-direction:column;gap:1.5rem}.preparation-tip{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem}.preparation-tip h6{font-size:1.1rem;font-weight:600;color:#181a25;margin-bottom:.75rem;font-family:Inter,Arial,Helvetica,sans-serif}.preparation-tip p{color:#606064;margin-bottom:.75rem;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}.preparation-tip ul{margin:0;padding-left:1.5rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif}.preparation-tip ul li{margin-bottom:.5rem;line-height:1.6}.company-enrichment-section{margin-bottom:2rem;margin-top:0}.company-enrichment-section h5{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.company-enrichment-card{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;padding:1.75rem;margin-top:0;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.company-enrichment-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.company-overview{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.7;margin-top:0;padding-top:0}.company-overview h1,.company-overview h2,.company-overview h3,.company-overview h4{font-weight:600;color:#181a25;margin-top:1.5rem;margin-bottom:.75rem;font-family:Inter,Arial,Helvetica,sans-serif}.company-overview>*:first-child{margin-top:0!important;padding-top:0!important}.company-overview h1:first-child,.company-overview h2:first-child,.company-overview h3:first-child,.company-overview h4:first-child,.company-overview h1:first-of-type,.company-overview h2:first-of-type,.company-overview h3:first-of-type,.company-overview h4:first-of-type{margin-top:0!important;padding-top:0!important}.company-overview h1{font-size:1.5rem}.company-overview h2{font-size:1.3rem}.company-overview h3{font-size:1.15rem}.company-overview h4{font-size:1.1rem}.company-overview p{margin:.75rem 0;color:#606064}.company-overview ul,.company-overview ol{margin:.75rem 0;padding-left:2rem;color:#606064}.company-overview li{margin:.5rem 0;color:#606064}.company-overview ul li{list-style-type:disc}.company-overview ol li{list-style-type:decimal}.company-ai-disclaimer{margin-top:1.5rem;padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;color:#856404;font-family:Inter,Arial,Helvetica,sans-serif}.company-enrichment-loading,.company-enrichment-empty,.people-loading-state{background:#fff3cd;border:1px solid #ffc107;border-radius:.5rem;padding:1.5rem;margin:2rem 0;text-align:center;color:#856404;font-family:Inter,Arial,Helvetica,sans-serif}.company-description-section{margin-bottom:1rem}.company-description-section h5{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.job-description-text{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6;white-space:pre-wrap;max-height:400px;overflow-y:auto}.people-content{height:100%}.people-header{margin-bottom:2rem}.people-header h4{font-size:1.5rem;font-weight:600;color:#181a25;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.people-subtitle{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin:0}.people-empty-state,.people-loading-state{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:2rem;text-align:center;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin:2rem 0}.people-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.people-card{background:#fff;border:2px solid #e0e0e0;border-radius:1rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden}.people-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#505fe2,#6b7ef7);transform:scaleX(0);transition:transform .3s ease}.people-card:hover{box-shadow:0 8px 24px #505fe226;border-color:#505fe2;transform:translateY(-4px)}.people-card:hover:after{transform:scaleX(1)}.people-card-header{display:flex;gap:1rem;margin-bottom:1rem}.people-avatar{flex-shrink:0;width:64px;height:64px;border-radius:50%;overflow:hidden;background:#e0e0e0;display:flex;align-items:center;justify-content:center}.people-avatar img{width:100%;height:100%;object-fit:cover}.people-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#505fe2,#6b7ef7);color:#fff;font-weight:600;font-size:1.25rem;font-family:Inter,Arial,Helvetica,sans-serif}.people-info{flex:1;min-width:0}.people-name{font-size:1.1rem;font-weight:600;color:#181a25;margin:0 0 .25rem;font-family:Inter,Arial,Helvetica,sans-serif}.people-title{font-size:.9rem;color:#606064;margin:0 0 .25rem;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:500}.people-company{font-size:.85rem;color:#606064;margin:0 0 .25rem;font-family:Inter,Arial,Helvetica,sans-serif}.people-location{font-size:.85rem;color:#606064;margin:.25rem 0 0;font-family:Inter,Arial,Helvetica,sans-serif}.people-card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e0e0e0}.people-social-links{display:flex;gap:.75rem;align-items:center;justify-content:flex-start}.people-social-link{display:inline-flex;align-items:center;justify-content:center;color:#606064;text-decoration:none;transition:all .2s ease;padding:.5rem;border-radius:.25rem}.people-social-link:hover{color:#505fe2;background-color:#f0f0f0;transform:translateY(-1px)}.people-social-link svg{width:20px;height:20px}.people-linkedin-link{display:inline-flex;align-items:center;justify-content:center;color:#606064;text-decoration:none;transition:all .2s ease;padding:.5rem;border-radius:.25rem}.people-linkedin-link:hover{color:#505fe2;background-color:#f0f0f0;transform:translateY(-1px)}.people-linkedin-link svg{width:20px;height:20px}.questions-content{height:100%}.questions-header{margin-bottom:2rem}.question-type-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:0}.question-type-tab{background:none;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#606064;cursor:pointer;font-family:Inter,Arial,Helvetica,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:3px solid transparent;margin-bottom:-2px;position:relative;display:flex;align-items:center;gap:.5rem}.question-type-tab:hover{color:#181a25;background-color:#f8f9fa}.question-type-tab.active{color:#505fe2;font-weight:600;border-bottom-color:#505fe2}.tab-count{font-size:.875rem;color:#606064;font-weight:400}.question-type-tab.active .tab-count{color:#505fe2}.questions-header h4{font-size:1.5rem;font-weight:600;color:#181a25;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.questions-subtitle{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin:0}.flash-cards-container{display:flex;flex-direction:column;gap:2.5rem}.flash-card{background:#fff;border:2px solid #e0e0e0;border-radius:.75rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden}.flash-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#505fe2,#6b7ef7);transform:scaleY(0);transition:transform .3s ease}.flash-card:hover{box-shadow:0 8px 24px #505fe21f;border-color:#505fe2;transform:translateY(-4px)}.flash-card:hover:before{transform:scaleY(1)}.flash-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.flash-card-question{flex:1;margin-bottom:0}.flash-card-question h5{font-size:1.1rem;font-weight:600;color:#181a25;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}.mark-done-btn{flex-shrink:0;white-space:nowrap;transition:all .3s ease;position:relative}.mark-done-btn:hover{transform:scale(1.05)}.mark-done-btn.btn-success{box-shadow:0 2px 8px #28a7454d}.flash-card.completed{background:#f0f9ff;border-color:#28a745}.flash-card.completed .flash-card-question h5{color:#28a745}.show-solution-btn{margin-bottom:1rem;transition:all .3s ease;position:relative;overflow:hidden}.show-solution-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#505fe233;transform:translate(-50%,-50%);transition:width .6s,height .6s}.show-solution-btn:hover:before{width:300px;height:300px}.show-solution-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #505fe233}.flash-card-solution{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.flash-card-solution strong{display:block;margin-bottom:.5rem;color:#181a25;font-weight:600;font-family:Inter,Arial,Helvetica,sans-serif}.flash-card-solution p{color:#606064;margin:0;line-height:1.6;font-family:Inter,Arial,Helvetica,sans-serif}.questions-section{margin-bottom:3.5rem;display:flex;flex-direction:column;gap:2.5rem}.questions-section:last-child{margin-bottom:0}.questions-section-title{font-size:1.4rem;font-weight:700;color:#181a25;margin:0 0 1.5rem;font-family:Inter,Arial,Helvetica,sans-serif;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0;position:relative;display:inline-block;width:100%}.questions-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:3px;background:linear-gradient(90deg,#505fe2,#6b7ef7);border-radius:2px}.question-rank{display:inline-block;font-size:.85rem;color:#606064;background:#f0f0f0;padding:.25rem .5rem;border-radius:.25rem;margin-left:.75rem;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:500}.solution-section{margin-bottom:1.5rem}.solution-section:last-child{margin-bottom:0}.solution-section strong{display:block;margin-bottom:.75rem;color:#181a25;font-weight:600;font-family:Inter,Arial,Helvetica,sans-serif}.solution-content{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.7}.solution-content p{display:inline;margin:0;padding:0;color:#606064}.solution-content h1,.solution-content h2,.solution-content h3,.solution-content h4{font-weight:600;color:#181a25;margin-top:1rem;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.solution-content h1:first-child,.solution-content h2:first-child,.solution-content h3:first-child,.solution-content h4:first-child{margin-top:0}.solution-content h1{font-size:1.3rem}.solution-content h2{font-size:1.2rem}.solution-content h3{font-size:1.1rem}.solution-content h4{font-size:1rem}.solution-content ul,.solution-content ol{margin:.75rem 0;padding-left:2rem;color:#606064}.solution-content li{margin:.5rem 0;color:#606064}.solution-content ul li{list-style-type:disc}.solution-content ol li{list-style-type:decimal}.solution-content strong{display:inline;font-weight:600;color:#181a25}.dark-mode .questions-section-title{color:#c9d1d9;border-bottom-color:#30363d}.dark-mode .question-rank{color:#8b949e;background:#21262d}.dark-mode .solution-section strong{color:#c9d1d9}.dark-mode .solution-content{color:#8b949e}.dark-mode .solution-content h1,.dark-mode .solution-content h2,.dark-mode .solution-content h3,.dark-mode .solution-content h4{color:#c9d1d9}.dark-mode .solution-content p,.dark-mode .solution-content ul,.dark-mode .solution-content ol,.dark-mode .solution-content li{color:#8b949e}.dark-mode .solution-content strong{color:#c9d1d9}.light-mode .questions-section-title{color:#181a25;border-bottom-color:#e0e0e0}.light-mode .question-rank{color:#606064;background:#f0f0f0}.light-mode .solution-section strong{color:#181a25}.light-mode .solution-content{color:#606064}.light-mode .solution-content h1,.light-mode .solution-content h2,.light-mode .solution-content h3,.light-mode .solution-content h4{color:#181a25}.light-mode .solution-content p,.light-mode .solution-content ul,.light-mode .solution-content ol,.light-mode .solution-content li{color:#606064}.light-mode .solution-content strong{color:#181a25}.interview-modal-footer{display:flex;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#fafbfc}.interview-modal-footer .btn-primary{transition:all .3s ease;box-shadow:0 2px 8px #505fe233}.interview-modal-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #505fe24d}.dark-mode .interview-modal-content{background:#161b22;border-color:#30363d}.dark-mode .interview-modal-header{background:linear-gradient(135deg,#161b22,#0d1117);border-bottom-color:#30363d}.dark-mode .interview-modal-title{color:#c9d1d9}.dark-mode .interview-modal-close{color:#8b949e}.dark-mode .interview-modal-close:hover{background-color:#21262d;color:#c9d1d9}.dark-mode .interview-tabs{background-color:#0d1117;border-right-color:#30363d}.dark-mode .interview-tab{color:#8b949e}.dark-mode .interview-tab:hover{background-color:#21262d;color:#c9d1d9}.dark-mode .interview-tab.active{background-color:#161b22;color:#6b7ef7;border-left-color:#6b7ef7}.dark-mode .interview-tab-content{background-color:#161b22}.dark-mode .overview-text,.dark-mode .overview-text h2,.dark-mode .overview-text h3,.dark-mode .overview-text h4{color:#c9d1d9}.dark-mode .overview-text p{color:#8b949e}.dark-mode .overview-text strong{color:#c9d1d9}.dark-mode .overview-list,.dark-mode .overview-list li{color:#8b949e}.dark-mode .company-header h4{color:#c9d1d9}.dark-mode .company-subtitle{color:#8b949e}.dark-mode .company-details-card{background:#0d1117;border-color:#30363d}.dark-mode .company-details-card h5{color:#c9d1d9}.dark-mode .company-detail-item{color:#8b949e}.dark-mode .company-detail-item strong{color:#c9d1d9}.dark-mode .company-link{color:#6b7ef7}.dark-mode .company-link:hover{color:#8b9aff}.dark-mode .company-research-section h5{color:#c9d1d9}.dark-mode .company-checklist li{color:#8b949e}.dark-mode .company-checklist li:before{color:#6b7ef7}.dark-mode .company-checklist li strong,.dark-mode .company-preparation-section h5{color:#c9d1d9}.dark-mode .preparation-tip{background:#0d1117;border-color:#30363d}.dark-mode .preparation-tip h6{color:#c9d1d9}.dark-mode .preparation-tip p,.dark-mode .preparation-tip ul{color:#8b949e}.dark-mode .company-description-section h5,.dark-mode .company-enrichment-section h5{color:#c9d1d9}.dark-mode .company-enrichment-card{background:#0d1117;border-color:#30363d}.dark-mode .company-overview{color:#8b949e}.dark-mode .company-overview h1,.dark-mode .company-overview h2,.dark-mode .company-overview h3,.dark-mode .company-overview h4{color:#c9d1d9}.dark-mode .company-overview p,.dark-mode .company-overview ul,.dark-mode .company-overview ol,.dark-mode .company-overview li{color:#8b949e}.dark-mode .company-ai-disclaimer{background:#1c2128;border-color:#30363d;color:#8b949e}.dark-mode .company-enrichment-loading,.dark-mode .company-enrichment-empty{background:#ffc1071a;border-color:#ffc107;color:#ffc107}.dark-mode .job-description-text{background:#0d1117;border-color:#30363d;color:#8b949e}.dark-mode .people-header h4{color:#c9d1d9}.dark-mode .people-subtitle{color:#8b949e}.dark-mode .people-empty-state,.dark-mode .people-loading-state{background:#0d1117;border-color:#30363d;color:#8b949e}.dark-mode .people-card{background:#0d1117;border-color:#30363d}.dark-mode .people-card:hover{border-color:#6b7ef7;box-shadow:0 4px 12px #0000004d}.dark-mode .people-avatar{background:#30363d}.dark-mode .people-avatar-placeholder{background:linear-gradient(135deg,#6b7ef7,#8b9aff)}.dark-mode .people-name{color:#c9d1d9}.dark-mode .people-title,.dark-mode .people-company,.dark-mode .people-location{color:#8b949e}.dark-mode .people-card-footer{border-top-color:#30363d}.dark-mode .people-linkedin-link{color:#6b7ef7}.dark-mode .people-linkedin-link:hover{color:#8b9aff}.dark-mode .questions-header h4{color:#c9d1d9}.dark-mode .questions-subtitle{color:#8b949e}.dark-mode .question-type-tabs{border-bottom-color:#30363d}.dark-mode .question-type-tab{color:#8b949e}.dark-mode .question-type-tab:hover{color:#c9d1d9;background-color:#21262d}.dark-mode .question-type-tab.active{color:#6b7ef7;border-bottom-color:#6b7ef7}.dark-mode .tab-count{color:#8b949e}.dark-mode .question-type-tab.active .tab-count{color:#6b7ef7}.dark-mode .flash-card{background:#0d1117;border-color:#30363d}.dark-mode .flash-card:hover{border-color:#6b7ef7;box-shadow:0 2px 8px #0000004d}.dark-mode .flash-card-question h5{color:#c9d1d9}.dark-mode .flash-card-solution{border-top-color:#30363d}.dark-mode .flash-card-solution strong{color:#c9d1d9}.dark-mode .flash-card-solution p{color:#8b949e}.dark-mode .flash-card.completed{background:#0d2e1a;border-color:#28a745}.dark-mode .flash-card.completed .flash-card-question h5{color:#4ade80}.dark-mode .interview-modal-footer{background:#161b22;border-top-color:#30363d}.light-mode .interview-modal-content{background:#fff;border-color:#e0e0e0}.light-mode .interview-modal-header{border-bottom-color:#e0e0e0}.light-mode .interview-modal-title{color:#181a25}.light-mode .interview-modal-close{color:#606064}.light-mode .interview-modal-close:hover{background-color:#f0f0f0;color:#181a25}.light-mode .interview-tabs{background-color:#f8f9fa;border-right-color:#e0e0e0}.light-mode .interview-tab{color:#606064}.light-mode .interview-tab:hover{background-color:#e9ecef;color:#181a25}.light-mode .interview-tab.active{background-color:#fff;color:#505fe2;border-left-color:#505fe2}.light-mode .interview-tab-content{background-color:#fff}.light-mode .overview-text,.light-mode .overview-text h2,.light-mode .overview-text h3,.light-mode .overview-text h4{color:#181a25}.light-mode .overview-text p{color:#606064}.light-mode .overview-text strong{color:#181a25}.light-mode .overview-list,.light-mode .overview-list li{color:#606064}.light-mode .company-header h4{color:#181a25}.light-mode .company-subtitle{color:#606064}.light-mode .company-details-card{background:#f8f9fa;border-color:#e0e0e0}.light-mode .company-details-card h5{color:#181a25}.light-mode .company-detail-item{color:#606064}.light-mode .company-detail-item strong{color:#181a25}.light-mode .company-link{color:#505fe2}.light-mode .company-link:hover{color:#3d4bc4}.light-mode .company-research-section h5{color:#181a25}.light-mode .company-checklist li{color:#606064}.light-mode .company-checklist li:before{color:#505fe2}.light-mode .company-checklist li strong,.light-mode .company-preparation-section h5{color:#181a25}.light-mode .preparation-tip{background:#f8f9fa;border-color:#e0e0e0}.light-mode .preparation-tip h6{color:#181a25}.light-mode .preparation-tip p,.light-mode .preparation-tip ul{color:#606064}.light-mode .company-description-section h5{color:#181a25}.light-mode .job-description-text{background:#f8f9fa;border-color:#e0e0e0;color:#606064}.light-mode .people-header h4{color:#181a25}.light-mode .people-subtitle{color:#606064}.light-mode .people-empty-state,.light-mode .people-loading-state{background:#f8f9fa;border-color:#e0e0e0;color:#606064}.light-mode .people-card{background:#f8f9fa;border-color:#e0e0e0}.light-mode .people-card:hover{border-color:#505fe2;box-shadow:0 4px 12px #0000001a}.light-mode .people-avatar{background:#e0e0e0}.light-mode .people-avatar-placeholder{background:linear-gradient(135deg,#505fe2,#6b7ef7)}.light-mode .people-name{color:#181a25}.light-mode .people-title,.light-mode .people-company,.light-mode .people-location{color:#606064}.light-mode .people-card-footer{border-top-color:#e0e0e0}.light-mode .people-linkedin-link{color:#505fe2}.light-mode .people-linkedin-link:hover{color:#3d4bc4}.light-mode .questions-header h4{color:#181a25}.light-mode .questions-subtitle{color:#606064}.light-mode .question-type-tabs{border-bottom-color:#e0e0e0}.light-mode .question-type-tab{color:#606064}.light-mode .question-type-tab:hover{color:#181a25;background-color:#f8f9fa}.light-mode .question-type-tab.active{color:#505fe2;border-bottom-color:#505fe2}.light-mode .tab-count{color:#606064}.light-mode .question-type-tab.active .tab-count{color:#505fe2}.light-mode .flash-card{background:#f8f9fa;border-color:#e0e0e0}.light-mode .flash-card:hover{border-color:#505fe2;box-shadow:0 2px 8px #0000001a}.light-mode .flash-card-question h5{color:#181a25}.light-mode .flash-card-solution{border-top-color:#e0e0e0}.light-mode .flash-card-solution strong{color:#181a25}.light-mode .flash-card-solution p{color:#606064}.light-mode .interview-modal-footer{border-top-color:#e0e0e0}@media (max-width: 768px){.modal-overlay{padding:1rem .5rem .5rem;align-items:flex-start}.interview-modal-content{max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);width:100%;border-radius:.5rem}.interview-modal-header{padding:1rem 1.25rem}.interview-modal-title{font-size:1.25rem}.interview-modal-title:before{font-size:1.25rem}.interview-modal-body{flex-direction:column}.interview-tabs{flex-direction:row;width:100%;border-right:none;border-bottom:1px solid #e0e0e0;overflow-x:auto;padding:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;min-height:56px}.interview-tab{border-left:none;border-bottom:3px solid transparent;white-space:nowrap;min-width:100px;padding:1rem 1.25rem;font-size:.9rem;min-height:56px;display:flex;align-items:center;justify-content:center}.interview-tab .tab-icon{font-size:1rem}.interview-tab.active{border-left:none;border-bottom-color:#505fe2}.interview-tab-content{padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.overview-content,.process-content,.company-content,.people-content,.questions-content{overflow-y:auto;-webkit-overflow-scrolling:touch}.flash-card,.coding-question-card,.fit-analysis-card,.company-enrichment-card{padding:1rem}.dark-mode .interview-tabs{border-bottom-color:#30363d}.dark-mode .interview-tab.active{border-bottom-color:#6b7ef7}.light-mode .interview-tabs{border-bottom-color:#e0e0e0}.light-mode .interview-tab.active{border-bottom-color:#505fe2}.people-grid{grid-template-columns:1fr;gap:1rem}.people-card{padding:1rem}.people-avatar{width:56px;height:56px}.people-avatar-placeholder{font-size:1.1rem}.interview-modal-footer{padding:1rem}.interview-modal-footer .btn{width:100%}.fit-score-circle{width:150px;height:150px}.fit-score-number{font-size:2.25rem}.fit-score-card{padding:1.5rem}.coding-question-actions{flex-direction:column}.coding-question-actions .btn{width:100%}.question-type-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.question-type-tabs .question-type-tab{white-space:nowrap;min-width:100px;padding:.5rem 1rem;font-size:.9rem}}.process-content{height:100%;padding-top:0;margin-top:0}.fit-analysis-section{display:flex;flex-direction:column;gap:1.5rem}.fit-score-card{background:linear-gradient(135deg,#f8f9ff,#fff);border:2px solid #e8ebff;border-radius:1rem;padding:2.5rem;text-align:center;box-shadow:0 4px 20px #505fe214;position:relative;overflow:hidden}.fit-score-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(80,95,226,.05) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}.fit-score-title{font-size:1.5rem;font-weight:600;color:#181a25;margin:0 0 1.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.fit-score-visualization{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.fit-score-circle{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.fit-score-svg{width:100%;height:100%;transform:rotate(-90deg)}.fit-score-bg{stroke:#e0e0e0}.fit-score-progress{transition:stroke-dashoffset .5s ease}.fit-score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem}.fit-score-number{font-size:3rem;font-weight:700;color:#181a25;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1}.fit-score-label{font-size:1rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif}.fit-score-description{margin-top:.5rem}.fit-score-text{font-size:1.25rem;font-weight:600;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}.fit-score-text.excellent{color:#4caf50}.fit-score-text.good{color:#2196f3}.fit-score-text.moderate{color:#ff9800}.fit-score-text.poor{color:#f44336}.fit-analysis-card{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;padding:1.75rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.fit-analysis-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.fit-analysis-card.fit-analysis-strengths{border-left:4px solid #4caf50}.fit-analysis-card.fit-analysis-gaps{border-left:4px solid #ff9800}.fit-analysis-card.fit-analysis-insights{border-left:4px solid #505fe2}.fit-analysis-card.fit-analysis-preparation{border-left:4px solid #4caf50;background:linear-gradient(135deg,#f1f8f4,#fff)}.fit-analysis-disclaimer{margin-top:2rem;padding:1rem 1.5rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.5rem;border-left:4px solid #6c757d}.disclaimer-text{margin:0;color:#6c757d;font-size:.875rem;line-height:1.6}.disclaimer-text strong{color:#495057;font-weight:600}.fit-analysis-heading{font-size:1.25rem;font-weight:600;color:#181a25;margin:0 0 1rem;font-family:Inter,Arial,Helvetica,sans-serif}.fit-analysis-content{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.7}.fit-analysis-content h1,.fit-analysis-content h2,.fit-analysis-content h3,.fit-analysis-content h4{font-weight:600;color:#181a25;margin-top:1.5rem;margin-bottom:.75rem;font-family:Inter,Arial,Helvetica,sans-serif}.fit-analysis-content h1:first-child,.fit-analysis-content h2:first-child,.fit-analysis-content h3:first-child,.fit-analysis-content h4:first-child{margin-top:0}.fit-analysis-content h1{font-size:1.5rem}.fit-analysis-content h2{font-size:1.3rem}.fit-analysis-content h3{font-size:1.15rem}.fit-analysis-content h4{font-size:1.1rem}.fit-analysis-content p{margin:.75rem 0;color:#606064}.fit-analysis-content ul,.fit-analysis-content ol{margin:.75rem 0;padding-left:2rem;color:#606064}.fit-analysis-content li{margin:.5rem 0;color:#606064}.fit-analysis-content ul li{list-style-type:disc}.fit-analysis-content ol li{list-style-type:decimal}.fit-analysis-content strong{font-weight:600;color:#181a25}.fit-analysis-content a{color:#505fe2;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .2s ease}.fit-analysis-content a:hover{color:#6b7ef7;border-bottom-color:#6b7ef7}.fit-analysis-card.fit-analysis-preparation .fit-analysis-content a{color:#2e7d32;font-weight:600}.fit-analysis-card.fit-analysis-preparation .fit-analysis-content a:hover{color:#4caf50;border-bottom-color:#4caf50}.dark-mode .fit-score-card{background:#0d1117;border-color:#30363d}.dark-mode .fit-score-title{color:#c9d1d9}.dark-mode .fit-score-bg{stroke:#30363d}.dark-mode .fit-score-number{color:#c9d1d9}.dark-mode .fit-score-label{color:#8b949e}.dark-mode .fit-score-text.excellent{color:#4ade80}.dark-mode .fit-score-text.good{color:#60a5fa}.dark-mode .fit-score-text.moderate{color:#fb923c}.dark-mode .fit-score-text.poor{color:#f87171}.dark-mode .fit-analysis-card{background:#0d1117;border-color:#30363d}.dark-mode .fit-analysis-card.fit-analysis-strengths{border-left-color:#4ade80}.dark-mode .fit-analysis-card.fit-analysis-gaps{border-left-color:#fb923c}.dark-mode .fit-analysis-card.fit-analysis-insights{border-left-color:#6b7ef7}.dark-mode .fit-analysis-card.fit-analysis-preparation{border-left-color:#4ade80;background:#0d1b0f}.dark-mode .fit-analysis-disclaimer{background-color:#161b22;border-color:#30363d;border-left-color:#6e7681}.dark-mode .disclaimer-text{color:#8b949e}.dark-mode .disclaimer-text strong,.dark-mode .fit-analysis-heading{color:#c9d1d9}.dark-mode .fit-analysis-content{color:#8b949e}.dark-mode .fit-analysis-content h1,.dark-mode .fit-analysis-content h2,.dark-mode .fit-analysis-content h3,.dark-mode .fit-analysis-content h4{color:#c9d1d9}.dark-mode .fit-analysis-content p,.dark-mode .fit-analysis-content ul,.dark-mode .fit-analysis-content ol,.dark-mode .fit-analysis-content li{color:#8b949e}.dark-mode .fit-analysis-content strong{color:#c9d1d9}.dark-mode .fit-analysis-content a{color:#6b7ef7}.dark-mode .fit-analysis-content a:hover{color:#8b9aff}.dark-mode .fit-analysis-card.fit-analysis-preparation .fit-analysis-content a{color:#4ade80}.dark-mode .fit-analysis-card.fit-analysis-preparation .fit-analysis-content a:hover{color:#6ee7b7}.light-mode .fit-score-card{background:#f8f9fa;border-color:#e0e0e0}.light-mode .fit-score-title{color:#181a25}.light-mode .fit-score-bg{stroke:#e0e0e0}.light-mode .fit-score-number{color:#181a25}.light-mode .fit-score-label{color:#606064}.light-mode .fit-analysis-card{background:#f8f9fa;border-color:#e0e0e0}.light-mode .fit-analysis-heading{color:#181a25}.light-mode .fit-analysis-content{color:#606064}.light-mode .fit-analysis-content h1,.light-mode .fit-analysis-content h2,.light-mode .fit-analysis-content h3,.light-mode .fit-analysis-content h4{color:#181a25}.light-mode .fit-analysis-content p,.light-mode .fit-analysis-content ul,.light-mode .fit-analysis-content ol,.light-mode .fit-analysis-content li{color:#606064}.light-mode .fit-analysis-content strong{color:#181a25}.coding-questions-content{height:100%}.coding-questions-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.coding-question-card{background:#fff;border:2px solid #e0e0e0;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.coding-question-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#505fe2,#6b7ef7);transform:scaleY(0);transition:transform .3s ease}.coding-question-card:hover{border-color:#505fe2;box-shadow:0 4px 12px #505fe226}.coding-question-card:hover:before{transform:scaleY(1)}.coding-question-card.completed{background:#f8f9fa;border-color:#4caf50;opacity:.85}.coding-question-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.coding-question-title-section{flex:1;display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap;min-width:0}.coding-question-title{font-size:1.1rem;font-weight:600;color:#181a25;margin:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5;flex:1;min-width:0;display:flex;align-items:flex-start;gap:.5rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;overflow:visible}.coding-question-title .question-rank{margin-left:0!important;margin-right:0;flex-shrink:0}.coding-question-title .question-text{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;overflow:visible}.coding-question-title .question-text pre{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:.75rem;overflow-x:auto;margin:.5rem 0;font-family:Courier New,Monaco,Menlo,monospace;font-size:.85rem;line-height:1.5}.coding-question-title .question-text code{font-family:Courier New,Monaco,Menlo,monospace;font-size:.85rem;background:#f8f9fa;padding:.2rem .4rem;border-radius:.25rem}.coding-question-title .question-text pre code{background:transparent;padding:0}.difficulty-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.language-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;background-color:#e3f2fd;color:#1976d2;border:1px solid #90caf9;white-space:nowrap}.coding-question-actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.coding-question-actions .show-solution-btn,.coding-question-actions .mark-done-btn{margin-bottom:0}.coding-question-solution{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.code-block{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem;overflow-x:auto;margin:.75rem 0;font-family:Courier New,Monaco,Menlo,monospace;font-size:.9rem;line-height:1.6}.code-block code{color:#181a25;white-space:pre;display:block}.dark-mode .coding-question-card{background:#0d1117;border-color:#30363d}.dark-mode .coding-question-card:hover{border-color:#6b7ef7;box-shadow:0 4px 12px #6b7ef733}.dark-mode .coding-question-card.completed{background:#161b22;border-color:#4ade80}.dark-mode .coding-question-title{color:#c9d1d9}.dark-mode .code-block{background:#161b22;border-color:#30363d}.dark-mode .code-block code{color:#c9d1d9}.dark-mode .language-badge{background-color:#1e3a5f;color:#64b5f6;border-color:#42a5f5}.dark-mode .coding-question-title .question-text pre{background:#161b22;border-color:#30363d}.dark-mode .coding-question-title .question-text code{background:#161b22;color:#c9d1d9}.dark-mode .coding-question-title .question-text pre code{background:transparent;color:#c9d1d9}.dark-mode .coding-question-solution{border-top-color:#30363d}.dark-mode .coding-question-title .question-rank,.light-mode .coding-question-title .question-rank{margin-left:0!important;margin-right:.5rem}.light-mode .coding-question-card{background:#fff;border-color:#e0e0e0}.light-mode .coding-question-card:hover{border-color:#505fe2}.light-mode .coding-question-title{color:#181a25}.resume-optimization-view-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;overflow-y:auto;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.resume-optimization-view{background:var(--bg-color, #ffffff);border-radius:20px;max-width:1200px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000001f,0 8px 16px #00000014;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.resume-optimization-header{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 40px;border-bottom:1px solid var(--border-color, #e5e7eb);background:var(--bg-color, #ffffff)}.resume-optimization-header .header-content{flex:1}.resume-optimization-header .header-content h2{margin:0 0 8px;font-size:28px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.5px;line-height:1.2}.resume-optimization-header .header-content .header-subtitle{margin:0;font-size:15px;color:var(--text-secondary, #6b7280);font-weight:400}.resume-optimization-header .close-button{background:transparent;border:none;cursor:pointer;color:var(--text-secondary, #6b7280);padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .2s ease;margin-left:16px;flex-shrink:0}.resume-optimization-header .close-button svg{width:20px;height:20px}.resume-optimization-header .close-button:hover{background:var(--hover-bg, #f3f4f6);color:var(--text-color, #111827)}.resume-optimization-header .close-button:active{transform:scale(.95)}.resume-optimization-content{padding:40px;overflow-y:auto;flex:1;background:var(--content-bg, #f9fafb)}.download-section{margin-bottom:48px;display:flex;flex-direction:column;gap:16px}.download-section .download-disclaimer{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:12px;color:var(--text-color, #374151);font-size:14px;line-height:1.6}.download-section .download-disclaimer .icon{flex-shrink:0;margin-top:2px;color:#3b82f6}.download-section .download-disclaimer .disclaimer-text{flex:1}.download-section .download-disclaimer .disclaimer-text strong{color:#1e40af;font-weight:600}.download-section .download-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--primary-color, #3b82f6);color:#fff;border:none;padding:14px 28px;border-radius:12px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f633}.download-section .download-button svg{width:18px;height:18px}.download-section .download-button:hover:not(:disabled){background:var(--primary-hover, #2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.download-section .download-button:active:not(:disabled){transform:translateY(0)}.download-section .download-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.loading,.error,.no-report,.no-changes{text-align:center;padding:60px 40px;color:var(--text-secondary, #6b7280);font-size:15px;background:var(--bg-color, #ffffff);border-radius:16px;border:1px dashed var(--border-color, #e5e7eb)}.error{color:#dc2626;background:#dc26260d;border-color:#dc262633}.optimization-sections{display:flex;flex-direction:column;gap:32px}.optimization-section{background:var(--bg-color, #ffffff);border-radius:16px;padding:32px;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.optimization-section:hover{box-shadow:0 4px 12px #00000014}.optimization-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color, #e5e7eb)}.optimization-section .section-header h3{margin:0;font-size:20px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.3px}.optimization-section .section-header .section-badge{padding:4px 12px;background:var(--card-bg, #f3f4f6);border-radius:6px;font-size:12px;font-weight:500;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px}.experience-item,.education-item{margin-bottom:32px}.experience-item:last-child,.education-item:last-child{margin-bottom:0}.experience-item .experience-title,.experience-item .education-title,.education-item .experience-title,.education-item .education-title{margin:0 0 20px;font-size:17px;font-weight:600;color:var(--text-color, #111827);padding-bottom:12px;border-bottom:1px solid var(--border-color, #e5e7eb)}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 768px){.comparison{grid-template-columns:1fr;gap:20px}}.comparison-column{display:flex;flex-direction:column}.comparison-column .column-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.comparison-column .column-header .column-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary, #6b7280)}.comparison-column .column-header .improvement-badge{padding:4px 10px;background:#22c55e1a;color:#16a34a;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.comparison-column .content{padding:20px;background:var(--card-bg, #f9fafb);border-radius:12px;border:1px solid var(--border-color, #e5e7eb);min-height:100px;white-space:pre-wrap;word-wrap:break-word;line-height:1.7;font-size:15px;color:var(--text-color, #374151);transition:all .2s ease}.comparison-column.original .content{border-left:3px solid #fbbf24;background:#fbbf2408}.comparison-column.optimized .content{border-left:3px solid #22c55e;background:#22c55e08}.points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.points-list li{margin:0;padding:0 0 0 24px;position:relative;line-height:1.7;color:var(--text-color, #374151);font-size:15px}.points-list li:before{content:"";position:absolute;left:8px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--primary-color, #3b82f6)}.skills-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.skills-list li{background:var(--bg-color, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;padding:8px 14px;font-size:14px;font-weight:500;color:var(--text-color, #4b5563);transition:all .2s ease}.skills-list li:hover{border-color:var(--primary-color, #3b82f6);color:var(--primary-color, #3b82f6);transform:translateY(-1px)}.reason{margin-top:24px;padding:20px;background:#3b82f60d;border-radius:12px;border:1px solid rgba(59,130,246,.15)}.reason .reason-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.reason .reason-header svg{color:#3b82f6;flex-shrink:0}.reason .reason-header span{font-size:13px;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.5px}.reason p{margin:0;color:var(--text-color, #374151);line-height:1.7;font-size:15px}.empty-content{color:var(--text-secondary, #9ca3af);font-style:italic;padding:20px;text-align:center;background:var(--card-bg, #f9fafb);border-radius:8px;border:1px dashed var(--border-color, #e5e7eb);font-size:14px}.dark-mode .resume-optimization-view-overlay{background:#000c}.dark-mode .resume-optimization-view{--bg-color: #1f2937;--text-color: #f9fafb;--text-secondary: #9ca3af;--border-color: #374151;--card-bg: #111827;--content-bg: #111827;--hover-bg: #374151}.dark-mode .download-disclaimer{background:#3b82f626;border-color:#3b82f64d}.dark-mode .download-disclaimer .disclaimer-text strong{color:#93c5fd}.dark-mode .comparison-column.original .content{background:#fbbf2414;border-left-color:#fbbf24}.dark-mode .comparison-column.optimized .content{background:#22c55e14;border-left-color:#22c55e}.dark-mode .reason{background:#3b82f626;border-color:#3b82f64d}.dark-mode .reason .reason-header span{color:#93c5fd}.dark-mode .skills-list li{background:#1f2937;border-color:#374151}.dark-mode .skills-list li:hover{border-color:#3b82f6;background:#3b82f61a}.light-mode .resume-optimization-view-overlay{background:#0009}.light-mode .resume-optimization-view{--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--card-bg: #f9fafb;--content-bg: #f9fafb;--hover-bg: #f3f4f6;--primary-color: #3b82f6;--primary-hover: #2563eb}.resume-template-modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:900px;max-height:90vh;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;overflow:hidden}.resume-template-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e0e0e0}.resume-template-modal-title{font-size:1.5rem;font-weight:600;color:#181a25;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}.resume-template-modal-close{background:none;border:none;font-size:2rem;color:#606064;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease;line-height:1}.resume-template-modal-close:hover{background-color:#f0f0f0;color:#181a25}.resume-template-modal-body{padding:2rem;overflow-y:auto;flex:1}.resume-template-modal-description{color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;text-align:center;font-size:.95rem}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.template-card{border:2px solid #e0e0e0;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;flex-direction:column}.template-card:hover{border-color:#4a90e2;box-shadow:0 4px 12px #4a90e226;transform:translateY(-2px)}.template-card.selected{border-color:#4a90e2;box-shadow:0 4px 16px #4a90e240;background:#f8f9ff}.template-preview{position:relative;width:100%;padding-top:133.33%;background:#f5f5f5;overflow:visible}.template-preview-image{position:absolute;top:1rem;left:1rem;width:calc(100% - 2rem);height:calc(100% - 2rem);object-fit:cover;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:2px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 12px #00000026;background:#fff}.template-card:hover .template-preview-image{transform:scale(1.05);box-shadow:0 6px 16px #0003;border-color:#4a90e2}.template-selected-badge{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;background:#4a90e2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #4a90e266;animation:fadeInScale .2s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.template-selected-icon{color:#fff;font-size:1.25rem;font-weight:700;line-height:1}.template-info{padding:1.25rem;flex:1;display:flex;flex-direction:column}.template-name{font-size:1.125rem;font-weight:600;color:#181a25;margin:0 0 .5rem;font-family:Inter,Arial,Helvetica,sans-serif}.template-description{font-size:.875rem;color:#606064;line-height:1.5;margin:0;flex:1;font-family:Inter,Arial,Helvetica,sans-serif}.resume-template-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e0e0e0}.btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:Inter,Arial,Helvetica,sans-serif}.btn-outline-secondary{background:#fff;border-color:#d0d0d0;color:#606064}.btn-outline-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#b0b0b0;color:#181a25}.btn-primary{background-color:#4a90e2;border-color:#4a90e2;color:#fff}.btn-primary:hover:not(:disabled){background-color:#357abd;border-color:#357abd}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.dark-mode .modal-overlay{background-color:#000000b3}.dark-mode .resume-template-modal-content{background:#161b22;border-color:#30363d;color:#c9d1d9}.dark-mode .resume-template-modal-header{border-bottom-color:#30363d}.dark-mode .resume-template-modal-title{color:#c9d1d9}.dark-mode .resume-template-modal-close{color:#8b949e}.dark-mode .resume-template-modal-close:hover{background-color:#21262d;color:#c9d1d9}.dark-mode .resume-template-modal-description{color:#8b949e}.dark-mode .template-card{border-color:#30363d;background:#0d1117}.dark-mode .template-card:hover{border-color:#58a6ff;box-shadow:0 4px 12px #58a6ff26}.dark-mode .template-card.selected{border-color:#58a6ff;box-shadow:0 4px 16px #58a6ff40;background:#1c2128}.dark-mode .template-preview{background:#0d1117}.dark-mode .template-preview-image{border-color:#30363d;box-shadow:0 4px 12px #0000004d}.dark-mode .template-card:hover .template-preview-image{border-color:#58a6ff;box-shadow:0 6px 16px #58a6ff33}.dark-mode .template-selected-badge{background:#58a6ff;box-shadow:0 2px 8px #58a6ff66}.dark-mode .template-name{color:#c9d1d9}.dark-mode .template-description{color:#8b949e}.dark-mode .resume-template-modal-footer{border-top-color:#30363d}.dark-mode .btn-outline-secondary{background:#21262d;border-color:#30363d;color:#c9d1d9}.dark-mode .btn-outline-secondary:hover:not(:disabled){background:#30363d;border-color:#484f58;color:#c9d1d9}.dark-mode .btn-primary{background-color:#58a6ff;border-color:#58a6ff;color:#fff}.dark-mode .btn-primary:hover:not(:disabled){background-color:#4493f8;border-color:#4493f8}.light-mode .modal-overlay{background-color:#00000080}.light-mode .resume-template-modal-content{background:#fff;color:#181a25}.light-mode .resume-template-modal-title{color:#181a25}.light-mode .resume-template-modal-description{color:#606064}.light-mode .template-card{background:#fff;border-color:#e0e0e0}.light-mode .template-name{color:#181a25}.light-mode .template-description{color:#606064}@media (max-width: 768px){.template-grid{grid-template-columns:1fr}.resume-template-modal-content{max-width:100%;max-height:95vh}.resume-template-modal-header{padding:1.25rem 1.5rem}.resume-template-modal-body{padding:1.5rem}.resume-template-modal-footer{padding:1.25rem 1.5rem;flex-direction:column-reverse}.resume-template-modal-footer .btn{width:100%}}.job-posting-card{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;box-shadow:0 2px 4px #0000000d;overflow:hidden;width:100%;box-sizing:border-box}.job-posting-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#505fe2}.job-posting-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.job-posting-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.job-posting-title-section{flex:1}.job-posting-title{font-size:1.25rem;font-weight:600;color:#181a25;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif}.job-posting-meta{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif}.job-company{font-weight:500}.meta-separator{color:#ccc}.job-location{color:#606064}.job-posting-link{font-size:1.5rem;text-decoration:none;opacity:.6;transition:opacity .2s ease;flex-shrink:0;color:inherit}.job-posting-link:hover{opacity:1}.job-posting-delete-btn{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;opacity:.6;transition:all .2s ease;border-radius:.25rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:inherit}.job-posting-delete-btn:hover:not(:disabled){opacity:1;background-color:#fee;transform:scale(1.1)}.job-posting-delete-btn:disabled{opacity:.3;cursor:not-allowed}.job-posting-description{margin-bottom:1.5rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.6}.job-posting-progress{margin-bottom:1.5rem;padding:1rem;background-color:#f8f9fa;border-radius:.5rem;overflow:hidden;width:100%;box-sizing:border-box}.job-actions-timeline{margin-bottom:1rem;position:relative;padding:1rem 1rem 1rem 3rem;background-color:#f8f9fa;border-radius:.5rem}.timeline-stage{position:relative;margin-bottom:1.5rem;transition:opacity .3s ease}.timeline-stage:last-child{margin-bottom:0}.timeline-stage:last-child .timeline-line{display:none}.timeline-stage.active,.timeline-stage.completed{opacity:1}.timeline-stage.upcoming{opacity:.4}.timeline-marker{position:absolute;left:-2rem;top:0;bottom:0;display:flex;flex-direction:column;align-items:center;width:2rem}.timeline-dot{width:14px;height:14px;border-radius:50%;background-color:#e0e0e0;border:3px solid #fff;box-shadow:0 0 0 2px #e0e0e0;z-index:2;transition:all .3s ease;flex-shrink:0;position:relative}.timeline-stage.active .timeline-dot{background-color:#505fe2;border-color:#fff;box-shadow:0 0 0 2px #505fe2,0 0 0 4px #505fe226}.timeline-stage.completed .timeline-dot{background-color:#28a745;border-color:#fff;box-shadow:0 0 0 2px #28a745,0 0 0 4px #28a74526}.timeline-stage.upcoming .timeline-dot{background-color:#e0e0e0;border-color:#fff;box-shadow:0 0 0 2px #e0e0e0}.timeline-line{width:2px;flex:1;min-height:1.5rem;background:#e0e0e0;margin-top:2px;transition:background .3s ease;position:absolute;top:16px;left:50%;transform:translate(-50%);bottom:-1.5rem;z-index:1}.timeline-stage.active .timeline-line{background:linear-gradient(to bottom,#505fe2,#e0e0e0)}.timeline-stage.completed .timeline-line{background:#28a745}.timeline-content{padding-left:.5rem}.timeline-stage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.timeline-stage-title{font-size:1rem;font-weight:600;color:#181a25;margin:0;margin-bottom:.25rem;font-family:Inter,Arial,Helvetica,sans-serif;transition:color .3s ease}.timeline-stage.upcoming .timeline-stage-title{color:#9ca3af}.timeline-stage-time{font-size:.75rem;color:#6b7280;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:400;margin-bottom:.5rem}.timeline-stage.upcoming .timeline-stage-time{color:#9ca3af}.timeline-stage-description{font-size:.875rem;color:#6b7280;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5;margin-top:.5rem;margin-bottom:.75rem}.timeline-stage.upcoming .timeline-stage-description{color:#9ca3af}.timeline-stage-badge{font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,Arial,Helvetica,sans-serif;transition:all .3s ease}.timeline-stage.active .timeline-stage-badge{background-color:#505fe2;color:#fff}.timeline-stage.completed .timeline-stage-badge.completed{background-color:#28a745;color:#fff}.timeline-stage.upcoming .timeline-stage-badge.upcoming{background-color:#e5e7eb;color:#6b7280}.timeline-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.timeline-actions .btn{font-size:.875rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s ease;font-weight:500;font-family:Inter,Arial,Helvetica,sans-serif}.timeline-actions .btn.btn-generating{text-align:left;justify-content:flex-start}.timeline-actions .btn.btn-generating>span{display:block;width:100%;text-align:left}.timeline-actions .btn.btn-generating>span>span:first-child{display:flex;align-items:center}.timeline-actions .btn.btn-generating>span>span:last-child{display:block;margin-top:4px;padding-left:0;margin-left:0;text-align:left}.timeline-actions .btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.action-buttons .btn{display:flex;align-items:center;gap:.5rem}.action-icon{font-size:1rem}.updating-indicator{display:flex;align-items:center;gap:.5rem;color:#606064;font-size:.9rem;margin-bottom:1rem;font-family:Inter,Arial,Helvetica,sans-serif}.job-posting-footer{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.85rem;font-family:Inter,Arial,Helvetica,sans-serif}@media (max-width: 768px){.job-posting-header,.action-buttons{flex-direction:column}.action-buttons .btn{width:100%;justify-content:center}.job-posting-footer{flex-direction:column;gap:.25rem}}.dark-mode .job-posting-card{background:#161b22;border-color:#30363d;color:#c9d1d9}.dark-mode .job-posting-card:hover{border-color:#6b7ef7;box-shadow:0 4px 12px #0000004d}.dark-mode .job-posting-title{color:#c9d1d9}.dark-mode .job-posting-meta,.dark-mode .job-company,.dark-mode .job-location{color:#8b949e}.dark-mode .job-posting-delete-btn{color:#c9d1d9}.dark-mode .job-posting-delete-btn:hover:not(:disabled){background-color:#2d1f1f}.dark-mode .job-posting-description{color:#8b949e}.dark-mode .job-actions-timeline{background-color:#0d1117}.dark-mode .timeline-stage-title{color:#c9d1d9}.dark-mode .timeline-stage.upcoming .timeline-stage-title{color:#6e7681}.dark-mode .timeline-stage-time{color:#8b949e}.dark-mode .timeline-stage.upcoming .timeline-stage-time{color:#6e7681}.dark-mode .timeline-stage-description{color:#8b949e}.dark-mode .timeline-stage.upcoming .timeline-stage-description{color:#6e7681}.dark-mode .timeline-dot{background-color:#30363d;border-color:#161b22;box-shadow:0 0 0 2px #30363d}.dark-mode .timeline-stage.active .timeline-dot{background-color:#6b7ef7;border-color:#161b22;box-shadow:0 0 0 2px #6b7ef7,0 0 0 4px #6b7ef733}.dark-mode .timeline-stage.completed .timeline-dot{background-color:#28a745;border-color:#161b22;box-shadow:0 0 0 2px #28a745,0 0 0 4px #28a74533}.dark-mode .timeline-stage.upcoming .timeline-dot{background-color:#30363d;border-color:#161b22;box-shadow:0 0 0 2px #30363d}.dark-mode .timeline-line{background:#30363d}.dark-mode .timeline-stage.active .timeline-line{background:linear-gradient(to bottom,#6b7ef7,#30363d)}.dark-mode .timeline-stage.completed .timeline-line{background:#28a745}.dark-mode .timeline-stage.upcoming .timeline-stage-badge.upcoming{background-color:#21262d;color:#6e7681}.dark-mode .updating-indicator{color:#8b949e}.dark-mode .job-posting-footer{border-top-color:#30363d;color:#8b949e}.light-mode .job-posting-card{background:#fff;border-color:#e0e0e0;color:inherit}.light-mode .job-posting-card:hover{border-color:#505fe2;box-shadow:0 4px 12px #0000001a}.light-mode .job-posting-title{color:#181a25}.light-mode .job-posting-meta,.light-mode .job-company,.light-mode .job-location{color:#606064}.light-mode .job-posting-delete-btn:hover:not(:disabled){background-color:#fee}.light-mode .job-posting-description{color:#606064}.light-mode .job-actions-timeline{background-color:#f8f9fa}.light-mode .updating-indicator{color:#606064}.light-mode .job-posting-footer{border-top-color:#e0e0e0;color:#606064}.light-mode .timeline-stage-title{color:#181a25}.light-mode .timeline-stage.upcoming .timeline-stage-title{color:#9ca3af}.light-mode .timeline-stage-time{color:#6b7280}.light-mode .timeline-stage.upcoming .timeline-stage-time{color:#9ca3af}.light-mode .timeline-stage-description{color:#6b7280}.light-mode .timeline-stage.upcoming .timeline-stage-description{color:#9ca3af}.light-mode .timeline-dot{background-color:#e0e0e0;border-color:#fff;box-shadow:0 0 0 2px #e0e0e0}.light-mode .timeline-stage.active .timeline-dot{background-color:#505fe2;border-color:#fff;box-shadow:0 0 0 2px #505fe2,0 0 0 4px #505fe226}.light-mode .timeline-stage.completed .timeline-dot{background-color:#28a745;border-color:#fff;box-shadow:0 0 0 2px #28a745,0 0 0 4px #28a74526}.light-mode .timeline-stage.upcoming .timeline-dot{background-color:#e0e0e0;border-color:#fff;box-shadow:0 0 0 2px #e0e0e0}.light-mode .timeline-line{background:#e0e0e0}.light-mode .timeline-stage.active .timeline-line{background:linear-gradient(to bottom,#505fe2,#e0e0e0)}.light-mode .timeline-stage.completed .timeline-line{background:#28a745}.light-mode .timeline-stage.upcoming .timeline-stage-badge.upcoming{background-color:#e5e7eb;color:#6b7280}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1rem}@media (min-width: 768px){.modal-overlay{padding:2rem}}@media (max-width: 767px){.modal-overlay{padding:1rem .5rem .5rem;align-items:flex-start}.modal-content{max-height:calc(100vh - 2rem);border-radius:.5rem}}.modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:1200px!important;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column}@media (min-width: 768px){.modal-content{min-width:600px}}@media (min-width: 992px){.modal-content{min-width:800px}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}@media (max-width: 767px){.modal-header{padding:1rem}}.modal-title{font-size:1.5rem;font-weight:600;color:#181a25;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}@media (max-width: 767px){.modal-title{font-size:1.25rem}}.modal-close{background:none;border:none;font-size:2rem;color:#606064;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover:not(:disabled){background-color:#f0f2f6;color:#181a25}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}@media (max-width: 767px){.modal-body{padding:1rem}}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e0e0e0;flex-shrink:0}@media (max-width: 767px){.modal-footer{padding:1rem;flex-direction:column-reverse}.modal-footer .btn{width:100%}}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#181a25;font-family:Inter,Arial,Helvetica,sans-serif}.form-control{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:.5rem;font-size:1rem;font-family:Inter,Arial,Helvetica,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.form-control:focus{outline:none;border-color:#505fe2;box-shadow:0 0 0 3px #505fe21a}.form-control:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-control.is-invalid{border-color:#dc3545}.invalid-feedback{display:block;width:100%;margin-top:.25rem;font-size:.875rem;color:#dc3545;font-family:Inter,Arial,Helvetica,sans-serif}.dark-mode .modal-content{background:#161b22;color:#c9d1d9}.dark-mode .modal-header{border-bottom-color:#30363d}.dark-mode .modal-title{color:#c9d1d9}.dark-mode .modal-close{color:#8b949e}.dark-mode .modal-close:hover:not(:disabled){background-color:#21262d;color:#c9d1d9}.dark-mode .modal-footer{border-top-color:#30363d}.dark-mode .form-label{color:#c9d1d9}.dark-mode .form-control{background-color:#0d1117;border-color:#30363d;color:#c9d1d9}.dark-mode .form-control:focus{border-color:#6b7ef7;box-shadow:0 0 0 3px #6b7ef71a;background-color:#0d1117;color:#c9d1d9}.dark-mode .form-control:disabled{background-color:#21262d;color:#8b949e}.dark-mode .form-control::placeholder{color:#6b7ef7}.dark-mode .invalid-feedback{color:#ff6b6b}.light-mode .modal-content{background:#fff;color:#181a25}.light-mode .modal-header{border-bottom-color:#e0e0e0}.light-mode .modal-title{color:#181a25}.light-mode .modal-close{color:#606064}.light-mode .modal-close:hover:not(:disabled){background-color:#f0f2f6;color:#181a25}.light-mode .modal-footer{border-top-color:#e0e0e0}.light-mode .form-label{color:#181a25}.light-mode .form-control{background-color:#fff;border-color:#e0e0e0;color:#181a25}.light-mode .form-control:focus{border-color:#505fe2;box-shadow:0 0 0 3px #505fe21a;background-color:#fff;color:#181a25}.light-mode .form-control:disabled{background-color:#f8f9fa;color:#606064}.light-mode .form-control::placeholder{color:#999}.light-mode .invalid-feedback{color:#dc3545}@media (max-width: 767px){.form-group{margin-bottom:1rem}.d-flex.gap-2{flex-direction:column;gap:.5rem!important}.d-flex.gap-2 .btn{width:100%}.form-control{font-size:16px}textarea.form-control{min-height:100px}.modal-title{word-break:break-word}}.modal-body .form-check{padding-left:1.75em;margin-left:0;border:none;background:none}.modal-body .form-check-input{margin-left:-1.75em;margin-top:.25em}.dark-mode .modal-body .form-check,.light-mode .modal-body .form-check{border:none;background:none}.activity-stream{padding:1rem 0;width:100%;overflow-x:hidden}.activity-stream-container{max-height:70vh;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;width:100%}.activity-stream-container::-webkit-scrollbar{width:6px}.activity-stream-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.activity-stream-container::-webkit-scrollbar-thumb{background:#505fe2;border-radius:3px}.activity-stream-container::-webkit-scrollbar-thumb:hover{background:#3d4bc4}.activity-stream-empty{text-align:center;padding:3rem 1rem;color:#606064}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-text{font-family:Inter,Arial,Helvetica,sans-serif;font-size:1rem;margin:0 0 2rem}.activity-timeline{position:relative;padding-left:2rem;width:100%;overflow-x:hidden}.activity-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#505fe2,#e0e0e0)}.activity-item{position:relative;margin-bottom:1.5rem;display:flex;gap:1rem;width:100%;min-width:0}.activity-item:last-child{margin-bottom:0}.activity-indicator{position:absolute;left:-2rem;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:1}.activity-icon{font-size:1rem;filter:brightness(0) invert(1)}.activity-content{flex:1;min-width:0;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;padding:1rem;transition:all .2s ease;overflow-wrap:break-word;word-wrap:break-word}.activity-content:hover{box-shadow:0 2px 8px #0000001a;border-color:#505fe2}.activity-job-title{font-weight:500;color:#181a25;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.95rem;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:.5rem;line-height:1.4}.activity-time{font-size:.8rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.activity-state{font-weight:500;font-size:.9rem;margin-bottom:.5rem;font-family:Inter,Arial,Helvetica,sans-serif;overflow-wrap:break-word;word-wrap:break-word;color:#606064}.activity-company{font-size:.85rem;color:#606064;font-family:Inter,Arial,Helvetica,sans-serif;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:.5rem}@media (max-width: 768px){.activity-timeline{padding-left:1.5rem}.activity-indicator{left:-1.5rem;width:1.5rem;height:1.5rem}.activity-timeline:before{left:.75rem}.activity-time{font-size:.75rem}.activity-content{padding:.75rem}.activity-job-title{font-size:.9rem}}.dark-mode .activity-stream-container::-webkit-scrollbar-track{background:#21262d}.dark-mode .activity-stream-container::-webkit-scrollbar-thumb{background:#6b7ef7}.dark-mode .activity-stream-container::-webkit-scrollbar-thumb:hover{background:#505fe2}.dark-mode .activity-stream-empty{color:#8b949e}.dark-mode .activity-timeline:before{background:linear-gradient(to bottom,#6b7ef7,#30363d)}.dark-mode .activity-content{background:#161b22;border-color:#30363d;color:#c9d1d9}.dark-mode .activity-content:hover{border-color:#6b7ef7;box-shadow:0 2px 8px #0000004d}.dark-mode .activity-job-title{color:#c9d1d9}.dark-mode .activity-time{color:#8b949e;border-top-color:#30363d}.dark-mode .activity-company,.dark-mode .activity-state{color:#8b949e}.light-mode .activity-stream-container::-webkit-scrollbar-track{background:#f1f1f1}.light-mode .activity-stream-container::-webkit-scrollbar-thumb{background:#505fe2}.light-mode .activity-stream-container::-webkit-scrollbar-thumb:hover{background:#3d4bc4}.light-mode .activity-stream-empty{color:#606064}.light-mode .activity-timeline:before{background:linear-gradient(to bottom,#505fe2,#e0e0e0)}.light-mode .activity-content{background:#fff;border-color:#e0e0e0;color:inherit}.light-mode .activity-content:hover{border-color:#505fe2;box-shadow:0 2px 8px #0000001a}.light-mode .activity-job-title{color:#181a25}.light-mode .activity-time{color:#606064;border-top-color:#e0e0e0}.light-mode .activity-company,.light-mode .activity-state{color:#606064}.account-deletion-warning{margin:20px 0;padding:20px;border-left:4px solid #ffc107;background-color:#fff3cd;border-radius:8px}html.dark-mode .account-deletion-warning,.dark-mode .account-deletion-warning{background-color:#3d2f00;border-left-color:#ffc107;color:#ffc107}html.light-mode .account-deletion-warning,.light-mode .account-deletion-warning{background-color:#fff3cd;border-left-color:#ffc107;color:#856404}.account-deletion-warning .alert-heading{color:#856404;font-size:1.1rem}html.dark-mode .account-deletion-warning .alert-heading,.dark-mode .account-deletion-warning .alert-heading{color:#ffc107}html.light-mode .account-deletion-warning .alert-heading,.light-mode .account-deletion-warning .alert-heading{color:#856404}.account-deletion-warning p{margin-bottom:.5rem}.account-deletion-warning .btn{margin-top:10px}.welcome-screen{min-height:calc(100vh - 200px);display:flex;align-items:center;padding:2rem 0}.welcome-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:1.5rem;padding:3rem 2.5rem;box-shadow:0 10px 40px #00000014;text-align:center;position:relative;overflow:hidden}.welcome-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4a6cf7,#a06bf7)}html.dark-mode .welcome-card,.dark-mode .welcome-card{background:linear-gradient(135deg,#161b22,#0d1117);box-shadow:0 10px 40px #0000004d}html.light-mode .welcome-card,.light-mode .welcome-card{background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 10px 40px #00000014}.welcome-icon{margin-bottom:2rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.icon-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#4a6cf7,#a06bf7);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4a6cf74d;position:relative}.icon-circle:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,#4a6cf7,#a06bf7);opacity:.2;z-index:-1;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.1}}.icon-emoji{font-size:4rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.welcome-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#212529;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .welcome-heading,.dark-mode .welcome-heading{color:#f0f6fc}html.light-mode .welcome-heading,.light-mode .welcome-heading{color:#212529}.welcome-subtitle{font-size:1.25rem;color:#6c757d;margin-bottom:2rem;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .welcome-subtitle,.dark-mode .welcome-subtitle{color:#8b949e}html.light-mode .welcome-subtitle,.light-mode .welcome-subtitle{color:#6c757d}.welcome-message{background:#4a6cf70d;border-left:4px solid #4A6CF7;border-radius:.5rem;padding:1.5rem;margin-bottom:2.5rem;text-align:left}html.dark-mode .welcome-message,.dark-mode .welcome-message{background:#4a6cf71a;border-left-color:#4a6cf7}.message-text{font-size:1.1rem;color:#495057;margin:0;line-height:1.6;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .message-text,.dark-mode .message-text{color:#c9d1d9}html.light-mode .message-text,.light-mode .message-text{color:#495057}.process-overview{margin-bottom:2.5rem;text-align:left}.process-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#212529;font-family:Inter,Arial,Helvetica,sans-serif;text-align:center}html.dark-mode .process-title,.dark-mode .process-title{color:#f0f6fc}html.light-mode .process-title,.light-mode .process-title{color:#212529}.process-steps{display:flex;flex-direction:column;gap:1.5rem}.process-step{display:flex;gap:1.25rem;align-items:flex-start;padding:1.25rem;background:#fff;border-radius:.75rem;border:1px solid #e9ecef;transition:transform .2s ease,box-shadow .2s ease}.process-step:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}html.dark-mode .process-step,.dark-mode .process-step{background:#161b22;border-color:#30363d}html.dark-mode .process-step:hover,.dark-mode .process-step:hover{box-shadow:0 4px 12px #0000004d}html.light-mode .process-step,.light-mode .process-step{background:#fff;border-color:#e9ecef}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4a6cf7,#a06bf7);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;font-family:Inter,Arial,Helvetica,sans-serif;box-shadow:0 4px 12px #4a6cf74d}.step-content{flex:1}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#212529;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .step-title,.dark-mode .step-title{color:#f0f6fc}html.light-mode .step-title,.light-mode .step-title{color:#212529}.step-description{font-size:.95rem;color:#6c757d;margin:0;line-height:1.6;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .step-description,.dark-mode .step-description{color:#8b949e}html.light-mode .step-description,.light-mode .step-description{color:#6c757d}.welcome-cta{margin-bottom:2rem}.cta-button{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:.75rem;background:linear-gradient(135deg,#4a6cf7,#a06bf7);border:none;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease;font-family:Inter,Arial,Helvetica,sans-serif;box-shadow:0 4px 16px #4a6cf766}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a6cf780;color:#fff}.cta-button:active{transform:translateY(0)}.btn-icon{font-size:1.25rem}.cta-hint{font-size:.9rem;color:#6c757d;margin-top:1rem;margin-bottom:0;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .cta-hint,.dark-mode .cta-hint{color:#8b949e}html.light-mode .cta-hint,.light-mode .cta-hint{color:#6c757d}.encouragement{padding-top:1.5rem;border-top:1px solid #e9ecef}html.dark-mode .encouragement,.dark-mode .encouragement{border-top-color:#30363d}html.light-mode .encouragement,.light-mode .encouragement{border-top-color:#e9ecef}.encouragement-text{font-size:1rem;color:#495057;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}html.dark-mode .encouragement-text,.dark-mode .encouragement-text{color:#c9d1d9}html.light-mode .encouragement-text,.light-mode .encouragement-text{color:#495057}.ai-gradient,.dark-mode .ai-gradient,.light-mode .ai-gradient{background:linear-gradient(135deg,#4a6cf7,#a06bf7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.welcome-card{padding:2rem 1.5rem}.welcome-heading{font-size:2rem}.welcome-subtitle{font-size:1.1rem}.icon-circle{width:100px;height:100px}.icon-emoji{font-size:3rem}.process-step{flex-direction:column;text-align:center}.step-number{align-self:center}.cta-button{width:100%;justify-content:center}}.dashboard-page{min-height:100vh;background:var(--bg-light, #f9fafb);padding:32px 0}.dashboard-wrapper{max-width:1400px;margin:0 auto;padding:0 24px}.dashboard-container{background:var(--bg-color, #ffffff);border-radius:20px;padding:40px;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;border:1px solid var(--border-color, #e5e7eb)}.dashboard-header{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border-color, #e5e7eb)}.dashboard-header .header-content .dashboard-title{margin:0 0 8px;font-size:32px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.5px;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.dashboard-header .header-content .dashboard-subtitle{margin:0;font-size:16px;color:var(--text-secondary, #6b7280);font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.ai-gradient{background:linear-gradient(135deg,#4a6cf7,#a06bf7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-section{margin-bottom:32px}.dashboard-card{background:var(--bg-color, #ffffff);border-radius:16px;padding:24px;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 1px 2px #00000008;transition:all .2s ease}.dashboard-card:hover{box-shadow:0 4px 12px #0000000f}.dashboard-card.heatmap-card{padding:32px}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color, #e5e7eb);gap:16px}.card-header .card-header-content{display:flex;align-items:center;gap:12px;flex:0 1 auto;min-width:0}.card-header .card-title{margin:0;font-size:20px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.3px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;text-align:left;white-space:nowrap;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.card-header .card-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--primary-color, #3b82f6);color:#fff;border-radius:12px;font-size:12px;font-weight:600}.card-header .card-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.card-header>.btn-modern,.card-header .card-header-actions .btn-modern{padding:8px 16px;font-size:13px;white-space:nowrap;width:auto!important;max-width:none!important;flex-shrink:0;display:inline-flex;flex:0 0 auto}.card-header>.btn-modern svg,.card-header .card-header-actions .btn-modern svg{width:16px;height:16px}.card-header .credits-warning{font-size:12px;color:var(--text-secondary, #9ca3af);font-weight:500}.btn-modern svg{flex-shrink:0;width:18px;height:18px}.btn-modern.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-modern.btn-secondary{background:var(--bg-color, #ffffff);color:var(--text-color, #374151);border:1px solid var(--border-color, #e5e7eb)}.btn-modern.btn-secondary:hover{background:var(--hover-bg, #f3f4f6);border-color:var(--border-hover, #d1d5db)}.btn-modern.btn-full{width:100%}.empty-state{text-align:center;padding:60px 40px}.empty-state .empty-title{margin:0 0 12px;font-size:20px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.empty-state .empty-description{font-size:15px;color:var(--text-secondary, #6b7280);line-height:1.6;max-width:400px;margin:0 auto 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.empty-state .btn-modern{max-width:300px;width:auto;margin:24px auto 0;display:inline-flex}.loading-state{text-align:center;padding:60px 40px}.loading-state .spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid var(--border-color, #e5e7eb);border-top-color:var(--primary-color, #3b82f6);border-radius:50%;animation:spin .8s linear infinite}.loading-state p{margin:0;color:var(--text-secondary, #6b7280);font-size:14px}.job-filters{padding:20px;background:var(--card-bg, #f9fafb);border-radius:12px;border:1px solid var(--border-color, #e5e7eb);margin-bottom:24px}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:16px}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr}}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-color, #374151);margin:0}.filter-label svg{width:16px;height:16px;color:var(--text-secondary, #9ca3af)}.filter-input-wrapper{position:relative;display:flex;align-items:center}.filter-select{width:100%;padding:10px 36px 10px 12px;background-color:var(--bg-color, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:14px;color:var(--text-color, #111827);cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.filter-select:hover{border-color:var(--border-hover, #d1d5db)}.filter-select:focus{outline:none;border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.filter-clear-btn{position:absolute;right:8px;padding:4px;background:transparent;border:none;color:var(--text-secondary, #9ca3af);cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.filter-clear-btn:hover{background:var(--hover-bg, #f3f4f6);color:var(--text-color, #374151)}.filter-clear-btn svg{width:14px;height:14px}.filter-results{margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color, #e5e7eb)}.filter-results .results-text{font-size:13px;color:var(--text-secondary, #6b7280);font-weight:500}.job-postings-list{display:flex;flex-direction:column;gap:16px}.dashboard-grid{display:grid;grid-template-columns:1fr 400px;gap:32px;margin-bottom:32px}@media (max-width: 1200px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-main,.dashboard-sidebar{min-width:0}.sidebar-content{display:flex;flex-direction:column;gap:24px}.account-card .account-balance{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--border-color, #e5e7eb)}.account-card .account-balance .balance-amount{font-size:48px;font-weight:700;color:var(--primary-color, #3b82f6);line-height:1;margin-bottom:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.account-card .account-balance .balance-label{margin:0;font-size:14px;color:var(--text-secondary, #6b7280);font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.account-card .account-actions{display:flex;flex-direction:column;gap:16px}.account-card .referral-link{display:flex;align-items:center;gap:8px;color:var(--primary-color, #3b82f6);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;padding:8px 0}.account-card .referral-link svg{width:18px;height:18px}.account-card .referral-link:hover{color:var(--primary-hover, #2563eb);text-decoration:underline}.activity-card{max-height:calc(100vh - 200px);overflow-y:auto}.alert-modern{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;line-height:1.5}.alert-modern.alert-warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#92400e}.dark-mode .dashboard-page{--bg-light: #0d1117;--bg-color: #161b22;--text-color: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--card-bg: #161b22;--hover-bg: #21262d;--border-hover: #484f58}.dark-mode .filter-select{background-color:#0d1117;color:#c9d1d9;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%238b949e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dark-mode .alert-modern.alert-warning{background:#fbbf2426;border-color:#fbbf244d;color:#fbbf24}.light-mode .dashboard-page{--bg-light: #f9fafb;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--card-bg: #f9fafb;--hover-bg: #f3f4f6;--border-hover: #d1d5db;--primary-color: #3b82f6;--primary-hover: #2563eb}@media (max-width: 768px){.dashboard-wrapper{padding:0 16px}.dashboard-container{padding:24px;border-radius:16px}.dashboard-header{margin-bottom:32px;padding-bottom:20px}.dashboard-header .header-content .dashboard-title{font-size:28px}.dashboard-grid{gap:24px}.card-header{flex-direction:column;align-items:flex-start;gap:16px}.card-header .card-header-actions{width:100%;align-items:flex-start}.account-card .account-balance .balance-amount{font-size:40px}}.profile-container{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:2rem 0}.profile-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(80,95,226,.1);overflow:hidden;transition:box-shadow .3s ease}.profile-card:hover{box-shadow:0 8px 30px #0000001f}.profile-header{background:linear-gradient(135deg,#505fe2,#3d4bc4);color:#fff;padding:2rem;margin:-1.5rem -1.5rem 2rem;border-radius:16px 16px 0 0}.profile-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff!important}.profile-header p{color:#ffffffe6!important;font-size:1rem;margin-bottom:0}.import-card{background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border:2px dashed #505fe2;border-radius:12px;padding:1.5rem;margin-bottom:2rem;transition:all .3s ease}.import-card:hover{border-color:#3d4bc4;background:linear-gradient(135deg,#f0f2ff,#e8ecff);transform:translateY(-2px);box-shadow:0 4px 12px #505fe226}.import-card h5{color:#505fe2;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.import-card h5:before{content:"⚡";font-size:1.2rem}.form-section{margin-bottom:2.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e8ecf1}.section-header h3{font-size:1.5rem;font-weight:700;color:#181a25;margin:0;display:flex;align-items:center;gap:.75rem}.section-header h3:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#505fe2,#3d4bc4);border-radius:2px}.form-label{font-weight:600;color:#181a25;margin-bottom:.5rem;font-size:.95rem;display:flex;align-items:center;gap:.25rem}.form-label:after{content:"";flex:1}.form-control,.form-select{border:2px solid #e8ecf1;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:all .3s ease;background-color:#fafbfc}.form-control:focus,.form-select:focus{border-color:#505fe2;background-color:#fff;box-shadow:0 0 0 4px #505fe21a;outline:none}.form-control::placeholder{color:#9ca3af}textarea.form-control{resize:vertical;min-height:120px}.form-control.is-invalid{border-color:#ef4444;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.invalid-feedback{display:block;width:100%;margin-top:.25rem;font-size:.875rem;color:#ef4444}.dark-mode .form-control.is-invalid{border-color:#f85149;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f85149'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e")}.dark-mode .form-control.is-invalid:focus{border-color:#f85149;box-shadow:0 0 0 4px #f8514933}.dark-mode .invalid-feedback{color:#f85149}.light-mode .form-control.is-invalid{border-color:#ef4444;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ef4444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e")}.light-mode .form-control.is-invalid:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.light-mode .invalid-feedback{color:#ef4444}.experience-card,.education-card{background:#fff;border:2px solid #e8ecf1;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.experience-card:before,.education-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#505fe2,#3d4bc4);transform:scaleY(0);transition:transform .3s ease}.experience-card:hover:before,.education-card:hover:before{transform:scaleY(1)}.experience-card:hover,.education-card:hover{border-color:#505fe2;box-shadow:0 4px 16px #505fe21a;transform:translateY(-2px)}.experience-card-header,.education-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e8ecf1}.experience-card-header h6,.education-card-header h6{font-weight:700;color:#505fe2;font-size:1rem;margin:0;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.btn{border-radius:8px;padding:.625rem 1.25rem;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#505fe2,#3d4bc4);border:none;color:#fff;box-shadow:0 2px 8px #505fe24d}.btn-primary:hover{background:linear-gradient(135deg,#3d4bc4,#2d3a9e);box-shadow:0 4px 12px #505fe266;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-outline-primary{border:2px solid #505fe2;color:#505fe2;background:#fff}.btn-outline-primary:hover{background:#505fe2;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #505fe233}.btn-outline-danger{border:2px solid #ef4444;color:#ef4444;background:#fff}.btn-outline-danger:hover{background:#ef4444;color:#fff;transform:translateY(-1px)}.btn-secondary{background:#6b7280;border:none;color:#fff}.btn-secondary:hover{background:#4b5563;transform:translateY(-1px)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.add-btn{background:linear-gradient(135deg,#505fe2,#3d4bc4);border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #505fe24d}.add-btn:hover{background:linear-gradient(135deg,#3d4bc4,#2d3a9e);transform:translateY(-2px);box-shadow:0 4px 12px #505fe266}.form-check{padding:.75rem;background:#f8f9ff;border-radius:8px;border:1px solid #e8ecf1;transition:all .3s ease}.form-check-spaced{padding-left:2.5rem}.form-check:hover{background:#f0f2ff;border-color:#505fe2}.form-check-input{width:1.25rem;height:1.25rem;margin-top:.125rem;border:2px solid #d1d5db;transition:all .3s ease}.form-check-input:checked{background-color:#505fe2;border-color:#505fe2}.form-check-input:focus{box-shadow:0 0 0 4px #505fe21a}.form-check-label{font-weight:500;color:#181a25;margin-left:.5rem;cursor:pointer}.alert{border-radius:12px;border:none;padding:1rem 1.25rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #00000014}.alert-danger{background:#fef2f2;color:#991b1b;border-left:4px solid #ef4444}.alert-success{background:#f0fdf4;color:#166534;border-left:4px solid #22c55e}.action-buttons{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;margin-top:2rem;border-top:2px solid #e8ecf1}.spinner-border{width:1.5rem;height:1.5rem;border-width:.2em}@media (max-width: 768px){.profile-header{padding:1.5rem;margin:-1rem -1rem 1.5rem}.profile-header h1{font-size:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}.resume-textarea{background:linear-gradient(to bottom,#fafbfc,#fff);border:2px solid #e8ecf1;border-radius:12px;padding:1rem;font-size:.95rem;line-height:1.6;font-family:Courier New,monospace;min-height:400px}.resume-textarea:focus{background:#fff;border-color:#505fe2;box-shadow:0 0 0 4px #505fe21a}.file-input-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1;pointer-events:auto}.file-upload-button{cursor:pointer;display:inline-block;margin-bottom:0;-webkit-user-select:none;user-select:none}.file-upload-button:disabled,.file-upload-button.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}label.file-upload-button{pointer-events:auto}label.file-upload-button.disabled{pointer-events:none}.bi{font-size:1.1rem}.drag-handle{background:transparent;border:none;color:#6b7280;cursor:grab;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;touch-action:none}.drag-handle:active{cursor:grabbing}.drag-handle:hover{background:#f3f4f6;color:#505fe2;transform:scale(1.1)}.drag-handle:focus{outline:2px solid #505fe2;outline-offset:2px}.drag-handle svg{width:20px;height:20px}.experience-card[style*="opacity: 0.5"],.education-card[style*="opacity: 0.5"]{box-shadow:0 8px 24px #505fe24d;border-color:#505fe2}.experience-card:hover .drag-handle,.education-card:hover .drag-handle{opacity:1}.dark-mode .profile-container{background:linear-gradient(135deg,#0d1117,#161b22)}.dark-mode .profile-card{background:#161b22;border-color:#30363d}.dark-mode .profile-card:hover{box-shadow:0 8px 30px #0006}.dark-mode .import-card{background:linear-gradient(135deg,#161b22,#21262d);border-color:#30363d}.dark-mode .import-card:hover{background:linear-gradient(135deg,#21262d,#30363d);border-color:#6b7ef7}.dark-mode .section-header{border-bottom-color:#30363d}.dark-mode .section-header h3,.dark-mode .form-label{color:#c9d1d9}.dark-mode .form-control,.dark-mode .form-select{background-color:#0d1117;border-color:#30363d;color:#c9d1d9}.dark-mode .form-control:focus,.dark-mode .form-select:focus{background-color:#161b22;border-color:#6b7ef7}.dark-mode .form-control::placeholder{color:#6e7681}.dark-mode input[type=month]::-webkit-calendar-picker-indicator,.dark-mode input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.8}.dark-mode input[type=month]::-webkit-calendar-picker-indicator:hover,.dark-mode input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.dark-mode input[type=month]::-moz-calendar-picker-indicator,.dark-mode input[type=date]::-moz-calendar-picker-indicator{filter:invert(1);cursor:pointer;opacity:.8}.dark-mode input[type=month]::-moz-calendar-picker-indicator:hover,.dark-mode input[type=date]::-moz-calendar-picker-indicator:hover{opacity:1}.dark-mode .experience-card,.dark-mode .education-card{background:#161b22;border-color:#30363d}.dark-mode .experience-card:hover,.dark-mode .education-card:hover{border-color:#6b7ef7;box-shadow:0 4px 16px #6b7ef733}.dark-mode .experience-card-header,.dark-mode .education-card-header{border-bottom-color:#30363d}.dark-mode .btn-outline-primary{border-color:#6b7ef7;color:#6b7ef7;background:#161b22}.dark-mode .btn-outline-primary:hover{background:#6b7ef7;color:#fff}.dark-mode .btn-outline-danger{border-color:#f85149;color:#f85149;background:#161b22}.dark-mode .btn-outline-danger:hover{background:#f85149;color:#fff}.dark-mode .form-check{background:#0d1117;border-color:#30363d}.dark-mode .form-check:hover{background:#161b22;border-color:#6b7ef7}.dark-mode .form-check-label{color:#c9d1d9}.dark-mode .alert-danger{background:#2d1f1f;color:#f85149;border-left-color:#f85149}.dark-mode .alert-success{background:#1a2e1a;color:#3fb950;border-left-color:#3fb950}.dark-mode .action-buttons{border-top-color:#30363d}.dark-mode .resume-textarea{background:linear-gradient(to bottom,#0d1117,#161b22);border-color:#30363d;color:#c9d1d9}.dark-mode .resume-textarea:focus{background:#161b22;border-color:#6b7ef7}.dark-mode .drag-handle{color:#c9d1d9}.dark-mode .drag-handle:hover{background:#21262d;color:#6b7ef7}.dark-mode .drag-handle svg{color:#c9d1d9}.dark-mode .drag-handle:hover svg{color:#6b7ef7}.dark-mode .experience-card button.btn-link.text-muted,.dark-mode .education-card button.btn-link.text-muted,.dark-mode .card button.btn-link.text-muted[aria-label="Drag to reorder"]{color:#c9d1d9!important}.dark-mode .experience-card button.btn-link.text-muted:hover,.dark-mode .education-card button.btn-link.text-muted:hover,.dark-mode .card button.btn-link.text-muted[aria-label="Drag to reorder"]:hover{color:#6b7ef7!important;background:#21262d!important}.dark-mode .experience-card button.btn-link.text-muted svg,.dark-mode .education-card button.btn-link.text-muted svg,.dark-mode .card button.btn-link.text-muted[aria-label="Drag to reorder"] svg{color:#c9d1d9!important;fill:#c9d1d9!important}.dark-mode .experience-card button.btn-link.text-muted:hover svg,.dark-mode .education-card button.btn-link.text-muted:hover svg,.dark-mode .card button.btn-link.text-muted[aria-label="Drag to reorder"]:hover svg{color:#6b7ef7!important;fill:#6b7ef7!important}.light-mode .profile-container{background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.light-mode .profile-header{background:linear-gradient(135deg,#505fe2,#3d4bc4);color:#fff!important}.light-mode .profile-header h1{color:#fff!important}.light-mode .profile-header p{color:#ffffffe6!important}.light-mode .profile-card{background:#fff;border-color:#505fe21a}.light-mode .profile-card:hover{box-shadow:0 8px 30px #0000001f}.light-mode .import-card{background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-color:#505fe2}.light-mode .import-card:hover{background:linear-gradient(135deg,#f0f2ff,#e8ecff);border-color:#3d4bc4}.light-mode .section-header{border-bottom-color:#e8ecf1}.light-mode .section-header h3,.light-mode .form-label{color:#181a25}.light-mode .form-control,.light-mode .form-select{background-color:#fafbfc;border-color:#e8ecf1;color:#181a25}.light-mode .form-control:focus,.light-mode .form-select:focus{background-color:#fff;border-color:#505fe2;color:#181a25}.light-mode .form-control::placeholder{color:#9ca3af}.light-mode .experience-card,.light-mode .education-card{background:#fff;border-color:#e8ecf1}.light-mode .experience-card:hover,.light-mode .education-card:hover{border-color:#505fe2;box-shadow:0 4px 16px #505fe21a}.light-mode .experience-card-header,.light-mode .education-card-header{border-bottom-color:#e8ecf1}.light-mode .btn-outline-primary{border-color:#505fe2;color:#505fe2;background:#fff}.light-mode .btn-outline-primary:hover{background:#505fe2;color:#fff}.light-mode .btn-outline-danger{border-color:#ef4444;color:#ef4444;background:#fff}.light-mode .btn-outline-danger:hover{background:#ef4444;color:#fff}.light-mode .form-check{background:#f8f9ff;border-color:#e8ecf1}.light-mode .form-check:hover{background:#f0f2ff;border-color:#505fe2}.light-mode .form-check-label{color:#181a25}.light-mode .alert-danger{background:#fef2f2;color:#991b1b;border-left-color:#ef4444}.light-mode .alert-success{background:#f0fdf4;color:#166534;border-left-color:#22c55e}.light-mode .action-buttons{border-top-color:#e8ecf1}.light-mode .resume-textarea{background:linear-gradient(to bottom,#fafbfc,#fff);border-color:#e8ecf1;color:#181a25}.light-mode .resume-textarea:focus{background:#fff;border-color:#505fe2}.light-mode .drag-handle{color:#6b7280}.light-mode .drag-handle:hover{background:#f3f4f6;color:#505fe2}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.skill-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f0f2ff,#e8ecff);border:2px solid #505fe2;color:#505fe2;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.875rem;transition:all .3s ease;position:relative}.skill-badge:hover{background:linear-gradient(135deg,#e8ecff,#dde2ff);transform:translateY(-2px);box-shadow:0 4px 12px #505fe233}.skill-remove{background:transparent;border:none;color:#505fe2;font-size:1.25rem;line-height:1;padding:0;margin-left:.25rem;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;font-weight:700}.skill-remove:hover{background:#505fe2;color:#fff;transform:scale(1.1)}.skill-remove:focus{outline:2px solid #505fe2;outline-offset:2px}.dark-mode .skill-badge{background:linear-gradient(135deg,#161b22,#21262d);border-color:#6b7ef7;color:#6b7ef7}.dark-mode .skill-badge:hover{background:linear-gradient(135deg,#21262d,#30363d);box-shadow:0 4px 12px #6b7ef733}.dark-mode .skill-remove{color:#6b7ef7}.dark-mode .skill-remove:hover{background:#6b7ef7;color:#fff}.dark-mode .skill-remove:focus{outline-color:#6b7ef7}.light-mode .skill-badge{background:linear-gradient(135deg,#f0f2ff,#e8ecff);border-color:#505fe2;color:#505fe2}.light-mode .skill-badge:hover{background:linear-gradient(135deg,#e8ecff,#dde2ff);box-shadow:0 4px 12px #505fe233}.light-mode .skill-remove{color:#505fe2}.light-mode .skill-remove:hover{background:#505fe2;color:#fff}.light-mode .skill-remove:focus{outline-color:#505fe2}.badge.bg-primary{padding:.625rem 1rem;font-size:.95rem;font-weight:500;border-radius:20px}.badge.bg-primary .skill-remove-btn{background:transparent;border:none;color:#fff;font-size:1.25rem;line-height:1;padding:0;margin-left:.5rem;cursor:pointer;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;font-weight:300;opacity:.8;flex-shrink:0}.badge.bg-primary .skill-remove-btn:hover{background:#fff3;opacity:1;transform:scale(1.1)}.badge.bg-primary .skill-remove-btn:active{transform:scale(.95)}.badge.bg-primary .skill-remove-btn:disabled{opacity:.5;cursor:not-allowed}.badge.bg-primary .skill-remove-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.dark-mode .badge.bg-primary .skill-remove-btn,.light-mode .badge.bg-primary .skill-remove-btn{color:#fff}.dark-mode .badge.bg-primary .skill-remove-btn:hover,.light-mode .badge.bg-primary .skill-remove-btn:hover{background:#fff3;color:#fff}.skill-input-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.skill-input{width:auto;min-width:200px;max-width:300px;display:inline-block}.dark-mode .skill-input{background-color:#0d1117;border-color:#30363d;color:#c9d1d9}.dark-mode .skill-input:focus{background-color:#161b22;border-color:#6b7ef7;color:#c9d1d9}.light-mode .skill-input{background-color:#fafbfc;border-color:#e8ecf1;color:#181a25}.light-mode .skill-input:focus{background-color:#fff;border-color:#505fe2;color:#181a25}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:20px}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}html.dark-mode .modal-content,.dark-mode .modal-content{background:#161b22;color:#c9d1d9}html.light-mode .modal-content,.light-mode .modal-content{background:#fff;color:#333}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}html.dark-mode .modal-header,.dark-mode .modal-header{border-bottom-color:#30363d}html.light-mode .modal-header,.light-mode .modal-header{border-bottom-color:#e0e0e0}.modal-title{margin:0;font-size:1.25rem;font-weight:600}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:20px;border-top:1px solid #e0e0e0}html.dark-mode .modal-footer,.dark-mode .modal-footer{border-top-color:#30363d}html.light-mode .modal-footer,.light-mode .modal-footer{border-top-color:#e0e0e0}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.btn-close:hover{background-color:#f5f5f5}html.dark-mode .btn-close:hover,.dark-mode .btn-close:hover{background-color:#21262d;color:#c9d1d9}.delete-account-modal ul{margin:15px 0;padding-left:20px}.delete-account-modal li{margin:8px 0}.settings-page{min-height:100vh;background:var(--bg-light, #f9fafb);padding:40px 0}.settings-wrapper{max-width:1200px;margin:0 auto;padding:0 24px}.settings-header{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border-color, #e5e7eb)}.settings-header .settings-title{margin:0 0 8px;font-size:32px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.settings-header .settings-subtitle{margin:0;font-size:16px;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.settings-layout{display:flex;gap:24px;align-items:flex-start}.settings-sidebar{flex-shrink:0;width:240px}.settings-nav{display:flex;flex-direction:column;gap:4px;background:var(--bg-color, #ffffff);border-radius:12px;padding:8px;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;border:1px solid var(--border-color, #e5e7eb)}.settings-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;font-size:14px;font-weight:500;color:var(--text-color, #111827);text-align:left;width:100%}.settings-nav-item:hover{background:var(--hover-bg, #f3f4f6)}.settings-nav-item.active{background:var(--hover-bg, #f3f4f6);color:var(--primary-color, #3b82f6);font-weight:600}.settings-nav-item.active .settings-nav-icon{color:var(--primary-color, #3b82f6)}.settings-nav-icon{flex-shrink:0;width:20px;height:20px;color:var(--text-secondary, #6b7280);transition:color .2s ease}.settings-nav-label{flex:1}.settings-content{flex:1;min-width:0}.settings-card{background:var(--bg-color, #ffffff);border-radius:20px;padding:40px;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;border:1px solid var(--border-color, #e5e7eb)}.settings-section{margin-bottom:2rem}.section-header{margin-bottom:1.5rem}.section-header{margin-bottom:20px;border-left:none;padding-left:0}.section-header .section-title{margin:0 0 8px;font-size:20px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;border-left:none;padding-left:0}.section-header .section-title:before{display:none;content:none}.section-header .section-description{margin:0;font-size:14px;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.theme-options{display:flex;flex-direction:column;gap:1rem}.theme-option{display:block;cursor:pointer;padding:20px;border:2px solid var(--border-color, #e5e7eb);border-radius:12px;transition:all .2s ease;background:var(--bg-color, #ffffff)}.theme-option:hover{border-color:var(--primary-color, #3b82f6);background:var(--hover-bg, #f3f4f6);transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.theme-option input[type=radio]{display:none}.theme-option input[type=radio]:checked+.theme-option-content{color:var(--primary-color, #0d6efd)}.theme-option input[type=radio]:checked+.theme-option-content .theme-option-title{color:var(--primary-color, #0d6efd)}.theme-option input[type=radio]:checked+.theme-option-content .theme-option-icon,.theme-option.checked .theme-option-content .theme-option-icon{background:var(--primary-color, #3b82f6);color:#fff}.theme-option:has(input[type=radio]:checked),.theme-option.checked{border-color:var(--primary-color, #3b82f6);background:#3b82f60d;box-shadow:0 0 0 3px #3b82f61a}.theme-option-content{display:flex;align-items:center;gap:1rem}.theme-option-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--card-bg, #f9fafb);color:var(--text-color, #111827);transition:all .2s ease}.theme-option-text{flex:1}.theme-option-title{font-family:Inter,Arial,Helvetica,sans-serif;font-weight:600;font-size:1rem;margin-bottom:.25rem;color:var(--text-color, #212529)}.theme-option-description{font-family:Inter,Arial,Helvetica,sans-serif;font-size:.875rem;color:var(--text-muted, #6c757d)}.settings-actions{display:flex;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid var(--border-color, #e5e7eb)}.btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.btn-modern.btn-danger{background:#dc2626;color:#fff;box-shadow:0 2px 8px #dc262633}.btn-modern.btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.btn-modern.btn-danger:active:not(:disabled){transform:translateY(0)}.dark-mode .settings-page{--bg-light: #0d1117;--bg-color: #161b22;--text-color: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--card-bg: #0d1117;--hover-bg: #21262d;--primary-color: #3b82f6;--primary-hover: #2563eb}.dark-mode .settings-nav{background:#161b22;border-color:#30363d}.dark-mode .settings-nav-item{color:#c9d1d9}.dark-mode .settings-nav-item:hover{background:#21262d}.dark-mode .settings-nav-item.active{background:#21262d;color:#3b82f6}.dark-mode .settings-nav-icon{color:#8b949e}.dark-mode .settings-nav-item.active .settings-nav-icon{color:#3b82f6}.dark-mode .settings-header{border-bottom-color:#404040}.dark-mode .settings-header h1{color:#c9d1d9}.dark-mode .settings-header p{color:#8b949e}.dark-mode .section-header h3{color:#c9d1d9}.dark-mode .section-header .text-muted{color:#8b949e}.dark-mode .settings-actions{border-top-color:#404040}.dark-mode .theme-option{border-color:#404040;background:#2d2d2d}.dark-mode .theme-option:hover{background:#353535}.dark-mode .theme-option-icon{background:#353535;color:#c9d1d9}.dark-mode .theme-option-title{color:#c9d1d9}.dark-mode .theme-option-description{color:#8b949e}.dark-mode .theme-option:has(input[type=radio]:checked){background:#6b7ef726;border-color:#6b7ef7}.dark-mode .theme-option input[type=radio]:checked+.theme-option-content .theme-option-title{color:#6b7ef7}.dark-mode .theme-option input[type=radio]:checked+.theme-option-content .theme-option-icon{background:#6b7ef7;color:#fff}@supports not selector(:has(*)){.dark-mode .theme-option.checked{background:#6b7ef726;border-color:#6b7ef7}}.light-mode .settings-page{--bg-light: #f9fafb;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--card-bg: #f9fafb;--hover-bg: #f3f4f6;--primary-color: #3b82f6;--primary-hover: #2563eb}.light-mode .settings-nav{background:#fff;border-color:#e5e7eb}.light-mode .settings-nav-item{color:#111827}.light-mode .settings-nav-item:hover{background:#f3f4f6}.light-mode .settings-nav-item.active{background:#f3f4f6;color:#3b82f6}.light-mode .settings-nav-icon{color:#6b7280}.light-mode .settings-nav-item.active .settings-nav-icon{color:#3b82f6}.light-mode .settings-header{border-bottom-color:#e9ecef}.light-mode .settings-header h1{color:#212529}.light-mode .settings-header p{color:#6c757d}.light-mode .section-header h3{color:#212529}.light-mode .section-header .text-muted{color:#6c757d}.light-mode .settings-actions{border-top-color:#e9ecef}.light-mode .theme-option{border-color:#e9ecef;background:#fff}.light-mode .theme-option:hover{background:#f8f9fa}.light-mode .theme-option-icon{background:#f8f9fa;color:#212529}.light-mode .theme-option-title{color:#212529}.light-mode .theme-option-description{color:#6c757d}.light-mode .theme-option:has(input[type=radio]:checked){background:#0d6efd0d;border-color:#0d6efd}.light-mode .theme-option input[type=radio]:checked+.theme-option-content .theme-option-title{color:#0d6efd}.light-mode .theme-option input[type=radio]:checked+.theme-option-content .theme-option-icon{background:#0d6efd;color:#fff}@supports not selector(:has(*)){.light-mode .theme-option.checked{background:#0d6efd0d;border-color:#0d6efd}}.delete-account-section{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--border-color, #e9ecef)}.delete-account-section .section-header{margin-bottom:1rem}.delete-account-section .section-header h3{color:var(--danger-color, #dc3545)}.delete-account-section .section-header .section-title{color:#dc2626}@media (max-width: 768px){.settings-layout{flex-direction:column}.settings-sidebar{width:100%}.settings-nav{flex-direction:row;overflow-x:auto;padding:8px}.settings-nav-item{white-space:nowrap;min-width:fit-content}.settings-card{padding:24px}}.dark-mode .delete-account-section{border-top-color:#404040}.dark-mode .delete-account-section .section-header h3{color:#f85149}.dark-mode .delete-account-section .btn-danger{background-color:#f85149;border-color:#f85149}.dark-mode .delete-account-section .btn-danger:hover{background-color:#ff6b6b;border-color:#ff6b6b;box-shadow:0 4px 8px #f851494d}.light-mode .delete-account-section{border-top-color:#e9ecef}.light-mode .delete-account-section .section-header h3{color:#dc3545}.sharing-page{min-height:calc(100vh - 200px);background:var(--bg-light, #f9fafb);padding:40px 0}.sharing-wrapper{max-width:1000px;margin:0 auto;padding:0 24px}.sharing-container{display:flex;flex-direction:column;gap:32px}.sharing-header{text-align:center;margin-bottom:8px}.sharing-header .sharing-title{margin:0 0 16px;font-size:32px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.sharing-header .sharing-subtitle{font-size:16px;color:var(--text-secondary, #6b7280);line-height:1.6;max-width:700px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.share-card{background:var(--bg-color, #ffffff);border-radius:16px;padding:32px;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008}.card-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--border-color, #e5e7eb)}.card-header .card-header-content{display:flex;align-items:center;gap:12px}.card-header .card-header-content svg{color:var(--primary-color, #3b82f6);flex-shrink:0}.card-header .card-title{margin:0;font-size:20px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.share-url-input{display:flex;gap:12px}.share-url-input .url-input{flex:1;padding:12px 16px;background:var(--card-bg, #f9fafb);border:1px solid var(--border-color, #e5e7eb);border-radius:10px;font-size:15px;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.share-url-input .url-input:focus{outline:none;border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.share-url-input .btn-modern{flex-shrink:0;width:auto}.btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;white-space:nowrap}.btn-modern.btn-primary{background:var(--primary-color, #3b82f6);color:#fff;box-shadow:0 2px 8px #3b82f633}.btn-modern.btn-primary:hover:not(:disabled){background:var(--primary-hover, #2563eb);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.share-code{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--card-bg, #f9fafb);border-radius:10px;border:1px solid var(--border-color, #e5e7eb)}.share-code .share-code-label{font-size:14px;font-weight:500;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.share-code .share-code-value{padding:6px 12px;background:var(--bg-color, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:6px;font-size:15px;font-weight:600;color:var(--primary-color, #3b82f6);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.progress-section .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-section .progress-header .progress-label{font-size:14px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.progress-section .progress-header .progress-count{font-size:14px;font-weight:600;color:var(--primary-color, #3b82f6);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.progress-section .progress-bar-container{position:relative;height:32px;background:var(--card-bg, #f9fafb);border-radius:10px;overflow:hidden;border:1px solid var(--border-color, #e5e7eb)}.progress-section .progress-bar-fill{height:100%;background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:width .3s ease;min-width:fit-content;padding:0 12px}.progress-section .progress-bar-fill .progress-text{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.progress-section .progress-text-empty{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;font-weight:600;color:var(--text-secondary, #9ca3af);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.referrals-section .section-header{margin-bottom:20px}.referrals-section .section-header .section-title{margin:0;font-size:24px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.referrals-card{background:var(--bg-color, #ffffff);border-radius:16px;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;overflow:hidden}.referrals-table{overflow-x:auto}.referrals-table table{width:100%;border-collapse:collapse}.referrals-table table thead{background:var(--card-bg, #f9fafb);border-bottom:2px solid var(--border-color, #e5e7eb)}.referrals-table table thead th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.referrals-table table tbody tr{border-bottom:1px solid var(--border-color, #e5e7eb);transition:background .2s ease}.referrals-table table tbody tr:hover{background:var(--hover-bg, #f9fafb)}.referrals-table table tbody tr:last-child{border-bottom:none}.referrals-table table tbody td{padding:16px;font-size:14px;color:var(--text-color, #374151);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.status-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.status-badge.status-success{background:#22c55e1a;color:#16a34a}.status-badge.status-info{background:#3b82f61a;color:#2563eb}.status-badge.status-warning{background:#fbbf241a;color:#d97706}.empty-state{text-align:center;padding:60px 40px;background:var(--bg-color, #ffffff);border-radius:16px;border:1px solid var(--border-color, #e5e7eb)}.empty-state .empty-icon{margin:0 auto 24px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary, #9ca3af);opacity:.6}.empty-state .empty-title{margin:0 0 12px;font-size:20px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;text-align:center}.empty-state .empty-description{margin:0 auto;font-size:15px;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;text-align:center;display:block;width:100%}.dark-mode .sharing-page{--bg-light: #0d1117;--bg-color: #161b22;--text-color: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--card-bg: #0d1117;--hover-bg: #21262d;--primary-color: #3b82f6;--primary-hover: #2563eb}.light-mode .sharing-page{--bg-light: #f9fafb;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--card-bg: #f9fafb;--hover-bg: #f3f4f6;--primary-color: #3b82f6;--primary-hover: #2563eb}@media (max-width: 768px){.sharing-wrapper{padding:0 16px}.sharing-header .sharing-title{font-size:28px}.share-card{padding:24px}.share-url-input{flex-direction:column}.share-url-input .url-input,.share-url-input .btn-modern{width:100%}.referrals-table table thead th,.referrals-table table tbody td{padding:12px;font-size:13px}}.signup-page{min-height:calc(100vh - 200px);background:var(--bg-light, #f9fafb);padding:60px 0;display:flex;align-items:center}.signup-wrapper{max-width:700px;margin:0 auto;padding:0 24px;width:100%}.signup-container{display:flex;flex-direction:column;gap:40px}.signup-header{text-align:center}.signup-header .signup-title{margin:0 0 20px;font-size:40px;font-weight:600;color:var(--text-color, #111827);letter-spacing:-.5px;line-height:1.2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.signup-header .signup-title .text-gradient{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.signup-header .signup-subtitle{margin:0;font-size:18px;color:var(--text-secondary, #6b7280);line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.signup-card{background:var(--bg-color, #ffffff);border-radius:20px;padding:40px;border:1px solid var(--border-color, #e5e7eb);box-shadow:0 4px 16px #00000014,0 1px 4px #0000000a}.card-header{text-align:center;margin-bottom:32px}.card-header .card-title{margin:0 0 12px;font-size:24px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.card-header .card-description{margin:0 0 8px;font-size:16px;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.card-header .card-note{margin:0;font-size:14px;color:var(--text-secondary, #9ca3af);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.card-content{display:flex;flex-direction:column;gap:24px}.btn-modern{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:12px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;width:100%}.btn-modern svg{flex-shrink:0}.btn-modern.btn-primary{background:var(--primary-color, #3b82f6);color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-modern.btn-primary:hover:not(:disabled){background:var(--primary-hover, #2563eb);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.btn-modern.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-modern.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-modern.btn-large{padding:16px 32px;font-size:18px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-footer{text-align:center;padding-top:24px;border-top:1px solid var(--border-color, #e5e7eb)}.card-footer .footer-text{margin:0;font-size:14px;color:var(--text-secondary, #6b7280);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.card-footer .footer-link{color:var(--primary-color, #3b82f6);text-decoration:none;font-weight:500;transition:color .2s ease}.card-footer .footer-link:hover{color:var(--primary-hover, #2563eb);text-decoration:underline}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:8px}.feature-item{text-align:center}.feature-item .feature-icon{margin:0 auto 16px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:16px;color:var(--primary-color, #3b82f6);transition:all .2s ease}.feature-item .feature-icon svg{width:32px;height:32px}.feature-item:hover .feature-icon{background:#3b82f626;transform:translateY(-2px)}.feature-item .feature-title{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-color, #111827);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.feature-item .feature-description{margin:0;font-size:14px;color:var(--text-secondary, #6b7280);line-height:1.5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}.dark-mode .signup-page{--bg-light: #0d1117;--bg-color: #161b22;--text-color: #c9d1d9;--text-secondary: #8b949e;--border-color: #30363d;--primary-color: #3b82f6;--primary-hover: #2563eb}.light-mode .signup-page{--bg-light: #f9fafb;--bg-color: #ffffff;--text-color: #111827;--text-secondary: #6b7280;--border-color: #e5e7eb;--primary-color: #3b82f6;--primary-hover: #2563eb}@media (max-width: 768px){.signup-page{padding:40px 0}.signup-wrapper{padding:0 16px}.signup-header .signup-title{font-size:32px}.signup-card{padding:32px 24px}.features-grid{grid-template-columns:1fr;gap:24px}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:1050;background-color:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000001a;animation:slideUp .3s ease-out;transition:background-color .3s ease,border-color .3s ease;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.cookie-consent-banner.dark-mode{background-color:#161b22;border-top-color:#30363d;box-shadow:0 -2px 10px #0000004d}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-container{max-width:1200px;margin:0 auto;padding:1.5rem;width:100%;box-sizing:border-box}.cookie-consent-content{display:flex;gap:1rem;margin-bottom:1rem;width:100%;box-sizing:border-box}.cookie-consent-icon{flex-shrink:0;color:#0d6efd;margin-top:.25rem}.cookie-consent-banner.dark-mode .cookie-consent-icon{color:#58a6ff}.cookie-consent-text{flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.cookie-consent-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#181a25}.cookie-consent-banner.dark-mode .cookie-consent-title{color:#c9d1d9}.cookie-consent-description{font-size:.875rem;line-height:1.5;color:#6c757d;margin-bottom:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.cookie-consent-banner.dark-mode .cookie-consent-description{color:#8b949e}.cookie-consent-link{color:#0d6efd;text-decoration:underline;font-weight:500}.cookie-consent-banner.dark-mode .cookie-consent-link{color:#58a6ff}.cookie-consent-link:hover{text-decoration:none}.cookie-consent-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;width:100%;box-sizing:border-box}.cookie-consent-btn{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:.375rem;transition:all .2s ease;white-space:nowrap}.cookie-consent-btn-accept{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.cookie-consent-btn-accept:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.cookie-consent-banner.dark-mode .cookie-consent-btn-accept{background-color:#1f6feb;border-color:#1f6feb}.cookie-consent-banner.dark-mode .cookie-consent-btn-accept:hover{background-color:#388bfd;border-color:#388bfd}.cookie-consent-btn-reject{color:#6c757d;border-color:#dee2e6}.cookie-consent-btn-reject:hover{background-color:#f8f9fa;border-color:#dee2e6;color:#6c757d}.cookie-consent-banner.dark-mode .cookie-consent-btn-reject{color:#8b949e;border-color:#30363d}.cookie-consent-banner.dark-mode .cookie-consent-btn-reject:hover{background-color:#21262d;border-color:#30363d;color:#8b949e}.cookie-consent-btn-customize{color:#0d6efd;border-color:#0d6efd}.cookie-consent-btn-customize:hover{background-color:#0d6efd;color:#fff}.cookie-consent-banner.dark-mode .cookie-consent-btn-customize{color:#58a6ff;border-color:#58a6ff}.cookie-consent-banner.dark-mode .cookie-consent-btn-customize:hover{background-color:#58a6ff;border-color:#58a6ff;color:#0d1117}.cookie-consent-categories{margin-top:1rem}.cookie-category-item{padding:1rem;background-color:#f8f9fa;border-radius:.375rem;margin-bottom:.75rem;border:1px solid #e9ecef;width:100%;box-sizing:border-box;overflow-wrap:break-word;word-wrap:break-word}.cookie-consent-banner.dark-mode .cookie-category-item{background-color:#0d1117;border-color:#21262d}.cookie-category-item strong{display:block;margin-bottom:.25rem;color:#181a25;word-wrap:break-word;overflow-wrap:break-word}.cookie-consent-banner.dark-mode .cookie-category-item strong{color:#c9d1d9}.cookie-category-item .form-check-input{cursor:pointer}.cookie-category-item .form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.cookie-consent-banner.dark-mode .cookie-category-item .form-check-input:checked{background-color:#1f6feb;border-color:#1f6feb}@media (max-width: 768px){.cookie-consent-banner{padding-left:0;padding-right:0}.cookie-consent-container{padding:1rem;max-width:100%}.cookie-consent-content{flex-direction:column;gap:.75rem;margin-bottom:1rem}.cookie-consent-icon{align-self:flex-start}.cookie-consent-text{width:100%}.cookie-consent-title{font-size:1rem}.cookie-consent-description{font-size:.8125rem}.cookie-consent-actions{flex-direction:column;gap:.5rem;justify-content:stretch}.cookie-consent-btn{width:100%;padding:.625rem 1rem}.cookie-consent-categories{margin-top:.75rem}.cookie-category-item{padding:.75rem;margin-bottom:.5rem}.cookie-category-item .d-flex{flex-direction:column;align-items:flex-start!important;gap:.5rem}.cookie-category-item .form-check{align-self:flex-start;width:100%}.cookie-category-item strong{font-size:.9375rem}.cookie-category-item p{font-size:.8125rem}}@media (max-width: 480px){.cookie-consent-container{padding:.75rem}.cookie-consent-title{font-size:.9375rem}.cookie-consent-description{font-size:.75rem}.cookie-consent-btn{font-size:.8125rem;padding:.5rem .875rem}}.environment-banner{position:sticky;top:0;z-index:1050;width:100%;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 4px #0000001a}.environment-banner-dev{background-color:#ffc107;color:#000;border-bottom:2px solid #ff9800}.environment-banner-staging{background-color:#ff9800;color:#fff;border-bottom:2px solid #f57c00}html.dark-mode .environment-banner-dev,.dark-mode .environment-banner-dev{background-color:#ffc107;color:#000;border-bottom-color:#ff9800}html.dark-mode .environment-banner-staging,.dark-mode .environment-banner-staging{background-color:#ff9800;color:#fff;border-bottom-color:#f57c00}.app{width:100%;min-height:100vh;background-color:#d7dcff;transition:background-color .3s ease}html.dark-mode .app,.dark-mode .app{background-color:#0d1117}html.light-mode .app,.light-mode .app{background-color:#d7dcff}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0!important;padding:0!important;min-height:100%!important;width:100%!important;-webkit-font-smoothing:antialiased}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;background-color:#d7dcff;color:#181a25;line-height:1.6;letter-spacing:-.01em;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif;font-weight:600;line-height:1.3;letter-spacing:-.02em;margin-bottom:.75em}h1,.h1{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}h2,.h2{font-size:2rem;line-height:1.25;margin-bottom:.875rem}h3,.h3{font-size:1.75rem;line-height:1.3;margin-bottom:.75rem}h4,.h4{font-size:1.5rem;line-height:1.35;margin-bottom:.625rem}h5,.h5{font-size:1.25rem;line-height:1.4;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.45;margin-bottom:.5rem}p{margin-bottom:1em;line-height:1.7}p:last-child{margin-bottom:0}.lead{font-size:1.125rem;line-height:1.7;margin-bottom:1.25em}ul,ol{margin-bottom:1em;padding-left:1.5em}li{margin-bottom:.5em;line-height:1.7}blockquote{margin:1.5em 0;padding-left:1.5em;border-left:3px solid currentColor;line-height:1.7}label{margin-bottom:.5em;display:block;font-weight:500;line-height:1.5}input,textarea,select{line-height:1.5;letter-spacing:-.01em}html.dark-mode body,.dark-mode body{background-color:#0d1117;color:#c9d1d9}html.light-mode body,.light-mode body{background-color:#d7dcff;color:#181a25}html.dark-mode h1,html.dark-mode h2,html.dark-mode h3,html.dark-mode h4,html.dark-mode h5,html.dark-mode h6,.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6,html.dark-mode .h1,html.dark-mode .h2,html.dark-mode .h3,html.dark-mode .h4,html.dark-mode .h5,html.dark-mode .h6,.dark-mode .h1,.dark-mode .h2,.dark-mode .h3,.dark-mode .h4,.dark-mode .h5,.dark-mode .h6,html.dark-mode .display-1,html.dark-mode .display-2,html.dark-mode .display-3,html.dark-mode .display-4,html.dark-mode .display-5,.dark-mode .display-1,.dark-mode .display-2,.dark-mode .display-3,.dark-mode .display-4,.dark-mode .display-5{color:#c9d1d9!important}html.light-mode h1,html.light-mode h2,html.light-mode h3,html.light-mode h4,html.light-mode h5,html.light-mode h6,.light-mode h1,.light-mode h2,.light-mode h3,.light-mode h4,.light-mode h5,.light-mode h6,html.light-mode .h1,html.light-mode .h2,html.light-mode .h3,html.light-mode .h4,html.light-mode .h5,html.light-mode .h6,.light-mode .h1,.light-mode .h2,.light-mode .h3,.light-mode .h4,.light-mode .h5,.light-mode .h6,html.light-mode .display-1,html.light-mode .display-2,html.light-mode .display-3,html.light-mode .display-4,html.light-mode .display-5,.light-mode .display-1,.light-mode .display-2,.light-mode .display-3,.light-mode .display-4,.light-mode .display-5{color:#181a25!important}.dark-mode [style*="color: #181a25"],.dark-mode [style*="color:#181a25"],.dark-mode span[style*="color: #181a25"],.dark-mode span[style*="color:#181a25"],.dark-mode p[style*="color: #181a25"],.dark-mode p[style*="color:#181a25"],.dark-mode h2[style*="color: #181a25"],.dark-mode h2[style*="color:#181a25"],.dark-mode h3[style*="color: #181a25"],.dark-mode h3[style*="color:#181a25"],.dark-mode h4[style*="color: #181a25"],.dark-mode h4[style*="color:#181a25"],.dark-mode li span[style*="color: #181a25"],.dark-mode li span[style*="color:#181a25"],.dark-mode .text-dark{color:#c9d1d9!important}.light-mode .text-dark{color:#181a25!important}.dark-mode .lead{color:#8b949e!important}.light-mode .lead{color:#606064!important}.dark-mode .text-muted{color:#8b949e!important}.dark-mode p{color:#c9d1d9}.light-mode p{color:#181a25}.dark-mode ul,.dark-mode ol,.dark-mode li{color:#c9d1d9}.light-mode ul,.light-mode ol,.light-mode li{color:#181a25}.dark-mode a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger){color:#6b7ef7}.dark-mode a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):hover{color:#8b9aff}.light-mode a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger){color:#505fe2}.light-mode a:not(.btn):not(.text-primary):not(.text-success):not(.text-danger):hover{color:#3d4bc4}#root,.app{width:100%;min-height:100vh}:root{--bs-primary: #505fe2;--bs-primary-rgb: 80, 95, 226;--bs-secondary: #606064;--bs-dark: #181a25;--bs-light: #f0f2f6;--bs-body-bg: #d7dcff}html.dark-mode,html.dark-mode :root{--bs-primary: #6b7ef7;--bs-primary-rgb: 107, 126, 247;--bs-secondary: #8b949e;--bs-dark: #c9d1d9;--bs-light: #21262d;--bs-body-bg: #0d1117}html.light-mode,html.light-mode :root{--bs-primary: #505fe2;--bs-primary-rgb: 80, 95, 226;--bs-secondary: #606064;--bs-dark: #181a25;--bs-light: #f0f2f6;--bs-body-bg: #d7dcff}.btn-primary{background-color:#505fe2;border-color:#505fe2;color:#fff}.btn-primary:hover{background-color:#3d4bc4;border-color:#3d4bc4;color:#fff}.dark-mode .btn-primary{background-color:#6b7ef7;border-color:#6b7ef7;color:#fff}.dark-mode .btn-primary:hover,.light-mode .btn-primary{background-color:#505fe2;border-color:#505fe2;color:#fff}.light-mode .btn-primary:hover{background-color:#3d4bc4;border-color:#3d4bc4;color:#fff}.btn-outline-primary{color:#505fe2;border-color:#505fe2;background-color:transparent}.btn-outline-primary:hover{color:#fff;background-color:#505fe2;border-color:#505fe2}.dark-mode .btn-outline-primary{color:#6b7ef7;border-color:#6b7ef7;background-color:transparent}.dark-mode .btn-outline-primary:hover{color:#fff;background-color:#6b7ef7;border-color:#6b7ef7}.light-mode .btn-outline-primary{color:#505fe2;border-color:#505fe2;background-color:transparent}.light-mode .btn-outline-primary:hover{color:#fff;background-color:#505fe2;border-color:#505fe2}.btn-outline-secondary{color:#606064;border-color:#606064;background-color:transparent}.btn-outline-secondary:hover{color:#fff;background-color:#606064;border-color:#606064}.dark-mode .btn-outline-secondary{color:#8b949e;border-color:#8b949e;background-color:transparent}.dark-mode .btn-outline-secondary:hover{color:#fff;background-color:#8b949e;border-color:#8b949e}.light-mode .btn-outline-secondary{color:#606064;border-color:#606064;background-color:transparent}.light-mode .btn-outline-secondary:hover{color:#fff;background-color:#606064;border-color:#606064}.text-primary{color:#505fe2!important}
