@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{font-family:Inter;font-family:Poppins,sans-serif;line-height:1.2;font-weight:400;--primary-color: #36404a;--secondary-color: #66a182;--dark-color: #36404a;--light-color: #f5f5f5;scrollbar-gutter:stable}*{margin:0;padding:0;box-sizing:border-box}a{cursor:pointer;color:#1a1a1a;text-decoration:none}ul,li{list-style:none}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:none}.progress-summary{background-color:#fff;padding:16px;border-radius:8px;box-shadow:0 3px 12px #2e57451a;border:1px solid rgba(218,228,214,.7)}.progress-summary .progress-header{display:flex;flex-direction:column;justify-content:space-between;align-items:start;margin-bottom:8px}.progress-summary .progress-header .progress-title{font-size:16px;font-weight:500;color:#36404a}.progress-summary .progress-header .progress-text{font-size:13px}.progress-summary .progress-bar{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;position:relative}.progress-summary .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#66a182,#86b49c);border-radius:4px;transition:width .5s ease;position:relative}.left-nav-bar .sections-title{font-size:14px;font-weight:500;margin:8px;display:flex}.side-navigation{width:260px;padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 3px 12px #2e57451a;border:1px solid rgba(218,228,214,.7);height:fit-content;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:all .3s ease}.side-navigation:hover{box-shadow:0 5px 15px #2e57451f}@media(max-width:768px){.side-navigation{display:none}}.side-navigation ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.side-navigation ul li .nav-button{width:100%;padding:8px;text-align:left;border-radius:8px;display:flex;flex-direction:column;color:#424242;background-color:transparent;transition:all .25s cubic-bezier(.25,.1,.25,1);border:2px solid transparent;cursor:pointer;font-size:14px}.side-navigation ul li .nav-button:hover{background-color:#9ebfa11a;color:#4a8264;box-shadow:0 2px 5px #9ebfa133;border:2px solid #66a182}.side-navigation ul li .nav-button:hover .nav-icon{color:#66a182}.side-navigation ul li .nav-button.active{background:#66a182;color:#fff;box-shadow:0 3px 8px #66a18240;position:relative}.side-navigation ul li .nav-button.active .nav-icon{color:#fff}.side-navigation ul li .nav-button.active .nav-label{color:#fff;font-weight:500}.side-navigation ul li .nav-button.active .nav-label .nav-secondary-info{color:#ffffffe6}.side-navigation ul li .nav-button.active .status-icon.completed,.side-navigation ul li .nav-button.active .status-icon.error,.side-navigation ul li .nav-button.active .status-icon.in-progress{color:#fff}.side-navigation ul li .nav-button .nav-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.side-navigation ul li .nav-button .nav-content .nav-main{display:flex;align-items:center;gap:12px;flex:1}.side-navigation ul li .nav-button .nav-content .nav-status{display:flex;align-items:center}.side-navigation ul li .nav-button .nav-icon{display:flex;align-items:center;justify-content:center;color:#66a182;transition:all .3s ease;width:24px;height:24px}.side-navigation ul li .nav-button .nav-icon-lucide{stroke-width:1.5}.side-navigation ul li .nav-button .nav-label{font-weight:400;letter-spacing:.2px;transition:all .3s ease;display:flex;flex-direction:column}.side-navigation ul li .nav-button .nav-label .nav-secondary-info{font-size:12px;color:#757575;margin-top:2px}.side-navigation ul li .nav-button .status-icon{transition:all .3s ease}.side-navigation ul li .nav-button .status-icon.completed{color:#4caf50}.side-navigation ul li .nav-button .status-icon.error{color:#f44336}.side-navigation ul li .nav-button .status-icon.in-progress{color:#ff9800}.form-navigation{display:flex;flex-direction:column;gap:8px}@media(max-width:768px){.form-navigation{width:100%;position:sticky;top:0;padding:0 8px;overflow-x:auto;background:#fff;z-index:10}.form-navigation::-webkit-scrollbar{height:2px}}.form-navigation .nav-tabs{display:none}@media(max-width:768px){.form-navigation .nav-tabs{display:flex;gap:8px;padding:8px 0;min-width:min-content}.form-navigation .nav-tabs .nav-item{white-space:nowrap;padding:8px 16px;border-radius:8px;font-size:14px;transition:all .3s ease;background:#e0e0e0;color:#616161;border:none;cursor:pointer;position:relative}.form-navigation .nav-tabs .nav-item.status-completed:after{content:"✓";position:absolute;top:2px;right:4px;font-size:10px;color:#4caf50;font-weight:700}.form-navigation .nav-tabs .nav-item.status-error:after{content:"!";position:absolute;top:2px;right:4px;font-size:10px;color:#f44336;font-weight:700}.form-navigation .nav-tabs .nav-item.status-in-progress:after{content:"⋯";position:absolute;top:0;right:4px;font-size:12px;color:#ff9800;font-weight:700}.form-navigation .nav-tabs .nav-item.status-not-started:after{content:"⋯";position:absolute;top:0;right:4px;font-size:12px;color:#ff9800;font-weight:700}.form-navigation .nav-tabs .nav-item.active{background:#66a182;color:#fff}.form-navigation .nav-tabs .nav-item.active:after{color:#fff}.form-navigation .nav-tabs .nav-item:hover:not(.active){background:#d3d3d3;transform:translateY(-1px)}.form-navigation .nav-tabs .nav-item:focus{outline:2px solid #66a182;outline-offset:2px}}.button{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:120px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;cursor:pointer;gap:4px;transition:background-color .3s ease,color .3s ease,border-color .3s ease;outline:none}.button__start-icon,.button__end-icon{display:inline-flex;align-items:center;line-height:1}.button__content{display:inline-flex;align-items:center;gap:4px}.button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.button-primary{background-color:#66a182;color:#fff;border:1px solid #66a182}.button-primary:hover,.button-primary:focus,.button-primary:active{background-color:#518369;border-color:#518369;outline:none}.button-secondary{background-color:#fff;color:#66a182;border:1px solid #66a182}.button-secondary:hover,.button-secondary:focus,.button-secondary:active{background-color:#66a1821a;color:#518369;border-color:#518369;outline:none}.button-destructive{background-color:#f44336;color:#fff;border:1px solid #f44336}.button-destructive:hover,.button-destructive:focus,.button-destructive:active{background-color:#ea1c0d;border-color:#ea1c0d;outline:none}.button-icon{background-color:transparent;border:none;padding:8px;border-radius:50%}.button-icon:hover,.button-icon:focus,.button-icon:active{background-color:#66a18226;color:#5a9375;outline:none}.button-simple{background-color:transparent;font-size:14px;color:#66a182;border:none;padding:8px 0;font-weight:500;gap:8px}.button-simple:hover,.button-simple:focus,.button-simple:active{color:#47745c;text-decoration:underline;outline:none}.button-delete{display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #bdbdbd;border-radius:8px;background:transparent;color:#616161;cursor:pointer;transition:all .2s ease}.button-delete:hover{background:#fef2f2;color:#f44336;border-color:#f44336}.button-delete:disabled{opacity:.5;cursor:not-allowed}.button-delete--small{height:28px;width:28px}.button-delete--medium{height:38px;width:38px}.button-delete--large{height:44px;width:44px}.form-group .form-label{font-size:12px;color:#616161}.form-group .form-input{width:100%;padding:8px 12px;border:1px solid #bdbdbd;border-radius:8px;transition:border-color .3s ease,box-shadow .3s ease;font-family:Poppins,sans-serif;font-size:14px}.form-group .form-input:focus,.form-group .form-input:hover{outline:none;border:1px solid #4a8264}.form-group .form-input:focus::placeholder,.form-group .form-input:hover::placeholder{opacity:.6}.form-group .form-input::placeholder{font-family:Poppins,sans-serif;font-size:13px;opacity:.5;font-style:normal;transition:opacity .3s ease}input[type=date]:not(:valid)::-webkit-datetime-edit,input[type=month]:not(:valid)::-webkit-datetime-edit{font-family:Poppins,sans-serif;font-size:13px;opacity:.5;font-style:normal;transition:opacity .3s ease}input[type=date]:valid::-webkit-datetime-edit,input[type=month]:valid::-webkit-datetime-edit{font-family:Poppins,sans-serif;font-size:13px;opacity:.5;font-style:normal;transition:opacity .3s ease;color:#36404a;opacity:1}input[type=date]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}.form-textarea{font-family:Poppins,sans-serif;padding:8px;border:1px solid #bdbdbd;border-radius:8px;min-height:80px;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease}.form-textarea:focus,.form-textarea:hover{outline:none;border:1px solid #4a8264}.form-textarea:focus::placeholder,.form-textarea:hover::placeholder{opacity:.6}.form-textarea::placeholder{font-family:Poppins,sans-serif;font-size:13px;opacity:.5;font-style:normal;transition:opacity .3s ease}.entry-card{margin-bottom:16px;transition:all .3s ease;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;min-width:500px;overflow:hidden}.entry-card .entry-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#66a18208;cursor:pointer;transition:background-color .2s;border-bottom:1px solid transparent}.entry-card .entry-header:hover{background-color:#66a1820f}.entry-card .entry-header:hover .entry-header-right .entry-actions{opacity:1}.entry-card .entry-header .entry-header-left{flex:1;display:flex;align-items:center;gap:16px}.entry-card .entry-header .entry-header-left h3{font-size:16px;font-weight:500}.entry-card .entry-header .entry-header-right{display:flex;align-items:center;gap:8px}.entry-card .entry-header .entry-header-right .entry-actions{display:flex;gap:16px;align-items:center;opacity:0;transition:opacity .2s ease}.entry-card .entry-header .entry-header-right .toggle-expand-btn{cursor:pointer;display:flex;align-items:center;justify-content:flex-end;gap:4px;color:#616161;font-size:14px;transition:all .2s ease;border-radius:4px;min-width:108px;font-weight:fontWeightBase;text-align:center}.entry-card .entry-header .entry-header-right .toggle-expand-btn .chevron-icon{display:inline-flex;align-items:center;justify-content:center;color:#616161}.entry-card .entry-header .entry-header-right .toggle-expand-btn .toggle-text{white-space:nowrap}.entry-card .entry-header .entry-header-right .toggle-expand-btn:hover{background-color:transparent;color:#66a182}.entry-card .entry-header .entry-header-right .toggle-expand-btn:hover .toggle-text{text-decoration:underline}.entry-card .entry-header .entry-header-right .toggle-expand-btn:hover .chevron-icon{color:#66a182}.entry-card .entry-header .entry-header-right .toggle-expand-btn:hover svg{color:#66a182}.entry-card .entry-content{padding:24px;transition:all .5s ease-in-out;overflow:hidden;opacity:1;transform-origin:top}.entry-card.collapsed .entry-content{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.entry-card.collapsed .entry-header{border-bottom-color:transparent}.entry-card.expanded .entry-content{max-height:2000px;opacity:1}.entry-card.expanded .entry-header{border-bottom-color:#e0e0e0}.checkbox-container{display:flex;position:relative}.checkbox-container.disabled{opacity:.7;cursor:not-allowed}.checkbox-input{position:absolute;opacity:0;height:0;width:0}.checkbox-input:focus+.checkbox-label .checkbox-indicator{outline:none;border:1px solid #4a8264}.checkbox-input:focus+.checkbox-label .checkbox-indicator::placeholder{opacity:.6}.checkbox-input:checked+.checkbox-label .checkbox-indicator{background-color:#66a182;border-color:#66a182}.checkbox-input:checked+.checkbox-label .checkbox-indicator:after{display:block}.checkbox-input:disabled+.checkbox-label{cursor:not-allowed;color:#757575}.checkbox-input:disabled+.checkbox-label .checkbox-indicator{border-color:#e0e0e0;background-color:#eee}.checkbox-label{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;line-height:1;color:#36404a}.checkbox-indicator{position:relative;height:16px;width:16px;margin-right:8px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;flex-shrink:0}.checkbox-indicator:after{content:"";position:absolute;display:none;left:5px;top:1px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.form-group{display:flex;flex-direction:column;gap:4px}.form-group .tag-input{position:relative;width:100%}.form-group .tag-input .tags-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:4px;width:100%;padding:4px 12px;border:1px solid #bdbdbd;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-group .tag-input .tags-wrapper:focus-within{border-color:#66a182}.form-group .tag-input .tag-pill{display:flex;align-items:center;background-color:#66a1821f;border-radius:999px;padding:4px 8px;font-size:14px;color:#66a182}.form-group .tag-input .tag-pill .tag-text{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-group .tag-input .tag-pill .tag-remove{border:none;background:transparent;margin-left:6px;padding:0;cursor:pointer;color:#66a182;opacity:.8;font-size:14px}.form-group .tag-input .tag-input-field{flex:1 1 auto;min-width:32px;height:28px;border:none;outline:none;background:transparent;font-size:14px}.form-group .tag-input .tag-input-field::placeholder{font-family:Poppins,sans-serif;font-size:13px;opacity:.5;font-style:normal;transition:opacity .3s ease}.form-group .tag-input .tag-suggestions{position:absolute;top:calc(100% + 6px);left:0;width:100%;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 6px 18px #10182814;z-index:30}.form-group .tag-input .tag-suggestion{padding:8px 16px;cursor:pointer;font-size:14px}.form-group .tag-input .tag-suggestion.active,.form-group .tag-input .tag-suggestion:hover{background-color:#66a1820f}.rich-text-editor{display:flex;flex-direction:column;gap:4px;width:100%;min-width:400px}.rich-text-editor .editor-label{font-weight:500;color:#333;font-size:.9rem}.rich-text-editor .editor-container{border:1px solid #ddd;border-radius:6px;overflow:hidden;transition:border-color .2s ease;width:100%}.rich-text-editor .editor-container:focus-within{border:1px solid #66a182}.rich-text-editor .editor-toolbar{display:flex;align-items:center;gap:4px;padding:8px;background:#f8f9fa;border-bottom:1px solid #ddd}.rich-text-editor .editor-toolbar .toolbar-group{display:flex;gap:2px}.rich-text-editor .editor-toolbar .toolbar-divider{width:1px;height:24px;background:#ddd}.rich-text-editor .editor-toolbar button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:1px solid transparent;border-radius:4px;color:#555;cursor:pointer;transition:all .2s ease}.rich-text-editor .editor-toolbar button:hover{background:#fff;border-color:#ddd;color:#000}.rich-text-editor .editor-toolbar button.active{background:#e0eddc;border-color:#ced4da;color:#40661a}.rich-text-editor .editor-content{min-height:150px;padding:12px 16px;outline:none;line-height:1.5;color:#333;font-size:13px;width:100%}.rich-text-editor .editor-content:empty:before{content:attr(placeholder);color:#aaa}.rich-text-editor .editor-content ul,.rich-text-editor .editor-content ol{list-style-position:outside;padding-left:1.5em;display:block;margin:.5em 0}.rich-text-editor .editor-content ul{list-style-type:disc!important}.rich-text-editor .editor-content ul li{list-style:disc!important}.rich-text-editor .editor-content ol{list-style-type:decimal!important}.rich-text-editor .editor-content ol li{list-style:decimal!important}.rich-text-editor .editor-content li{display:list-item!important;margin:.25em 0;padding-left:.5em}.rich-text-editor .editor-content li::marker{display:inline;font-variant-numeric:tabular-nums;text-align:start}.rich-text-editor .editor-content p{margin:.5em 0}.rich-text-editor .editor-content::selection,.rich-text-editor .editor-content *::selection{background:#b5dfb580}.toggle-button{display:inline-grid;grid-auto-flow:column;border:1px solid #66a182;border-radius:120px;padding:2px;background:#fff}.toggle-button .toggle-option{cursor:pointer;padding:6px 12px;border-radius:120px;font-size:12px;color:#616161}.toggle-button .toggle-option.active{color:#fff;background:#66a182}.list-input-atom{width:100%}.list-input-atom .list-input-list{display:flex;flex-direction:column;gap:16px}.list-input-atom .list-input-list .list-input-item{display:flex;gap:16px;align-items:center}.list-input-atom .list-input-list .list-input-item .form-group{margin:0;width:100%}.list-input-atom .list-input-list .list-input-item .list-input-field{flex:1 1 auto;padding:.45rem .6rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff}.list-input-atom .list-input-list .list-input-item .list-input-remove{flex:0 0 auto}.list-input-atom .list-input-add{margin-top:.25rem}.list-input-atom .list-input-empty{margin-top:8px;font-size:12px}.custom-dropdown{display:flex;flex-direction:column;gap:4px;position:relative}.custom-dropdown__label{font-size:14px;font-weight:500;color:#616161;line-height:1.2}.custom-dropdown__wrapper{position:relative;display:inline-block}.custom-dropdown__trigger{width:100%;min-height:44px;padding:12px 32px 12px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:400;background-color:#fff;background-image:linear-gradient(to bottom,#fff,#fafafa4d);font-family:Poppins,sans-serif;color:#424242;cursor:pointer;transition:all .2s ease;line-height:1.4;display:flex;align-items:center;justify-content:space-between;text-align:left;box-shadow:inset 0 1px 2px #00000008}.custom-dropdown__trigger:hover:not(:disabled){border-color:#bdbdbd;box-shadow:0 2px 4px #0000000a,inset 0 1px 2px #00000008;background-image:linear-gradient(to bottom,#fff,#fafafa80)}.custom-dropdown__trigger:focus,.custom-dropdown__trigger--open{outline:none;border-color:#66a182;box-shadow:0 0 0 3px #66a1821a,0 4px 12px #66a1821a,inset 0 1px 2px #00000008;background-image:linear-gradient(to bottom,#fff,#66a18205)}.custom-dropdown__trigger--disabled{background-color:#fafafa;border-color:#eee;color:#bdbdbd;cursor:not-allowed;background-image:none}.custom-dropdown__trigger--error{border-color:#f44336}.custom-dropdown__trigger--error:focus,.custom-dropdown__trigger--error--open{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.custom-dropdown__text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown__text--placeholder{color:#9e9e9e;font-style:italic}.custom-dropdown__icon{color:#9e9e9e;transition:all .2s ease;flex-shrink:0}.custom-dropdown__icon--rotated{transform:rotate(180deg)}.custom-dropdown__trigger:hover .custom-dropdown__icon{color:#757575}.custom-dropdown__trigger:focus .custom-dropdown__icon,.custom-dropdown__trigger--open .custom-dropdown__icon{color:#66a182}.custom-dropdown__trigger--disabled .custom-dropdown__icon{color:#e0e0e0}.custom-dropdown__trigger--error .custom-dropdown__icon{color:#f44336}.custom-dropdown__panel{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 10px 25px #0000001a,0 4px 12px #0000000d,0 2px 6px #0000000d;max-height:240px;overflow:hidden;animation:dropdownSlideIn .15s ease-out}@supports (backdrop-filter: blur(20px)){.custom-dropdown__panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-color:#e0e0e0cc}}.custom-dropdown__list{list-style:none;margin:0;padding:4px 0;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.custom-dropdown__list::-webkit-scrollbar{width:8px;height:8px}.custom-dropdown__list::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.custom-dropdown__list::-webkit-scrollbar-thumb{background:#c1c7cd;border-radius:4px;transition:all .3s ease}.custom-dropdown__list::-webkit-scrollbar-thumb:hover{background:#9aa0a6}.custom-dropdown__list{scrollbar-width:thin;scrollbar-color:#c1c7cd #f1f3f4}.custom-dropdown__option{padding:8px 12px;color:#424242;font-size:16px;line-height:1.4;cursor:pointer;transition:all .1s ease;display:flex;align-items:center;justify-content:space-between;margin:0 4px;border-radius:4px}.custom-dropdown__option:hover{background-color:#66a1820d;color:#66a182}.custom-dropdown__option--focused{background-color:#66a18214;color:#66a182}.custom-dropdown__option--selected{background-color:#66a1821a;color:#66a182;font-weight:500}.custom-dropdown__option--placeholder{color:#bdbdbd;font-style:italic;cursor:default}.custom-dropdown__option--placeholder:hover{background-color:transparent;color:#bdbdbd}.custom-dropdown__option span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown__check{color:#66a182;flex-shrink:0;margin-left:8px}.custom-dropdown__error{font-size:14px;color:#f44336;margin-top:4px;display:block}.custom-dropdown--error .custom-dropdown__icon{color:#f44336}.custom-dropdown--disabled{opacity:.6;pointer-events:none}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:576px){.custom-dropdown__trigger{padding:8px 24px 8px 8px}.custom-dropdown__panel{max-height:200px}}.dropdown{display:flex;flex-direction:column;gap:4px}.dropdown .dropdown-label{font-size:14px;font-weight:500;color:#616161;line-height:1.2}.dropdown .dropdown-wrapper{position:relative;display:inline-block}.dropdown .dropdown-select{width:100%;min-height:44px;padding:12px 32px 12px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;font-weight:400;background-color:#fff;background-image:linear-gradient(to bottom,#fff,#fafafa4d);font-family:Poppins,sans-serif;color:#424242;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease;line-height:1.4;box-shadow:inset 0 1px 2px #00000008}@media(max-width:576px){.dropdown .dropdown-select{padding:8px 24px 8px 8px;font-size:16px}}.dropdown .dropdown-select:hover:not(:disabled){border-color:#bdbdbd;box-shadow:0 2px 4px #0000000a,inset 0 1px 2px #00000008;background-image:linear-gradient(to bottom,#fff,#fafafa80)}.dropdown .dropdown-select:focus{outline:none;border-color:#66a182;box-shadow:0 0 0 3px #66a1821a,0 4px 12px #66a1821a,inset 0 1px 2px #00000008;background-image:linear-gradient(to bottom,#fff,#66a18205)}.dropdown .dropdown-select:disabled{background-color:#fafafa;border-color:#eee;color:#bdbdbd;cursor:not-allowed}.dropdown .dropdown-select option{padding:12px 8px;font-weight:400;font-size:16px;line-height:1.5;color:#424242;background-color:#fff;border:none;margin:0}.dropdown .dropdown-select option:hover{background-color:#66a1820d;color:#66a182}.dropdown .dropdown-select option:checked{background-color:#66a1821a;color:#66a182;font-weight:500}.dropdown .dropdown-select option:disabled{color:#bdbdbd;background-color:#fafafa;font-style:italic}.dropdown .dropdown-select::-webkit-scrollbar{width:8px;height:8px}.dropdown .dropdown-select::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.dropdown .dropdown-select::-webkit-scrollbar-thumb{background:#c1c7cd;border-radius:4px;transition:all .3s ease}.dropdown .dropdown-select::-webkit-scrollbar-thumb:hover{background:#9aa0a6}.dropdown .dropdown-select{scrollbar-width:thin;scrollbar-color:#c1c7cd #f1f3f4}@-moz-document url-prefix(){.dropdown .dropdown-select{scrollbar-width:thin;scrollbar-color:#e0e0e0 #f5f5f5}}.dropdown .dropdown-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#9e9e9e;pointer-events:none;transition:color .2s ease}.dropdown .dropdown-wrapper:hover .dropdown-icon,.dropdown .dropdown-select:focus+.dropdown-icon{color:#757575}.dropdown .dropdown-select:focus+.dropdown-icon{color:#66a182}.dropdown .dropdown-select:disabled+.dropdown-icon{color:#e0e0e0}.dropdown--error .dropdown-select{border-color:#f44336}.dropdown--error .dropdown-select:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.dropdown--error .dropdown-icon{color:#f44336}.dropdown .dropdown-select--error{border-color:#f44336}.dropdown .dropdown-select--error:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.dropdown .dropdown-error{font-size:14px;color:#f44336;margin-top:4px;display:block}.fullscreen-loader{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1050}.fullscreen-loader .loader-content{text-align:center;padding:48px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #36404a1a;border:1px solid #e0e0e0}.fullscreen-loader .loader-content .animate-spin{animation:spin 1s linear infinite;color:#66a182;margin-bottom:24px}.fullscreen-loader .loader-content h2{font-size:18px;font-weight:700;color:#36404a;margin-bottom:12px;margin-top:0}.fullscreen-loader .loader-content p{font-size:16px;color:#616161;margin:0}@media(max-width:576px){.fullscreen-loader .loader-content{margin:24px;padding:24px}.fullscreen-loader .loader-content h2{font-size:16px}.fullscreen-loader .loader-content p{font-size:14px}}.toast{position:fixed;top:80px;right:24px;max-width:400px;z-index:1070;animation:toast-slide-in .3s ease-out}.toast .toast-content{display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #36404a26;border:1px solid}.toast .toast-icon{display:flex;align-items:center;flex-shrink:0}.toast .toast-message{flex:1;margin:0;font-size:16px;font-weight:500}.toast .toast-close{display:flex;align-items:center;color:#fff;background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}.toast .toast-close:hover{background-color:#fff3}.toast.toast-success .toast-content{background-color:#388e3c;border-color:#388e3c;color:#fff}.toast.toast-error .toast-content{background-color:#f44336;border-color:#d32f2f;color:#fff}.toast.toast-info .toast-content{background-color:#66a182;border-color:#589373;color:#fff}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:576px){.toast{left:16px;right:16px;top:80px;max-width:none}.toast .toast-content{padding:12px 16px}.toast .toast-message{font-size:14px}}.modal-backdrop{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;background:#36404a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;animation:modal-fade-in .2s ease-out}.modal-backdrop .modal-content{background:#fff;border-radius:12px;padding:0;width:80%;max-width:1200px;min-width:600px;max-height:95vh;overflow:hidden;position:relative;box-shadow:0 20px 25px -5px #36404a1a,0 10px 10px -5px #36404a0a,0 0 0 1px #36404a0d;outline:none;animation:modal-scale-in .2s ease-out;transform-origin:center}.modal-backdrop .modal-header{padding:16px 24px;border-bottom:1px solid #eeeeee;background:linear-gradient(135deg,#fafafa,#f5f5f5);position:relative;display:flex;align-items:center;justify-content:space-between;min-height:60px}.modal-backdrop .modal-header .modal-title-section{flex:1;text-align:center}.modal-backdrop .modal-header .modal-title-section h3{font-size:18px;color:#36404a;margin:0}.modal-backdrop .modal-header .modal-title-section .modal-subtitle{margin:4px 0 0;font-size:14px;color:#616161;font-weight:400}.modal-backdrop .modal-header .left-action-buttons{display:flex;align-items:center;gap:16px;margin-right:auto;justify-content:start}.modal-backdrop .modal-header .modal-right-actions{display:flex;align-items:center;gap:16px;margin-left:auto;justify-content:end}.modal-backdrop .modal-body{padding:24px;max-height:calc(95vh - 120px);overflow-y:auto}.modal-backdrop .modal-body::-webkit-scrollbar{width:8px;height:8px}.modal-backdrop .modal-body::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.modal-backdrop .modal-body::-webkit-scrollbar-thumb{background:#c1c7cd;border-radius:4px;transition:all .3s ease}.modal-backdrop .modal-body::-webkit-scrollbar-thumb:hover{background:#9aa0a6}.modal-backdrop .modal-body{scrollbar-width:thin;scrollbar-color:#c1c7cd #f1f3f4}.modal-backdrop .modal-body.no-title{max-height:95vh}.modal-backdrop .modal-close{background:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #36404a1a}.modal-backdrop .modal-close:hover,.modal-backdrop .modal-close:active,.modal-backdrop .modal-close:focus{background:#f44336;color:#fff}.modal-backdrop .modal-close svg{flex-shrink:0}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.template-preview{width:100%;display:flex;flex-direction:column;align-items:center}.template-preview .preview-content{width:100%;display:flex;justify-content:center;align-items:center}.template-preview .preview-content iframe,.template-preview .preview-content img{width:600px;height:calc(90vh - 144px);border-radius:8px;box-shadow:0 4px 4px #00000026;max-width:100%;max-height:910px;transition:transform .3s ease}.template-preview .preview-content iframe{border:none;background-color:#fff}.template-preview .preview-content img{object-fit:contain;border:1px solid #eeeeee}.template-preview .mobile-pdf-notice{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;gap:24px;padding:48px;text-align:center;background-color:#fafafa;border-radius:8px;border:1px solid #eeeeee;min-height:300px}.template-preview .mobile-pdf-notice p{color:#757575;margin:0}.template-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 4px #00000026;transition:all .3s ease;border:1px solid #e0e0e0}.template-card:hover{transform:translateY(-4px);box-shadow:0 4px 10px #0000001a}.template-card:hover .template-image img{transform:scale(1.02)}.template-card .template-image{height:360px}.template-card .template-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;object-position:top}.template-card .template-info{padding:16px}.template-card .template-info h3{font-size:16px;font-weight:600;margin-bottom:4px}.template-card .template-info .template-description{font-size:14px;color:#616161;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.template-card .template-info .template-themes{display:flex;gap:8px;margin-top:8px;align-items:center}.template-card .template-info .template-themes .theme-circle{width:24px;height:24px;border-radius:50%;border:1px solid #eeeeee;cursor:pointer;transition:all .3s ease}.template-card .template-info .template-themes .theme-circle:hover{transform:scale(1.05);box-shadow:0 0 0 2px #e0e0e040}.template-card .template-info .template-themes .theme-circle.selected{outline:2px solid #66a182;transform:scale(1.05)}.template-card .template-info .template-card-actions{margin-top:16px;display:flex;justify-content:center}.template-card .template-info .template-card-actions .template-button{width:100%}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;width:100%}@media screen and (max-width:992px){.templates-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media screen and (max-width:768px){.templates-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;padding:12px}}@media screen and (max-width:576px){.templates-grid{grid-template-columns:1fr;max-width:440px;padding:8px}}.card.main-card{padding:0;flex:1}@media(max-width:768px){.card.main-card{padding:12px}}.card.main-card .card-header{display:flex;justify-content:space-between;align-items:start;gap:24px}@media(max-width:768px){.card.main-card .card-header{flex-direction:column;align-items:flex-start}}.card.main-card .card-header .header-content{flex:1}.card.main-card .card-header .header-content h1{font-size:clamp(18px,4vw,24px);color:#66a182;margin-bottom:8px}.card.main-card .card-header .header-content p{color:#616161;font-size:clamp(14px,3vw,16px)}.card.main-card .card-header .header-navigation{display:none}@media(min-width:768px){.card.main-card .card-header .header-navigation{display:flex;gap:8px;flex-shrink:0;align-self:flex-end}}.card.main-card .card-header .header-navigation .nav-arrow{width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #e0e0e0;transition:all .25s cubic-bezier(.25,.1,.25,1);color:#36404a;box-shadow:0 1px 2px #0000000d}.card.main-card .card-header .header-navigation .nav-arrow svg{stroke-width:2}.card.main-card .card-header .header-navigation .nav-arrow:hover:not(.disabled){background-color:#5a9375;color:#fff;border-color:#5a9375}.card.main-card .hr-seperator{margin:24px 0;border:none;border-top:1px solid #e0e0e0}@media(max-width:576px){.card.main-card .hr-seperator{margin:16px 0}}.card.main-card .card-content.entry-card{margin-bottom:16px;padding:24px}@media(max-width:576px){.card.main-card .card-content.entry-card{padding:16px}}.card.main-card .card-content .bottom-navigation{margin-top:16px;display:flex;flex-direction:column;gap:16px}@media(max-width:576px){.card.main-card .card-content .bottom-navigation{margin-top:24px}}.card.main-card .card-content .bottom-navigation .error-message{width:100%;font-size:14px;padding:8px;background-color:#f443361a;border:1px solid #f44336;border-radius:8px;color:#f44336;text-align:center}.card.main-card .card-content .bottom-navigation .navigation-buttons{display:flex;justify-content:flex-end}@media(max-width:576px){.card.main-card .card-content .bottom-navigation .navigation-buttons{justify-content:center}}.card.main-card .card-content .bottom-navigation .navigation-buttons .nav-buttons-group{display:flex;gap:16px;align-items:center}.card.main-card .card-content .bottom-navigation .navigation-buttons .nav-buttons-group .nav-button{min-width:120px}@media(max-width:576px){.card.main-card .card-content .bottom-navigation .navigation-buttons .nav-buttons-group{flex-direction:column;width:100%}}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:clamp(24px,5vw,32px);text-align:center}.loader-container .loading-text{margin-top:24px;color:#616161;font-size:clamp(14px,3vw,16px)}.loader{border:10px solid rgba(0,0,0,.1);width:240px;height:240px;border-radius:50%;border-left-color:var(--secondary-color);animation:spin 1s linear infinite;margin:auto}#skills-heading{font-size:24px;margin-bottom:16px}textarea{width:100%;height:5rem;padding:8px;border:1px solid #e0e0e0;border-radius:4px}.skills-categorized-container{display:flex;flex-direction:column;gap:24px}.skills-categorized-container .skills-category-row{display:flex;align-items:start;gap:16px;position:relative}.skills-categorized-container .skills-category-row .skill-row-category{min-width:200px}.skills-categorized-container .skills-category-row .skill-row-category .form-input{height:38px}.skills-categorized-container .skills-category-row .skill-row-input{flex:1 1 auto;width:auto}.skills-categorized-container .skills-category-row .skill-row-remove{margin-top:18px}.delete-button{color:#f44336}.delete-button:hover{background-color:#f443361a;color:#f44336}.education-date-mode{display:contents}.education-date-mode .date-mode-toggle{grid-column:1/-1;display:flex;gap:.5rem;margin-bottom:.25rem}.education-date-mode .date-mode-btn{padding:.25rem .5rem;font-size:.875rem}.education-date-mode .full-width{grid-column:1/-1;width:100%}.education-date-mode .date-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:end}.education-date-mode .date-input{width:100%}@media(max-width:576px){.education-date-mode .date-row{grid-template-columns:1fr}}#experience-heading{font-size:24px;margin-bottom:16px}.form-rows{display:flex;flex-direction:column;gap:24px}.form-rows .row{display:flex;gap:16px;align-items:flex-start;width:100%}.form-rows .row.full-width .form-group{width:100%}.form-rows .row .col{flex:1 1 0}.form-rows .row.two-cols{justify-content:space-between}.form-rows .row.date-row{flex-direction:column;gap:16px}.form-rows .row.date-row .date-mode-wrap{display:flex;justify-content:flex-start}.form-rows .row.date-row .date-cols .col{display:flex;flex-direction:column;gap:8px}@media(max-width:576px){.form-rows .row{flex-direction:column}}.links-input .links-list{display:flex;flex-direction:column;gap:24px}.links-input .links-row{display:grid;grid-template-columns:1fr 2fr 38px;gap:16px;align-items:end}.links-input .label-col .form-group,.links-input .url-col .form-group{margin-bottom:0}.links-input .actions-col{margin-top:18px}@media(max-width:640px){.links-input .links-row{grid-template-columns:1fr}.links-input .actions-col{justify-content:flex-end}}.form-section .form-grid .full-width{grid-column:1/-1}.form-section .form-grid .full-width textarea{min-height:100px;resize:vertical}.form-section .form-grid .full-width .links-input{width:100%}.resume-importer-main .ri-file-drop-zone{border:2px dashed #e0e0e0;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:16px}.resume-importer-main .ri-file-drop-zone:hover:not(.disabled){border-color:#66a182;background:#f4f9f2}.resume-importer-main .ri-file-drop-zone.disabled{opacity:.6;cursor:not-allowed}.resume-importer-main .ri-file-drop-zone svg{color:#66a182}.resume-importer-main .ri-file-drop-zone .ri-file-drop-text{display:flex;flex-direction:column;gap:4px}.resume-importer-main .ri-file-drop-zone .ri-file-drop-text strong{color:#36404a;font-weight:500}.resume-importer-main .ri-file-drop-zone .ri-file-drop-text span{color:#616161;font-size:12px}.resume-importer-main .ri-file-selected{border:1px solid #e0e0e0;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;background:#fff;gap:16px}.resume-importer-main .ri-file-selected .ri-file-info{display:flex;align-items:center;gap:16px;margin:unset;flex:1;border:unset;min-width:0}.resume-importer-main .ri-file-selected .ri-file-info .ri-file-details{display:flex;flex-direction:column;gap:4px;min-width:0;align-items:start;font-size:14px}.resume-importer-main .ri-file-selected .ri-file-info .ri-file-details .ri-file-name{font-weight:500;color:#36404a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resume-importer-main .ri-file-selected .ri-file-info .ri-file-details .ri-file-size{font-size:12px;color:#616161}.resume-importer-main .ri-file-selected .ri-file-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.resume-importer-main .ri-file-selected .ri-file-actions .ri-remove-file{color:#616161}.resume-importer-main .ri-file-selected .ri-file-actions .ri-remove-file:hover:not(:disabled){color:#f44336;background:#f443361a}.resume-importer-main .ri-upload-progress{margin-top:16px;padding:16px;background:#66a1821a;border:1px solid rgba(102,161,130,.3);border-radius:4px;text-align:center}.resume-importer-main .ri-upload-progress .ri-progress-text{color:#66a182;font-weight:500;font-size:14px}.resume-importer-main .ri-upload-error{margin-top:16px;padding:8px 16px;background:#f443361a;border:1px solid #f44336;border-radius:4px;color:#f44336;font-size:14px;text-align:center;line-height:1.4}@media(max-width:576px){.resume-importer-main .file-selected{flex-direction:column;align-items:stretch;gap:16px}.resume-importer-main .file-selected .file-info{justify-content:center;text-align:center}.resume-importer-main .file-selected .file-actions{justify-content:center}.resume-importer-main .file-selected .file-actions .parse-file-btn{flex:1}.resume-importer-main .file-drop-zone{padding:16px}.resume-importer-main .file-drop-zone .file-drop-text strong,.resume-importer-main .file-drop-zone .file-drop-text span{font-size:14px}}.create-or-import-card{display:flex;flex-direction:column;border-right:1px solid #e0e0e0;padding:32px;text-align:center;height:100%}.create-or-import-card .template-card-base,.create-or-import-card .choose-template-card,.create-or-import-card .selected-template-info{border-radius:8px;padding:16px;margin-bottom:24px;display:flex;align-items:center;gap:16px;text-align:left;transition:all .3s ease;cursor:pointer}.create-or-import-card .template-card-base .template-visual,.create-or-import-card .choose-template-card .template-visual,.create-or-import-card .selected-template-info .template-visual{flex-shrink:0}.create-or-import-card .template-card-base .template-content,.create-or-import-card .choose-template-card .template-content,.create-or-import-card .selected-template-info .template-content{flex:1}.create-or-import-card .template-card-base .template-content .template-title,.create-or-import-card .choose-template-card .template-content .template-title,.create-or-import-card .selected-template-info .template-content .template-title{margin:0 0 4px;font-size:14px;font-weight:500;color:#36404a}.create-or-import-card .template-card-base .template-content .template-subtitle,.create-or-import-card .choose-template-card .template-content .template-subtitle,.create-or-import-card .selected-template-info .template-content .template-subtitle{margin:0 0 12px;font-size:12px;color:#616161}.create-or-import-card .selected-template-info{border:1px solid transparent;background:#f0f4ef}.create-or-import-card .selected-template-info:hover{border-color:#7fb18e}.create-or-import-card .selected-template-info .template-image.clickable{cursor:pointer;transition:all .3s ease}.create-or-import-card .selected-template-info .template-image.clickable:hover{transform:scale(1.02);box-shadow:0 4px 10px #0000001a}.create-or-import-card .selected-template-info .template-image img{width:120px;height:80px;object-fit:cover;border-radius:4px;border:2px solid #9ebfa1;object-position:top}.create-or-import-card .choose-template-card{border:1px solid transparent;background:#f0f4ef}.create-or-import-card .choose-template-card:hover{border-color:#7fb18e;cursor:pointer}.create-or-import-card .choose-template-card .template-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#bdd2bc;border-radius:50%;color:#4a8264}.create-resume-button{margin-top:auto;width:100%}.selection-button,.experience-selection .experience-buttons .experience-button,.method-selection .method-button{padding:16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-weight:500;color:#36404a;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.selection-button:hover,.experience-selection .experience-buttons .experience-button:hover,.method-selection .method-button:hover{border-color:#66a182;background:#f0f4ef}.selection-button.selected,.experience-selection .experience-buttons .selected.experience-button,.method-selection .selected.method-button{border-color:#66a182;background:#f0f4ef;color:#66a182}.method-selection{display:flex;gap:16px;margin-bottom:24px}.method-selection .method-button{flex:1}.experience-selection{margin-bottom:24px}.experience-selection h3{font-size:14px;font-weight:500;color:#36404a;margin-bottom:8px;text-align:center}.experience-selection .experience-buttons{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-image-modal .template-modal-image{max-width:100%;max-height:100%;border-radius:8px}.template-selection-page{padding:32px;height:100vh;overflow-y:auto}.template-selection-page .template-selection-header{text-align:center;margin-bottom:32px}.template-selection-page .template-selection-header h2{color:#36404a;margin-bottom:8px}.template-selection-page .template-selection-header p{color:#616161;font-size:16px}.file-upload-section{margin-bottom:24px}.draft-list-card{padding:32px;text-align:center;display:flex;flex-direction:column;height:100%;text-align:left}.draft-list-card .drafts-list{display:flex;flex-direction:column;margin-bottom:32px;gap:8px}.draft-list-card .drafts-list .draft-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:12px;cursor:pointer;transition:all .2s ease;position:relative}.draft-list-card .drafts-list .draft-item:hover{border-color:#66a182;background:#f0f4ef}.draft-list-card .drafts-list .draft-item.continue-item{border-color:#66a182;border-style:dashed}.draft-list-card .drafts-list .draft-item.loading{cursor:default;opacity:.7;pointer-events:none}.draft-list-card .drafts-list .draft-item .draft-info{display:flex;align-items:center;gap:12px;flex:1}.draft-list-card .drafts-list .draft-item .draft-info svg{color:#66a182;flex-shrink:0}.draft-list-card .drafts-list .draft-item .draft-info .draft-details{flex:1}.draft-list-card .drafts-list .draft-item .draft-info .draft-details h4{font-weight:500;color:#36404a;margin-bottom:2px;display:flex;align-items:center;gap:8px}.draft-list-card .drafts-list .draft-item .draft-info .draft-details h4 .mock-badge{color:#66a182;font-size:12px}.draft-list-card .drafts-list .draft-item .draft-info .draft-details .draft-timestamp{display:flex;align-items:center;gap:4px;font-size:12px;color:#616161;margin-top:4px}.draft-list-card .view-all-drafts{margin-top:auto;width:100%}.draft-list-card .no-drafts{text-align:center;padding:32px 16px;color:#616161;font-size:16px;line-height:1.5}.resume-start{max-width:1400px;margin:0 auto;padding:40px 20px;position:relative}.resume-start .resume-start-loader{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.resume-start .resume-start-loader .loader-content{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;border:1px solid #e0e0e0}.resume-start .resume-start-loader .loader-content .animate-spin{animation:spin 1s linear infinite;color:#66a182;margin-bottom:1.5rem}.resume-start .resume-start-loader .loader-content h2{font-size:18px;font-weight:700;color:#36404a;margin-bottom:.5rem}.resume-start .resume-start-loader .loader-content p{font-size:16px;color:#616161;margin:0}.resume-start .rs-container{width:100%;display:flex;flex-direction:column;align-items:center}.resume-start .rs-container .rs-header{text-align:center;margin-bottom:48px}.resume-start .rs-container .rs-header h1{font-size:32px;font-weight:700;color:#66a182;margin-bottom:16px}.resume-start .rs-container .rs-header p{font-size:18px;color:var(--text-secondary)}.resume-start .rs-container .rs-content{border:1px solid #e0e0e0;border-radius:12px;transition:all .2s ease;box-shadow:0 4px 20px #00000014;height:100%;max-width:1080px;display:grid;grid-template-columns:1fr 1fr}@media(max-width:1024px){.resume-start .rs-container .rs-content{grid-template-columns:1fr;max-width:700px;margin:0 auto}}@media(max-width:768px){.resume-start .rs-container .rs-content{gap:24px}}.resume-start .rs-container .rs-content .section-icon{display:flex;justify-content:center;margin-bottom:24px}.resume-start .rs-container .rs-content .section-icon .icon-circle{width:64px;height:64px;border-radius:50%;background:#f0f4ef;color:#66a182;display:flex;align-items:center;justify-content:center}.resume-start .rs-container .rs-content h2{font-size:18px;font-weight:700;color:#36404a;text-align:center;margin-bottom:8px}.resume-start .rs-container .rs-content p{font-size:14px;color:#616161;text-align:center;margin-bottom:24px;line-height:1.5}.projects-grid .half-width input,.projects-grid .full-width input{padding:6px 8px;border:1px solid #e6e6e6;border-radius:4px;background:#fff;font-size:1rem;box-sizing:border-box}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.projects-grid .half-width{grid-column:span 1}.projects-grid .full-width{grid-column:1/-1}.highlights-row.full-width{grid-column:1/-1;margin-top:8px}.project-name-desc-row{display:flex;gap:8px}.project-name-desc-row .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.project-name-desc-row .description-field{grid-column:1/-1;margin-top:8px}.project-name-desc-row{width:100%;padding:6px 8px}.form-grid.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.project-name-desc-row{margin-bottom:0}.project-dates-row{margin-top:18px!important;display:flex;width:100%}.half-width{width:50%}.description-row input,.skills-row input,.project-name-row input,.project-url-row .half-width input{width:100%;padding:6px 8px}.highlights-row,.add-project-row{margin-top:8px}.remove-project{background:#ffecec;border:1px solid #ffb3b3;color:#b30000;padding:6px 8px}.skills-input-container{position:relative;width:100%}.custom-section-form,.custom-section-form .custom-section-entry{display:flex;flex-direction:column;gap:16px}.custom-section-form .form-row{display:flex;flex-direction:column;gap:4px}.custom-section-form .form-row-group{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:768px){.custom-section-form .form-row-group{grid-template-columns:1fr}}.custom-section-form .form-row-group:has(.form-row:nth-child(3)){grid-template-columns:2fr 1fr 1fr}@media(max-width:768px){.custom-section-form .form-row-group:has(.form-row:nth-child(3)){grid-template-columns:1fr}}.resume-success{max-width:1400px;margin:0 auto;padding:40px 20px;position:relative}.resume-success.loading{background:#f5f5f5}.resume-success .success-container{width:100%;display:flex;flex-direction:column;align-items:center}.resume-success .success-header{text-align:center;margin-bottom:48px}.resume-success .success-header h1{font-size:32px;font-weight:700;color:#66a182;margin-bottom:16px}.resume-success .success-header p{font-size:18px;color:#616161}.resume-success .action-cards{border:1px solid #e0e0e0;border-radius:12px;transition:all .2s ease;box-shadow:0 4px 20px #00000014;height:100%;max-width:1080px;display:grid;grid-template-columns:1fr 1fr}@media(max-width:1024px){.resume-success .action-cards{grid-template-columns:1fr;max-width:700px;margin:0 auto}}@media(max-width:768px){.resume-success .action-cards{gap:24px}}.resume-success .action-cards .action-card{display:flex;flex-direction:column;padding:32px;text-align:center;height:100%}.resume-success .action-cards .action-card:not(:last-child){border-right:1px solid #e0e0e0}@media(max-width:1024px){.resume-success .action-cards .action-card{border-right:none;border-bottom:1px solid #e0e0e0}.resume-success .action-cards .action-card:last-child{border-bottom:none}}.resume-success .action-cards .action-card .section-icon{display:flex;justify-content:center;margin-bottom:24px}.resume-success .action-cards .action-card .section-icon .card-icon{width:64px;height:64px;border-radius:50%;background:#f0f4ef;color:#66a182;display:flex;align-items:center;justify-content:center}.resume-success .action-cards .action-card h3{font-size:18px;font-weight:700;color:#36404a;text-align:center;margin-bottom:8px}.resume-success .action-cards .action-card p{font-size:14px;color:#616161;text-align:center;margin-bottom:24px;line-height:1.5}.resume-success .action-cards .action-card button{width:100%}.resume-success .navigation-actions{padding-top:2rem;border-top:1px solid #e0e0e0}.resume-success .navigation-actions button{min-width:200px}.resume-success .rename-section{margin-top:16px;display:flex;justify-content:center}.resume-success .rename-section .resume-name-display{display:flex;align-items:center;gap:8px}.resume-success .rename-section .resume-name-display .resume-name{font-size:24px;font-weight:500;color:#36404a}.resume-success .rename-section .resume-name-display .rename-btn-icon{background:none;border:none;cursor:pointer;color:#616161;padding:4px;border-radius:4px;display:flex;align-items:center;transition:all .2s}.resume-success .rename-section .resume-name-display .rename-btn-icon:hover{background-color:#f5f5f5;color:#66a182}.resume-success .rename-section .rename-input-group{display:flex;align-items:center;gap:8px}@media(max-width:768px){.resume-success .rename-section .rename-input-group{flex-direction:column}}.resume-success .rename-section .rename-input-group .rename-input{padding:8px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;min-width:300px;font-family:inherit}.resume-success .rename-section .rename-input-group .rename-input:focus{border-color:#66a182;outline:none;box-shadow:0 0 0 2px #66a1821a}@media(max-width:768px){.resume-success .rename-section .rename-input-group .rename-input{width:100%;min-width:auto}}.resume-success .rename-section .rename-input-group .rename-actions{display:flex;gap:4px}.resume-success .rename-section .rename-input-group .rename-actions button{min-width:auto;padding:8px 16px}@keyframes checkmark{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}body.razorpay-open .resume-success{filter:blur(4px);pointer-events:none}.custom-sections-list{display:flex;flex-direction:column;gap:8px;min-height:200px}.custom-sections-list .deletion-toast{display:flex;align-items:center;gap:8px;background:#dcfce7;color:#15803d;padding:8px 16px;border-radius:8px;border:1px solid #bbf7d0;font-size:.875rem;font-weight:500;animation:toast-slide-in .3s ease-out}.custom-sections-list .empty{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:32px;color:#94a3b8;gap:16px}.custom-sections-list .empty svg{opacity:.6}.custom-sections-list .empty h4{margin:0;font-size:1.125rem;font-weight:600;color:#64748b}.custom-sections-list .empty p{margin:0;font-size:.875rem;max-width:280px}.custom-sections-list .sections-header{margin-bottom:16px}.custom-sections-list .sections-header h4{margin:0 0 4px;font-size:1rem;font-weight:600;color:#1e293b}.custom-sections-list .sections-header p{margin:0;font-size:.875rem;color:#64748b}.custom-sections-list .cs-row{display:flex;gap:8px;align-items:center;background:#fff;border:2px solid #f1f5f9;border-radius:8px;padding:8px 16px;transition:all .3s ease}.custom-sections-list .cs-row:hover{border-color:#e2e8f0;box-shadow:0 2px 8px #0000000d}.custom-sections-list .cs-row:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-sections-list .cs-row.recently-moved{border-color:#10b981;background:#f0fdf4;box-shadow:0 4px 12px #10b98126}.custom-sections-list .cs-row.recently-moved .cs-meta{color:#059669;font-weight:600}.custom-sections-list .cs-row .lock-icon{color:#10b981;margin-left:auto}.custom-sections-list .cs-content{flex:1;display:flex;flex-direction:column;gap:4px}.custom-sections-list .cs-display-mode .cs-title-display{display:flex;align-items:center;gap:4px;font-size:.95rem;font-weight:500;color:#1e293b;width:100%}.custom-sections-list .cs-display-mode .cs-title-display .section-number{color:#64748b;font-weight:600;min-width:24px}.custom-sections-list .cs-display-mode .cs-title-display .section-label{flex:1}.custom-sections-list .cs-edit-mode{display:flex;gap:8px;align-items:flex-start}.custom-sections-list .cs-edit-mode .cs-title-input{flex:1;border:1px solid #e2e8f0;border-radius:8px;padding:8px;font-size:1rem;font-weight:500;transition:all .2s ease;background:#fff}.custom-sections-list .cs-edit-mode .cs-title-input:focus{outline:none}.custom-sections-list .cs-edit-mode .cs-title-input::placeholder{color:#94a3b8;font-weight:400}.custom-sections-list .cs-meta{font-size:.75rem;color:#10b981;font-weight:600;margin-top:2px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.custom-sections-list .cs-edit-actions{display:flex;gap:4px}.custom-sections-list .cs-controls{display:flex;gap:4px;align-items:flex-start}.custom-sections-list .cs-btn-save{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;font-weight:500}.custom-sections-list .cs-btn-save:hover:not(:disabled){transform:translateY(-1px)}.custom-sections-list .cs-btn-save:active:not(:disabled){transform:translateY(0)}.custom-sections-list .cs-btn-save:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-sections-list .cs-btn-save{width:32px;height:32px;background:#dcfce7;border-color:#bbf7d0;color:#15803d}.custom-sections-list .cs-btn-save:hover:not(:disabled){background:#15803d;border-color:#166534;color:#fff}.custom-sections-list .cs-btn-cancel{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;font-weight:500}.custom-sections-list .cs-btn-cancel:hover:not(:disabled){transform:translateY(-1px)}.custom-sections-list .cs-btn-cancel:active:not(:disabled){transform:translateY(0)}.custom-sections-list .cs-btn-cancel:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-sections-list .cs-btn-cancel{width:32px;height:32px;background:#fef2f2;border-color:#fecaca;color:#dc2626}.custom-sections-list .cs-btn-cancel:hover:not(:disabled){background:#dc2626;border-color:#b91c1c;color:#fff}.custom-sections-list .cs-btn-cancel{font-size:16px}.custom-sections-list .cs-btn-rename{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;font-weight:500}.custom-sections-list .cs-btn-rename:hover:not(:disabled){transform:translateY(-1px)}.custom-sections-list .cs-btn-rename:active:not(:disabled){transform:translateY(0)}.custom-sections-list .cs-btn-rename:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-sections-list .cs-btn-rename{width:36px;height:36px;background:#f0f9ff;border-color:#bae6fd;color:#0369a1}.custom-sections-list .cs-btn-rename:hover:not(:disabled){background:#0369a1;border-color:#0284c7;color:#fff}.custom-sections-list .cs-btn-rename:disabled{opacity:.5;cursor:not-allowed;background-color:#f8fafc;border-color:#e2e8f0;color:#64748b}.custom-sections-list .cs-btn-rename:disabled:hover{box-shadow:none;transform:none;background-color:#f8fafc}.custom-sections-list .cs-btn-move{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;font-weight:500}.custom-sections-list .cs-btn-move:hover:not(:disabled){transform:translateY(-1px)}.custom-sections-list .cs-btn-move:active:not(:disabled){transform:translateY(0)}.custom-sections-list .cs-btn-move:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-sections-list .cs-btn-move{width:36px;height:36px;background:#f8fafc;border-color:#e2e8f0;color:#64748b}.custom-sections-list .cs-btn-move:hover:not(:disabled){background:#3b82f6;border-color:#2563eb;color:#fff}.custom-sections-list .cs-btn-move{border-radius:8px}.custom-sections-list .cs-btn-move:disabled{opacity:.5;cursor:not-allowed}.custom-sections-list .cs-btn-move:disabled:hover{box-shadow:none;transform:none;background-color:#f8fafc}.custom-sections-list .cs-btn-delete{display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid;transition:all .2s ease;cursor:pointer;font-weight:500}.custom-sections-list .cs-btn-delete:hover:not(:disabled){transform:translateY(-1px)}.custom-sections-list .cs-btn-delete:active:not(:disabled){transform:translateY(0)}.custom-sections-list .cs-btn-delete:disabled{opacity:.4;cursor:not-allowed;transform:none}.custom-sections-list .cs-btn-delete{width:36px;height:36px;background:#fef2f2;border-color:#fecaca;color:#dc2626}.custom-sections-list .cs-btn-delete:hover:not(:disabled){background:#dc2626;border-color:#b91c1c;color:#fff}.custom-sections-list .cs-btn-delete{border-radius:8px}.custom-sections-list .cs-btn-delete:disabled{opacity:.5;cursor:not-allowed;background-color:#f8fafc;border-color:#e2e8f0;color:#64748b}.custom-sections-list .cs-btn-delete:disabled:hover{box-shadow:none;transform:none;background-color:#f8fafc}@keyframes success-pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #10b98126}50%{transform:scale(1.02);box-shadow:0 8px 20px #10b98140}}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;margin-top:4px}.custom-section-preview{width:100%}.custom-section-preview .custom-preview-content{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:12px;font-size:11px;line-height:1.3;display:flex;flex-direction:column}.custom-section-preview .custom-preview-content .preview-row{margin-bottom:6px}.custom-section-preview .custom-preview-content .preview-row:last-child{margin-bottom:0}.custom-section-preview .custom-preview-content .preview-row.main-title,.custom-section-preview .custom-preview-content .preview-row.subtitle-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.custom-section-preview .custom-preview-content .preview-row.dates-row{display:flex;align-items:center;margin-bottom:6px}.custom-section-preview .custom-preview-content .preview-title{font-weight:700;color:#36404a;font-size:12px}.custom-section-preview .custom-preview-content .preview-title-right{font-weight:500;color:#66a182;font-size:11px}.custom-section-preview .custom-preview-content .preview-subtitle{font-weight:500;color:#616161;font-size:11px}.custom-section-preview .custom-preview-content .preview-subtitle-right{font-weight:500;color:#616161;font-size:10px}.custom-section-preview .custom-preview-content .preview-date{font-size:10px;color:#616161;font-style:italic}.custom-section-preview .custom-preview-content .preview-date-separator{font-size:10px;color:#616161;margin:0 2px}.custom-section-preview .custom-preview-content .preview-description{font-size:10px;color:#616161;line-height:1.4;margin:0}.custom-section-preview .custom-preview-content .preview-bullets{margin:0;padding-left:12px}.custom-section-preview .custom-preview-content .preview-bullets .preview-bullet{font-size:10px;color:#616161;line-height:1.3;margin-bottom:2px;list-style:disc}.custom-section-preview .custom-preview-content .preview-bullets .preview-bullet:last-child{margin-bottom:0}.custom-section-preview .custom-preview-content .preview-bullets .preview-bullet::marker{color:#757575;font-size:8px}.add-custom-section-modal .cs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:24px}@media(max-width:768px){.add-custom-section-modal .cs-grid{grid-template-columns:1fr;gap:16px}}.add-custom-section-modal .cs-card{cursor:pointer;border:2px solid #e0e0e0;margin:4px;border-radius:12px;padding:16px;text-align:left;display:flex;flex-direction:column;gap:12px;min-height:240px}.add-custom-section-modal .cs-card:hover,.add-custom-section-modal .cs-card.selected{border-color:#66a182;background:#66a18208}.add-custom-section-modal .cs-card:hover .template-icon svg,.add-custom-section-modal .cs-card.selected .template-icon svg{color:#4b5563}.add-custom-section-modal .cs-card .cs-template-header{display:flex;align-items:flex-start;gap:12px}.add-custom-section-modal .cs-card .cs-template-header .cs-template-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease}.add-custom-section-modal .cs-card .cs-template-header .cs-template-icon svg{transition:color all .3s ease}.add-custom-section-modal .cs-card .cs-template-header .cs-template-info{flex:1;min-width:0}.add-custom-section-modal .cs-card .cs-template-header .cs-template-info .cs-template-name{font-size:18px;font-weight:700;line-height:1.3}.add-custom-section-modal .cs-card .cs-template-header .cs-template-info .cs-template-description{font-size:13px;color:#616161;min-height:2.8em;margin-top:4px;line-height:1.4em}.add-custom-section-modal .cs-card .cs-template-body{flex:1;display:flex;flex-direction:column;gap:12px}.add-custom-section-modal .cs-card .cs-template-body .cs-template-preview{display:flex;flex-direction:column;gap:6px}.add-custom-section-modal .cs-card .cs-template-footer{margin-top:auto}.add-custom-section-modal .cs-card .cs-template-footer .select-button{width:100%;font-size:14px;font-weight:400}.add-custom-section-modal .cs-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #eeeeee;margin-top:4px}.resume-form-container{display:flex;flex-direction:row;max-width:1200px;margin:0 auto;padding:24px;color:#36404a;gap:32px}@media(max-width:768px){.resume-form-container{flex-direction:column;padding:8px;gap:8px}}.resume-form-container .resume-form{flex:4;width:100%;display:flex;flex-direction:column}.resume-form-container .form-section{margin-bottom:24px}.resume-form-container .form-section h2{font-size:18px;margin-bottom:16px;border-bottom:2px solid #66a182;padding-bottom:8px}.resume-form-container .form-section .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:576px){.resume-form-container .form-section .form-grid{grid-template-columns:1fr}}.floating-navigation{display:none}.home-container{max-width:1200px;margin:0 auto;padding:20px}.home-page{line-height:1.5}.home-page section{padding-top:32px}@media(max-width:576px){.home-page section{padding-top:unset}}.home-page section .content-wrapper{max-width:1200px;margin:0 auto;padding:24px}@media(max-width:576px){.home-page section .content-wrapper{padding:16px}}.home-page section .section-header{text-align:center;max-width:800px;margin:0 auto 32px}.home-page section .section-header h2{font-size:36px;margin-bottom:8px;color:var(--primary-color)}.home-page section .section-header p{font-size:16px;color:#616161}@media(max-width:992px){.home-page section .section-header h2{font-size:24px}.home-page section .section-header p{font-size:14px}}@media(max-width:576px){.home-page section .section-header h2{font-size:24px}.home-page section .section-header p{font-size:14px}}.home-page section .cta-buttons{padding:32px;width:100%;display:flex;align-items:center;justify-content:center}.home-page .button-link{display:inline-block;padding:16px 24px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:all .3s ease;text-align:center;max-width:400px;width:100%}.home-page .button-link.primary{background-color:var(--secondary-color);color:#fff;border:1px solid transparent}.home-page .button-link.primary:hover{background-color:#fff;color:var(--secondary-color);border:1px solid var(--secondary-color)}.home-page .button-link.secondary{background-color:#fff;color:#66a182;border:1px solid #66a182}.home-page .button-link.secondary:hover{background-color:#f0f4ef}.hero-section .content-wrapper{font-family:Montserrat,sans-serif;display:flex;align-items:flex-start}.hero-section .content-wrapper .hero-content{flex:1.5;color:#36404a}.hero-section .content-wrapper .hero-content h1{margin-bottom:24px;line-height:1.2;font-size:48px}@media(max-width:992px){.hero-section .content-wrapper .hero-content h1{font-size:36px}}@media(max-width:576px){.hero-section .content-wrapper .hero-content h1{font-size:1.75rem;margin-bottom:16px}}.hero-section .content-wrapper .hero-content p{font-family:Poppins,sans-serif;font-size:14px;color:#616161}.hero-section .content-wrapper .hero-content .features{margin-top:24px}.hero-section .content-wrapper .hero-content .features li{display:flex;align-items:center;gap:16px;font-size:12px;margin-bottom:8px;font-weight:600}.hero-section .content-wrapper .hero-content .features li img{width:20px}@media(max-width:576px){.hero-section .content-wrapper .hero-content .features li{gap:12px}}.hero-section .content-wrapper .hero-content .cta-buttons{display:flex;align-items:center;justify-content:start;padding:24px 24px 24px 0;gap:8px}.hero-section .content-wrapper .hero-content .cta-buttons .price{font-weight:700}.hero-section .content-wrapper .hero-content .cta-buttons .price span{color:#66a182}@media(max-width:576px){.hero-section .content-wrapper .hero-content .cta-buttons{padding:16px 16px 16px 0;flex-direction:column;align-items:flex-start}}.hero-section .content-wrapper .hero-content .brands{margin-top:32px}.hero-section .content-wrapper .hero-content .brands .logo-images{display:flex;justify-content:start;align-items:center;gap:16px}.hero-section .content-wrapper .hero-content .brands .logo-images .dot{width:6px;height:6px;background-color:var(--secondary-color);border-radius:100%}@media(max-width:576px){.hero-section .content-wrapper .hero-content .brands .logo-images .dot{display:none}}.hero-section .content-wrapper .hero-content .brands .logo-images img{width:80px;height:80px}@media(max-width:992px){.hero-section .content-wrapper .hero-content .brands .logo-images img{width:60px;height:60px}}@media(max-width:576px){.hero-section .content-wrapper .hero-content .brands .logo-images img.google,.hero-section .content-wrapper .hero-content .brands .logo-images img.microsoft{display:none}}.hero-section .content-wrapper .hero-image{flex:1;position:relative;min-height:500px}@media(max-width:768px){.hero-section .content-wrapper .hero-image{display:none}}.hero-section .content-wrapper .hero-image img{max-width:55%;position:absolute;z-index:2}@media(max-width:992px){.hero-section .content-wrapper .hero-image img{max-width:65%}}.hero-section .content-wrapper .hero-image .top-image{top:16px;left:16px}.hero-section .content-wrapper .hero-image .bottom-image{bottom:16px;right:16px}.highlights-section{background-color:#f5f5f5;padding:32px 0}.highlights-section .highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1200px;margin:0 auto;padding:0 24px}.highlights-section .highlights-grid .highlight-card{background-color:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 4px #00000026;transition:all .3s ease;text-align:center}.highlights-section .highlights-grid .highlight-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a}.highlights-section .highlights-grid .highlight-card .icon{font-size:36px;margin-bottom:16px}.highlights-section .highlights-grid .highlight-card h3{margin-bottom:8px;color:#4a8264;font-size:18px}.highlights-section .highlights-grid .highlight-card p{color:#616161}.home-templates-section .content-wrapper{max-width:1200px;margin:0 auto;padding:32px 24px}.how-it-works-section .steps{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.how-it-works-section .steps .step-card{width:25%;text-align:center}.how-it-works-section .steps .step-card img{width:100%;max-width:250px;height:auto;aspect-ratio:5/4;margin:20px 0;object-fit:contain}.how-it-works-section .steps .step-card h3{margin-top:10px;color:var(--primary-color);font-size:22px}.how-it-works-section .steps .step-card p{color:gray;font-size:13px}.how-it-works-section .steps .step-card .step-index{font-size:12px;color:var(--primary-color);padding:2px 10px;background-color:#eee;width:fit-content;margin:0 auto;border-radius:4px}.how-it-works-section .steps .step-arrow{align-self:center;width:50px;height:auto;aspect-ratio:1}@media(max-width:768px){.how-it-works-section .steps{flex-direction:column;align-items:center}.how-it-works-section .steps .step-card{width:100%;max-width:400px}.how-it-works-section .steps .step-card img{max-width:200px}.how-it-works-section .steps .step-arrow{display:none}}@media(max-width:480px){.how-it-works-section .steps{gap:16px}.how-it-works-section .steps .step-card{max-width:100%;padding:0 8px}.how-it-works-section .steps .step-card img{max-width:180px;margin:16px 0}.how-it-works-section .steps .step-card h3{font-size:18px;margin-top:12px}.how-it-works-section .steps .step-card p{font-size:14px;padding:8px}}.testimonials-section .testimonials-grid{position:relative;margin-top:48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;justify-content:center}.testimonials-section .testimonials-grid .navigation-arrows{position:absolute;top:-4rem;right:16px;display:flex;gap:8px}.testimonials-section .testimonial-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:24px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.testimonials-section .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 4px 10px #0000001a;border-color:#66a18233}.testimonials-section .testimonial-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;position:relative;z-index:1}.testimonials-section .testimonial-card .category{background:#66a182;color:#fff;padding:4px 8px;border-radius:120px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;box-shadow:0 2px 8px #66a1821a}.testimonials-section .testimonial-card .rating{color:#facc15;font-size:18px;letter-spacing:1px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.testimonials-section .testimonial-card .testimonial-text{font-size:14px;color:#616161;line-height:1.8;margin-bottom:16px;position:relative;z-index:1;padding-top:4px;font-weight:500}.testimonials-section .testimonial-card .user-info{display:flex;align-items:center;gap:16px;margin-top:auto;position:relative;z-index:1;padding-top:16px;border-top:1px solid #e0e0e0}.testimonials-section .testimonial-card .user-info .avatar{width:56px;height:56px;border-radius:50%;background:#66a182;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #66a18233}.testimonials-section .testimonial-card .user-info .details{display:flex;flex-direction:column;align-items:flex-start}.testimonials-section .testimonial-card .user-info .details .name{font-weight:700;font-size:14px;color:#36404a;margin-bottom:4px}.testimonials-section .testimonial-card .user-info .details .role{font-size:12px;color:#616161;font-weight:500}@media(max-width:768px){.testimonials-section{padding:24px 16px}.testimonials-section .section-header{margin-bottom:32px}.testimonials-section .section-header h2{font-size:24px}.testimonials-section .section-header p{font-size:16px}.testimonials-section .testimonials-grid{grid-template-columns:1fr;gap:24px}.testimonials-section .testimonials-grid .navigation-arrows{top:-3.5rem;right:8px}.testimonials-section .testimonial-card{padding:16px}.testimonials-section .testimonial-card:hover{transform:translateY(-4px)}.testimonials-section .testimonial-card .quote-icon{font-size:24px;top:8px;left:8px}.testimonials-section .testimonial-card .card-header{margin-bottom:8px}.testimonials-section .testimonial-card .category{font-size:12px;padding:4px 12px}.testimonials-section .testimonial-card .rating{font-size:14px}.testimonials-section .testimonial-card .testimonial-text{font-size:14px;line-height:1.7}.testimonials-section .testimonial-card .user-info{gap:8px;padding-top:8px}.testimonials-section .testimonial-card .user-info .avatar{width:50px;height:50px;font-size:16px}.testimonials-section .testimonial-card .user-info .details .name{font-size:14px}.testimonials-section .testimonial-card .user-info .details .role{font-size:12px}}.pricing-section .pricing-outer{display:flex;justify-content:center;align-items:center;position:relative;margin:0 auto;max-width:900px;width:100%;min-height:340px}.pricing-section .pricing-side-img{width:120px;max-width:120px;height:auto;object-fit:contain;opacity:.93;margin-top:0;margin-bottom:0;display:block;align-self:center}.pricing-section .pricing-side-img.left{margin-right:32px;margin-left:0}.pricing-section .pricing-side-img.right{margin-left:32px;margin-right:0}@media(max-width:992px){.pricing-section .pricing-side-img{display:none}}.pricing-section .pricing-grid{display:flex;justify-content:center;align-items:flex-start;max-width:500px;margin:0 auto;padding:0 8px}.pricing-section .pricing-card{background-color:#fff;padding:2rem 1.5rem;border-radius:18px;box-shadow:0 2px 12px #0000000f;text-align:center;transition:all .3s ease;border:1px solid #e0e0e0;width:100%;max-width:420px}.pricing-section .pricing-card:hover{transform:translateY(-3px)}.pricing-section .pricing-card.highlighted{border-color:var(--secondary-color);box-shadow:0 6px 16px rgba(var(--secondary-color),.08);position:relative;z-index:1}.pricing-section .pricing-card.highlighted:before{content:"Most Popular";position:absolute;top:-14px;left:50%;transform:translate(-50%);background-color:var(--secondary-color);color:#fff;padding:3px 14px;border-radius:12px;font-size:.9rem;font-weight:600;letter-spacing:.5px}.pricing-section .pricing-card h3{font-size:1.45rem;margin-bottom:1.1rem;color:var(--primary-color);font-weight:700}.pricing-section .pricing-card .price{margin-bottom:1.2rem}.pricing-section .pricing-card .price .amount{font-size:2rem;font-weight:700;color:var(--secondary-color)}.pricing-section .pricing-card .price .period{color:#616161;font-size:1rem}.pricing-section .pricing-card .features-list{list-style:none;padding:0;margin:0 0 1.2rem}.pricing-section .pricing-card .features-list li{padding:.65rem 0;border-bottom:1px solid #e0e0e0;font-size:1rem;color:#36404a}.pricing-section .pricing-card .features-list li:last-child{border-bottom:none}.pricing-section .pricing-card .cta{width:100%;background-color:var(--secondary-color);border:none;font-size:1.1rem;padding:.9rem 0;border-radius:30px;font-weight:700;margin-top:.5rem}.faq-section .faq-container{max-width:1200px;background-image:url(/assets/faqs2-DxPyjpiF.svg);background-size:150px;background-repeat:no-repeat;background-position:right;margin:0 auto;padding:32px 24px}@media(max-width:992px){.faq-section .faq-container{background-image:none}}.faq-section .faq-container .faq-item{margin:0 auto 16px;max-width:800px;border:1px solid #e0e0e0;background-color:#fff;border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.faq-section .faq-container .faq-item:hover{box-shadow:0 4px 12px #00000014}.faq-section .faq-container .faq-item.active .faq-question{background-color:#66a18208;border-bottom:1px solid #e0e0e0}.faq-section .faq-container .faq-item.active .faq-question .faq-icon{transform:rotate(180deg);color:#66a182}.faq-section .faq-container .faq-item.active .faq-answer{max-height:500px;opacity:1}.faq-section .faq-container .faq-item .faq-question{padding:16px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease;border-bottom:1px solid transparent}.faq-section .faq-container .faq-item .faq-question:hover{background-color:#66a1820f}.faq-section .faq-container .faq-item .faq-question h3{margin:0;font-size:16px;font-weight:500;color:#36404a;flex:1;transition:color .2s ease}.faq-section .faq-container .faq-item .faq-question .faq-icon{font-size:1rem;color:#616161;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.faq-section .faq-container .faq-item .faq-answer{max-height:0;overflow:hidden;transition:all .4s ease-in-out;padding:0 24px;opacity:0;transform-origin:top}.faq-section .faq-container .faq-item .faq-answer p{margin:16px 0;color:#616161;line-height:1.6;font-size:14px}.faq-section .faq-cta{text-align:center;margin-top:-10px;padding:24px}.faq-section .faq-cta p{margin-bottom:16px;font-size:16px;color:#616161;max-width:600px;margin-left:auto;margin-right:auto}.faq-section .faq-cta button{background-color:var(--secondary-color);transition:all .3s ease;border:1px solid transparent}.faq-section .faq-cta button:hover{background-color:#fff;color:var(--secondary-color);border:1px solid var(--secondary-color)}.explore-page{font-family:Poppins,sans-serif;color:#36404a;line-height:1.5}.explore-page .explore-container{max-width:1200px;margin:0 auto;padding:32px 24px}@media screen and (max-width:768px){.explore-page .explore-container{padding:24px 16px}}.explore-page .explore-container .explore-header{text-align:center;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.explore-page .explore-container .explore-header h1{font-size:48px;font-weight:700;color:#36404a;margin-bottom:16px}.explore-page .explore-container .explore-header p{font-size:18px;color:#616161;line-height:1.6}@media screen and (max-width:768px){.explore-page .explore-container .explore-header{margin-bottom:24px}.explore-page .explore-container .explore-header h1{font-size:24px;margin-bottom:8px}.explore-page .explore-container .explore-header p{font-size:16px}}.person-creator-container{max-width:600px;margin:2rem auto;padding:2rem;border-radius:12px;background-color:#f7f9fc;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,sans-serif}h2{margin-bottom:1rem;text-align:center;color:#333}.json-input{width:100%;height:400px;padding:1rem;font-family:monospace;font-size:1rem;border-radius:8px;border:1px solid #ccc;resize:vertical;margin-bottom:1rem;background:#fff}.file-upload{margin-top:.75rem}.file-input{display:none}.file-label{border:2px dashed #cfe2ff;background:linear-gradient(180deg,#fff,#f7fbff);padding:1rem;border-radius:10px;cursor:pointer;text-align:center;transition:border-color .2s ease,background .2s ease}.file-label:hover{border-color:#9ec5ff;background:linear-gradient(180deg,#fff,#f0f8ff)}.file-label-inner{display:flex;flex-direction:column;gap:.25rem;align-items:center;color:#2b3a55}.file-sub{font-size:.85rem;color:#6b7a94}.file-info{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding:.6rem .8rem;border-radius:8px;background:#fff;border:1px solid #e6eefc}.file-meta{display:flex;gap:.75rem;align-items:baseline}.file-name{font-weight:600;color:#1f2a44}.file-size{font-size:.85rem;color:#6b7a94}.remove-btn{background:transparent;border:1px solid #e0e6f8;padding:.35rem .6rem;border-radius:6px;cursor:pointer;color:#2b3a55}.remove-btn:hover{background:#fff6f6}.button-row{display:flex;justify-content:space-between;gap:1rem}.create-btn,.get-btn{flex:1;padding:.7rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.create-btn{background-color:#007bff;color:#fff}.create-btn:hover{background-color:#0056b3}.get-btn{background-color:#28a745;color:#fff}.get-btn:hover{background-color:#1e7e34}.result-json{margin-top:1.5rem;background-color:#eef;padding:1rem;border-radius:8px;white-space:pre-wrap;font-family:monospace}.error-msg{color:red;margin-top:1rem;font-weight:700}.download-btn,.test-btn{width:100%;background-color:var(--secondary-color)}.rename-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.rename-popup .popup-content{background:#fff;padding:2rem;border-radius:8px;width:400px;box-shadow:0 4px 10px #0003;position:relative}.rename-popup .popup-content h3{margin-bottom:1rem}.rename-popup .popup-content input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:4px}.rename-popup .popup-content .popup-actions{display:flex;justify-content:flex-end;gap:1rem}.rename-popup .popup-content .popup-actions .cancel-btn{background:#f5f5f5;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.rename-popup .popup-content .popup-actions .ok-btn{background:var(--secondary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.rename-popup .popup-content .close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer}.rename-popup .error-message{color:red;font-size:.9rem;margin-top:-.5rem;margin-bottom:1rem}.confirm-delete-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-delete-popup .popup-content{background:#fff;padding:2rem;border-radius:8px;width:400px;box-shadow:0 4px 10px #0003;position:relative}.confirm-delete-popup .popup-content h3{margin-bottom:1rem}.confirm-delete-popup .popup-content p{margin-bottom:1.5rem;font-size:1rem;color:#333}.confirm-delete-popup .popup-content .popup-actions{display:flex;justify-content:flex-end;gap:1rem}.confirm-delete-popup .popup-content .popup-actions .cancel-btn{background:#f5f5f5;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.confirm-delete-popup .popup-content .popup-actions .confirm-btn{background:#d9534f;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.confirm-delete-popup .popup-content .close-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer}.resume-card{display:flex;justify-content:space-between;align-items:center;background:#fafafa;padding:16px;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease;cursor:pointer}@media(max-width:768px){.resume-card{flex-direction:column;align-items:flex-start;gap:16px}}.resume-card:hover{border-color:#66a182;box-shadow:0 4px 10px #0000001a}.resume-card .resume-info{display:flex;align-items:center;gap:16px}@media(max-width:768px){.resume-card .resume-info{width:100%}}.resume-card .resume-info .icon{color:#66a182}.resume-card .resume-info .resume-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.resume-card .resume-info .resume-title{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:300px;word-break:break-word}.resume-card .resume-info .status-chip{font-size:12px;font-weight:600;padding:4px 8px;border-radius:8px;background:#0f172a1a;color:#0f172a8c;line-height:1}.resume-card .resume-info .status-paid{color:#114d2bb3;background:#22c55e1a}.resume-card .resume-info .dates{display:flex;gap:16px;font-size:12px;color:#616161;margin-top:8px}@media(max-width:768px){.resume-card .resume-info .dates{flex-direction:column;gap:4px}}.resume-card .actions{display:flex;align-items:center;gap:1rem;color:#66a182}@media(max-width:768px){.resume-card .actions{width:100%;justify-content:flex-end;border-top:1px solid #e0e0e0;padding-top:16px;flex-wrap:wrap}}.resume-card .actions .more-wrapper{position:relative}.resume-card .actions .more-wrapper .more-menu{position:absolute;top:40px;right:0;width:170px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 18px #00000014;z-index:100;padding:8px 0;animation:fadeIn .2s ease-out}.resume-card .actions .more-wrapper .more-menu div{padding:8px 16px;font-size:15px;color:#36404a;cursor:pointer;transition:background .15s}.resume-card .actions .more-wrapper .more-menu div:hover{background-color:#0000000d}.resume-card .actions .more-wrapper .more-menu div.remove{color:#dc2626}.resume-card .actions .more-wrapper .more-menu div.remove:hover{background-color:#dc26261a}.my-resumes{max-width:1200px;margin:0 auto;padding:24px}.my-resumes .header{display:flex;justify-content:space-between;align-items:center;margin:24px 8px}@media(max-width:768px){.my-resumes .header{flex-direction:column;align-items:flex-start;gap:16px}}.my-resumes .header h2{margin-bottom:0}.my-resumes .header .header-actions{display:flex;align-items:center;gap:16px}@media(max-width:768px){.my-resumes .header .header-actions{width:100%;justify-content:space-between}}.my-resumes .header .header-actions .view-toggle{display:flex;gap:8px}@media(max-width:768px){.my-resumes .header .header-actions .view-toggle{display:none}}.my-resumes .header .header-actions .view-toggle .button-icon{color:#616161;padding:12px}.my-resumes .header .header-actions .view-toggle .button-icon.active{background:#f4f9f2;color:#66a182}.my-resumes .resume-list{display:flex;flex-direction:column;gap:24px}.my-resumes .resume-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.my-resumes .resume-grid .resume-card{flex-direction:column;position:relative;gap:16px}.my-resumes .resume-grid .resume-card .resume-info{flex-direction:column;text-align:center}.my-resumes .resume-grid .resume-card .resume-info .resume-title-row{justify-content:center}.my-resumes .resume-grid .resume-card .resume-info .resume-title-row .status-chip{position:absolute;top:16px;right:16px}.my-resumes .resume-grid .resume-card .actions{flex-wrap:wrap}.my-resumes .no-resumes{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;margin:0 auto}.my-resumes .no-resumes img{width:200px;margin-bottom:50px}body.razorpay-open{overflow:hidden}body.razorpay-open .myresumes{filter:blur(4px);transition:filter .18s ease-in-out;pointer-events:none;-webkit-user-select:none;user-select:none}body.razorpay-open:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000038;z-index:9998;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.resumetips{max-width:960px;margin:0 auto;padding:48px 24px}.resumetips .header{text-align:center;margin-bottom:48px;padding:12px 16px}.resumetips .header h1{font-size:clamp(24px,3.6vw,36px);color:#66a182;margin-bottom:8px;line-height:1.15}.resumetips .header h3{font-size:clamp(16px,1.6vw,18px);font-weight:500;color:#36404a;margin-bottom:8px}.resumetips .header p{color:#616161}.resumetips .tips-container{display:grid;grid-template-columns:1fr;gap:24px}.resumetips .tip-card{display:flex;gap:24px;background:#fff;border-radius:12px;padding:32px;align-items:flex-start;box-shadow:0 8px 20px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.resumetips .tip-card:hover{transform:translateY(-6px);box-shadow:0 4px 10px #0000001a}.resumetips .tip-card .tip-number{flex:0 0 56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#edf3ea;color:#66a182;font-weight:700;font-size:24px}.resumetips .tip-card .tip-content{flex:1 1 auto}.resumetips .tip-card .tip-content h3{font-weight:700;color:#66a182;margin-bottom:16px}.resumetips .tip-card .tip-content p{margin:0 0 8px;color:#616161;line-height:1.5;font-size:16px}.resumetips .tip-card .tip-content .bullet-section{background:#f5f5f5;border-left:4px solid #66a182;border-radius:8px;padding:16px;margin-top:16px}.resumetips .tip-card .tip-content .bullet-section .tip-subtitle{font-size:16px;font-weight:500;color:#66a182;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.resumetips .tip-card .tip-content .bullet-section ul{list-style:none;padding:0;margin:0}.resumetips .tip-card .tip-content .bullet-section ul li{font-size:14px;color:#616161;line-height:1.5;margin-bottom:12px;position:relative;padding-left:24px}.resumetips .tip-card .tip-content .bullet-section ul li:before{content:"";width:8px;height:8px;background:#66a182;border-radius:4px;position:absolute;left:4px;top:6px}@media(max-width:768px){.resumetips{padding:24px 16px}.resumetips .header{margin-bottom:24px}.resumetips .header h1{font-size:24px}.resumetips .header h3{font-size:16px}.resumetips .header p{font-size:14px}.resumetips .tip-card{flex-direction:row;align-items:flex-start;padding:16px}.resumetips .tip-card .tip-number{flex:0 0 48px;height:48px;font-size:16px}.resumetips .tip-card .tip-content h3{font-size:16px}.resumetips .tip-card .tip-content p{font-size:14px}.resumetips .tip-card .tip-content .bullet-section{padding:12px}}.contactus{max-width:1200px;margin:0 auto;padding:48px 24px;font-family:Poppins,sans-serif}.contactus .contactus-header{text-align:center;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto}.contactus .contactus-header h1{font-size:48px;font-weight:700;color:#36404a;margin-bottom:16px}.contactus .contactus-header p{font-size:18px;color:#616161;line-height:1.6;font-weight:500}.contactus .contactus-content{display:flex;gap:32px;flex-wrap:wrap}.contactus .contactus-content .contactus-info{flex:1;min-width:300px;background:#edf3ea;padding:32px;border-radius:12px;border:1px solid transparent}.contactus .contactus-content .contactus-info h2{font-size:24px;font-weight:700;color:#36404a;margin-bottom:24px}.contactus .contactus-content .contactus-info .info-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.contactus .contactus-content .contactus-info .info-list .info-item{display:flex;align-items:flex-start;gap:16px}.contactus .contactus-content .contactus-info .info-list .info-item .icon-wrapper{width:32px;height:32px;border-radius:50%;background:#66a1821a;display:flex;align-items:center;justify-content:center;color:#66a182;flex-shrink:0}.contactus .contactus-content .contactus-info .info-list .info-item .info-text h3{font-size:12px;font-weight:400;color:#616161;margin-bottom:4px;text-transform:uppercase}.contactus .contactus-content .contactus-info .info-list .info-item .info-text p,.contactus .contactus-content .contactus-info .info-list .info-item .info-text a{font-size:14px;color:#36404a;font-weight:500;line-height:1.5;text-decoration:none;margin:0;display:block}.contactus .contactus-content .contactus-info .info-list .info-item .info-text a:hover{color:#66a182;text-decoration:underline}.contactus .contactus-content .contactus-info .response-note{font-size:14px;color:#616161;font-style:italic;padding:8px 16px;background:#66a1820d;border-radius:4px;border-left:3px solid #66a182}.contactus .contactus-content .contactus-info .contactus-image{margin-top:24px;text-align:center}.contactus .contactus-content .contactus-info .contactus-image img{max-width:60%;height:auto}.contactus .contactus-content .contactus-form{flex:1.5;min-width:300px;background:#fff;padding:32px;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.contactus .contactus-content .contactus-form h2{font-size:24px;font-weight:700;color:#36404a;margin-bottom:24px}.contactus .contactus-content .contactus-form form{display:flex;flex-direction:column;gap:16px}.contactus .contactus-content .contactus-form form .submit-button{margin-top:8px;width:100%}.contactus .contactus-content .contactus-form .success-message{text-align:center;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px}.contactus .contactus-content .contactus-form .success-message img{width:64px;height:64px;margin-bottom:24px}.contactus .contactus-content .contactus-form .success-message h2{font-size:24px;font-weight:700;color:#4caf50;margin-bottom:8px}.contactus .contactus-content .contactus-form .success-message p{font-size:16px;color:#616161}@media(max-width:768px){.contactus{padding:32px 16px}.contactus .contactus-header{margin-bottom:32px}.contactus .contactus-header h1{font-size:24px}.contactus .contactus-header p{font-size:14px}.contactus .contactus-content{flex-direction:column;gap:24px}.contactus .contactus-content .contactus-info,.contactus .contactus-content .contactus-form{padding:24px;width:100%}.contactus .contactus-content .contactus-info .contactus-image img{max-width:60%}}@media(max-width:480px){.contactus{padding:32px 16px}.contactus .contactus-header h1{font-size:24px}.contactus .contactus-content .contactus-info .info-list .info-item .icon-wrapper{width:32px;height:32px}.contactus .contactus-content .contactus-info .contactus-image img{max-width:50%}}.navbar{background-color:#fff;font-family:Poppins,sans-serif;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar .navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 24px}@media(max-width:768px){.navbar .navbar-container{padding:12px 16px}}.navbar .navbar-container .nav-logo{width:9rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.navbar .navbar-container .logo{width:100%;transition:transform .2s ease}@media(max-width:768px){.navbar .navbar-container .logo{width:7rem}}.navbar .navbar-container .logo:hover{transform:scale(1.02)}.navbar .navbar-container .nav-menu{display:flex;justify-content:center;align-items:center}@media(max-width:768px){.navbar .navbar-container .nav-menu{display:none;position:absolute;top:70px;right:0;width:50%;min-width:250px;background-color:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px #0000001a;border-radius:12px}.navbar .navbar-container .nav-menu.mobile-open{display:flex}}.navbar .navbar-container .nav-menu li{display:inline-block;margin:0 1.5rem}@media(max-width:768px){.navbar .navbar-container .nav-menu li{margin:.5rem 0;text-align:center}}.navbar .navbar-container .nav-menu li a{font-size:.9rem;font-weight:600;color:var(--primary-color);transition:all .2s ease;position:relative;padding:.5rem 0;display:inline-block}.navbar .navbar-container .nav-menu li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:3px;background:var(--secondary-color);transition:width .2s ease;border-radius:3px}.navbar .navbar-container .nav-menu li a:hover,.navbar .navbar-container .nav-menu li a.active{color:var(--secondary-color)}.navbar .navbar-container .nav-menu li a:hover:after,.navbar .navbar-container .nav-menu li a.active:after{width:100%}.navbar .navbar-container .nav-right-container{display:flex;align-items:center;gap:1rem}@media(min-width:769px){.navbar .navbar-container .nav-right-container{order:3;margin-left:1rem}}.navbar .navbar-container .nav-right-container .hamburger-menu{display:none;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;border-radius:8px;transition:all .3s ease}@media(max-width:768px){.navbar .navbar-container .nav-right-container .hamburger-menu{display:flex}}.navbar .navbar-container .nav-right-container .hamburger-menu:hover{background-color:#0000000d}.navbar .navbar-container .nav-right-container .hamburger-menu .menu-icon{color:var(--primary-color);transition:all .3s ease}.navbar .navbar-container .nav-right-container .hamburger-menu.open .menu-icon{color:var(--secondary-color)}.navbar .navbar-container .nav-right-container .navbar-right{display:flex;align-items:center}.navbar .navbar-container .nav-right-container .navbar-right .nav-button{display:inline-block;outline:0;border:none;cursor:pointer;font-family:Poppins,sans-serif;padding:12px 24px;border-radius:25px;font-size:.9rem;background-color:var(--secondary-color);color:#fff;font-weight:600}@media(max-width:768px){.navbar .navbar-container .nav-right-container .navbar-right .nav-button{padding:8px 16px;font-size:.85rem}}.navbar .navbar-container .nav-right-container .navbar-right .nav-button:hover{background-color:#589373}.navbar .navbar-container .nav-right-container .navbar-right .user button{border:2px solid var(--secondary-color);scale:1.2;transition:transform .2s ease}@media(max-width:768px){.navbar .navbar-container .nav-right-container .navbar-right .user button{scale:1}}.navbar .navbar-container .nav-right-container .navbar-right .user button:hover{transform:scale(1.05)}.navbar .navbar-container .nav-right-container .navbar-right .spinner{border:3px solid rgba(0,0,0,.1);width:30px;height:30px;border-radius:50%;border-left-color:var(--secondary-color);animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{width:100%;margin:0 auto;padding:0}body{margin:0;padding:0;min-height:100vh}.app{min-height:100vh}.private-background{position:relative}.private-blur{filter:blur(4px);pointer-events:none}.private-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;z-index:10}.footer-container{background-color:#66a182;color:#fff;display:flex;align-items:center;justify-content:center}.footer-container .footer{padding:32px 24px;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:14px;max-width:1200px}.footer-container .footer .column{min-width:200px;margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.footer-container .footer .column .banner-img{width:70%}.footer-container .footer .column h3{margin-bottom:8px;text-transform:uppercase;color:#36404a}.footer-container .footer .column a{color:#fff;font-size:13px}.footer-container .footer .column a:hover{text-decoration:underline}.footer-container .footer .column .made-in-india{margin-top:8px}.footer-container .footer .column .made-in-india p{font-size:13px;color:#eee;font-weight:500;display:flex;align-items:center;gap:4px;margin:0}.footer-container .footer .column .made-in-india .heart{color:#f44336;animation:heartbeat 1.5s infinite;display:inline-block}.footer-container .footer .logo{width:200px;display:flex;align-items:center;flex-direction:column;gap:24px;font-size:18px;font-weight:700}.footer-container .footer .logo img{width:100%;margin-right:8px}.footer-container .footer .logo span{font-size:16px;width:100%;color:#eee}.footer-container .footer .bottom-text{text-align:center;width:100%;font-size:12px;color:#e0e0e0;border-top:1px solid rgba(255,255,255,.2);margin-top:16px;padding-top:12px;color:#36404a}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.terms-and-services{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem;font-family:Montserrat,Poppins,sans-serif;color:#23272f}.terms-and-services h1{text-align:center;font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-1px}.terms-and-services .last-updated{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:2.2rem}.terms-and-services section{margin-bottom:2.2rem;padding-bottom:1.2rem;border-bottom:1px dashed var(--secondary-color)}.terms-and-services section:last-child{border-bottom:none;margin-bottom:.5rem}.terms-and-services h2{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:.7rem;letter-spacing:-.5px}.terms-and-services p,.terms-and-services li{font-size:1.08rem;color:#444b54;line-height:1.8;margin-bottom:.2rem}.terms-and-services a{color:#2b6cb0;text-decoration:none;font-weight:600;transition:color .18s}.terms-and-services a:hover{text-decoration:underline;color:#174ea6}@media(max-width:700px){.terms-and-services{padding:1.2rem .5rem}.terms-and-services h1{font-size:2rem}.terms-and-services h2{font-size:1.05rem}}.privacy-policy{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem;font-family:Montserrat,Poppins,sans-serif;color:#23272f}.privacy-policy h1{text-align:center;font-size:2.5rem;font-weight:800;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-1px}.privacy-policy .last-updated{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:2.2rem}.privacy-policy section{margin-bottom:2.2rem;padding-bottom:1.2rem;border-bottom:1px dashed var(--secondary-color)}.privacy-policy section:last-child{border-bottom:none;margin-bottom:.5rem}.privacy-policy h2{font-size:1.25rem;font-weight:700;color:var(--primary-color);margin-bottom:.7rem;letter-spacing:-.5px}.privacy-policy p,.privacy-policy li{font-size:1.08rem;color:#444b54;line-height:1.8;margin-bottom:.2rem}.privacy-policy ul{margin:0 0 0 1.1rem;padding:0;list-style:disc inside}.privacy-policy a{color:#2b6cb0;text-decoration:none;font-weight:600;transition:color .18s}.privacy-policy a:hover{text-decoration:underline;color:#174ea6}@media(max-width:700px){.privacy-policy{padding:1.2rem .5rem}.privacy-policy h1{font-size:2rem}.privacy-policy h2{font-size:1.05rem}}.about-us{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem;color:#23272f}.about-us .aboutus-header{text-align:center;margin-bottom:2.8rem}.about-us .aboutus-header h1{font-size:2.7rem;color:var(--primary-color);margin-bottom:.7rem}.about-us .aboutus-header p{font-size:18px;color:#5b6472;line-height:1.5;margin:0 72px}.about-us .aboutus-content{display:flex;flex-direction:column;gap:24px}.about-us .aboutus-content .aboutus-section{position:relative;color:var(--primary-color)}.about-us .aboutus-content .aboutus-section+.aboutus-section{border-top:1px solid var(--secondary-color);padding-top:24px}.about-us .aboutus-content .aboutus-section p,.about-us .aboutus-content .aboutus-section ul{font-size:16px;color:#444b54;line-height:1.8}.about-us .aboutus-content .aboutus-section p li,.about-us .aboutus-content .aboutus-section ul li{margin-bottom:.5rem}.about-us .aboutus-content .aboutus-section a{color:#2b6cb0;transition:color .18s}.about-us .aboutus-content .aboutus-section a:hover{text-decoration:underline;color:#174ea6}@media(max-width:480px){.about-us{padding:1.2rem}.about-us .aboutus-header{margin-bottom:1.2rem}.about-us .aboutus-header h1{font-size:1.6rem}.about-us .aboutus-header p{font-size:1rem;margin:0 12px}.about-us .aboutus-content .aboutus-section{padding-bottom:1rem}.about-us .aboutus-content .aboutus-section+.aboutus-section{padding-top:14px;margin-top:14px}.about-us .aboutus-content .aboutus-section h2{font-size:16px}.about-us .aboutus-content .aboutus-section p,.about-us .aboutus-content .aboutus-section ul{font-size:14px;line-height:1.6}}
