body{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;background:#fff;padding:0}code{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif,monospace}#root{max-width:2560px;margin:0 auto;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.login-container{display:flex;flex-direction:column;margin:50px auto auto;width:600px;padding-bottom:30px;box-shadow:#00000080 0 4px 12px;border-radius:10px}.link-register{text-decoration:none;color:#38b6ff;font-weight:500;cursor:pointer}.button-form{margin-top:30px;width:263px;max-width:90vw;height:64px;background:#38b6ff;border:none;border-radius:20px;color:#000;font-size:24px;font-weight:600;cursor:pointer;transition:background .3s,transform .2s;display:block;margin-left:auto;margin-right:auto}.button-form:hover{background:#0099e6;transform:scale(1.05)}@media(max-width:700px){.button-form{width:80vw;min-width:140px;max-width:320px;font-size:20px;height:54px;margin-left:auto;margin-right:auto}}.input-group,.select-group,.description-group{position:relative;box-sizing:border-box;max-width:350px;margin:0 auto 20px;font-size:inherit}.icon-wrap{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:30px;height:30px;pointer-events:none;display:flex;align-items:center;justify-content:center;color:#676767}.input-group label{min-width:160px;font-size:20px;text-align:right;margin-right:20px}.input-group input,.select-group select,.description-group textarea{height:40px;width:100%;max-width:350px;background-color:#d9d9d9;border:none;padding-left:40px;font-size:18px;box-sizing:border-box;margin:0 auto 20px;display:block;font-family:inherit}@media(max-width:700px){.icon-wrap{width:30px;height:30px;left:10px}.input-group input,.select-group select,.description-group textarea{width:80vw;min-width:140px;max-width:320px;font-size:18px;padding-left:50px;margin:0 auto;display:block}.select-group select{padding-left:10px}}.auth-container{display:flex;flex-direction:column;margin:100px auto auto;width:600px;padding-bottom:30px;box-shadow:#00000080 0 4px 12px;border-radius:10px;max-width:95vw}.auth-container h2{font-size:40px;font-weight:semibold;margin-bottom:50px;padding-bottom:10px}@media(max-width:700px){.auth-container{width:80vw;min-width:unset;padding:10px}}.register-container{display:flex;flex-direction:column;margin:50px auto auto;width:600px;padding-bottom:30px;box-shadow:#00000080 0 4px 12px;border-radius:10px;padding-left:60px;padding-right:60px}.register-container label{min-width:160px;margin-right:20px;font-size:20px;text-align:right}.register-container select,.register-container input{height:40px;width:400px;background-color:#d9d9d9;border:none;padding-left:12px;font-size:20px}.register-container h2{font-size:40px;font-weight:semibold;margin-bottom:50px;padding-bottom:10px}.form-group{display:flex;align-items:center;justify-content:flex-start;width:600px;margin:0 auto 20px;gap:20px}.register-container button{margin-top:30px;width:263px;height:64px;background:#38b6ff;border:none;border-radius:20px;color:#000;font-size:24px;font-weight:600;cursor:pointer}.error-message{color:#d32f2f;background:#ffeaea;border:1px solid #d32f2f;padding:8px 16px;border-radius:6px;margin-bottom:16px;text-align:center;font-weight:700}@media(min-width:700px){.error-message{margin-left:10px;margin-right:10px}}@media(max-width:1023px){body{background-color:#fff}.header-container{width:100%;margin:0;padding:0;position:relative}.header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);box-shadow:0 4px 10px #38b6ff4d}.desktop-logo{display:none}.mobile-logo{display:block;width:100%}.lst,.btn-section{display:none}.profile-section{display:flex;align-items:center;margin-right:10px}.profile-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #fff}.avatar-img{width:100%;height:100%;object-fit:cover}.profile-dropdown{position:absolute;top:100%;right:0;background:linear-gradient(135deg,#fff,#f5f7fa);border:none;border-radius:8px;box-shadow:0 8px 20px #00000026;z-index:1000;min-width:180px;margin-top:10px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:12px 15px;background:none;border:none;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;font-weight:500}.dropdown-item:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translate(5px)}.dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.dropdown-item:first-child{border-radius:8px 8px 0 0}.menu-btn{background:#38b6ff;border:none;font-size:16px;color:#fff;padding:8px 12px;cursor:pointer;border-radius:4px}.menu-btn:hover{background:#2a9bd6}.mobile-menu{position:absolute;top:100%;right:0;width:fit-content;min-width:220px;background:linear-gradient(135deg,#fff,#f5f7fa);border:none;border-radius:8px;box-shadow:0 8px 20px #00000026;z-index:1000;display:flex;flex-direction:column;margin-top:10px;animation:slideDown .3s ease}.mobile-item{padding:15px 20px;text-decoration:none;color:#333;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;font-weight:500}.mobile-item:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translate(5px)}.mobile-item:first-child{border-radius:8px 8px 0 0}.mobile-btn{padding:15px 20px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;border:none;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.2);font-weight:600;transition:all .3s ease}.mobile-btn:hover{background:linear-gradient(135deg,#fff,#f5f7fa);color:#38b6ff;transform:translate(5px)}.mobile-btn:last-child{border-radius:0 0 8px 8px;border-bottom:none}}@media(min-width:1024px)and (max-width:1920px){.header-container{width:100%;margin:0 0 20px;padding:0;background:linear-gradient(135deg,#fff,#f5f7fa);box-shadow:0 4px 15px #0000001a}.header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.lst{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-around;margin:0;padding:0;width:80%}.lst-item{color:#000;text-decoration:none;font-weight:500;font-size:.9rem;justify-content:space-evenly;padding:0;transition:all .3s ease;position:relative}.lst-item:hover{color:#38b6ff;cursor:pointer;transform:translateY(-2px)}.lst-item:hover:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:linear-gradient(135deg,#38b6ff,#6bbaeb)}.lst-item:active{font-size:1rem}.lst li{list-style-type:none;width:20%;height:100%}.btn-section{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-end;width:10%;height:13vh;margin-right:10px}.btn-item{display:flex;align-items:center;justify-content:center;margin:5px;height:45%;width:90%}.btn{width:100%;height:100%;background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;font-weight:600;border-radius:8px;border:none;transition:all .3s ease;box-shadow:0 4px 10px #38b6ff4d}.btn:hover{background:linear-gradient(135deg,#fff,#f5f7fa);cursor:pointer;color:#38b6ff;border:2px solid #38b6ff;transform:translateY(-2px);box-shadow:0 6px 15px #38b6ff66}.btn:active{transform:scale(.95)}.logo-png{width:100%}.logo-section{display:flex;align-items:center;justify-content:center;width:10%;height:100%;padding:0}.desktop-logo{display:block}.mobile-logo,.menu-btn{display:none}.profile-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10%;height:13vh;margin-right:5%;position:relative}.profile-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;cursor:pointer;border:3px solid #38b6ff;transition:all .3s ease;box-shadow:0 4px 10px #38b6ff4d}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 6px 15px #38b6ff80}.avatar-img{width:100%;height:100%;object-fit:cover}.profile-dropdown{position:absolute;top:100%;right:0;background:linear-gradient(135deg,#fff,#f5f7fa);border:none;border-radius:8px;box-shadow:0 8px 20px #00000026;z-index:1000;min-width:180px;margin-top:10px;animation:slideDownDesktop .3s ease}@keyframes slideDownDesktop{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:12px 15px;background:none;border:none;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;font-weight:500}.dropdown-item:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translate(5px)}.dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.dropdown-item:first-child{border-radius:8px 8px 0 0}}@media(min-width:1920px){.header-container{width:100%;margin:0;padding:0;background:linear-gradient(135deg,#fff,#f5f7fa);box-shadow:0 4px 15px #0000001a}.header{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.lst{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-around;margin:0;padding:0;width:80%}.lst-item{color:#000;text-decoration:none;font-weight:500;font-size:2rem;justify-content:space-evenly;padding:0;transition:all .3s ease;position:relative}.lst-item:hover{color:#38b6ff;cursor:pointer;transform:translateY(-2px)}.lst-item:hover:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:3px;background:linear-gradient(135deg,#38b6ff,#6bbaeb)}.lst-item:active{font-size:2.1rem}.lst li{list-style-type:none;width:20%;height:100%}.btn-section{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-end;width:10%;height:13vh;margin-right:10px}.btn-item{display:flex;align-items:center;justify-content:center;margin:5px;height:45%;width:90%}.btn{width:100%;height:100%;background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;font-weight:600;border-radius:8px;border:none;font-size:1.5rem;transition:all .3s ease;box-shadow:0 4px 10px #38b6ff4d}.btn:hover{background:linear-gradient(135deg,#fff,#f5f7fa);cursor:pointer;color:#38b6ff;border:2px solid #38b6ff;transform:translateY(-2px);box-shadow:0 6px 15px #38b6ff66}.btn:active{transform:scale(.95)}.logo-png{width:100%}.logo-section{display:flex;align-items:center;justify-content:center;width:10%;height:100%;padding:0}.desktop-logo{display:block}.mobile-logo,.menu-btn{display:none}.profile-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10%;height:13vh;margin-right:5%;position:relative}.profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;cursor:pointer;border:3px solid #38b6ff;transition:all .3s ease;box-shadow:0 4px 10px #38b6ff4d}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 6px 15px #38b6ff80}.avatar-img{width:100%;height:100%;object-fit:cover}.profile-dropdown{position:absolute;top:100%;right:0;background:linear-gradient(135deg,#fff,#f5f7fa);border:none;border-radius:8px;box-shadow:0 8px 20px #00000026;z-index:1000;min-width:180px;margin-top:10px;animation:slideDownDesktop .3s ease}.dropdown-item{width:100%;padding:12px 15px;background:none;border:none;text-align:left;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;font-weight:500}.dropdown-item:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translate(5px)}.dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.dropdown-item:first-child{border-radius:8px 8px 0 0}}@media(max-width:768px){footer{background-color:#38b6ff;color:#000}.footer-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;padding:10px;margin-top:5vh;gap:5px}.footer-item{display:flex;flex-direction:column;align-items:stretch;padding:0;text-align:left;width:calc(50% - 5px);border:1px solid rgba(0,0,0,.1);border-radius:8px;background-color:#ffffff1a;overflow:hidden}.footer-title{display:flex;justify-content:flex-start;align-items:center;padding:12px 10px;margin:0;cursor:pointer;font-weight:500;-webkit-user-select:none;user-select:none;font-size:.85rem}.footer-title:active{background-color:#0000000d}.lst-footer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.lst-footer.open{max-height:500px;transition:max-height .4s ease-in}.lst{list-style-type:none;align-items:center;padding:0}.lst-ul{width:100%;padding:0 10px 12px;margin:0;list-style:none}.lst-ul li{width:100%;padding:6px 0}.lst-element-footer{text-decoration:none;color:#000;font-weight:200;font-size:.85rem}.lst-element-footer:hover{color:#fff}.footer-item h3{margin-bottom:0;font-weight:500}}@media(min-width:769px)and (max-width:1919px){footer{background-color:#38b6ff;color:#000}.footer-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;padding:0;margin-top:30px}.footer-item{display:flex;flex-direction:column;align-items:center;flex:1;padding:10px;text-align:center}.lst{list-style-type:none;align-items:center;padding:0}.lst-ul{width:100%;padding:0;margin:0;list-style:none}.lst-ul li{width:100%}.lst-element-footer{text-decoration:none;color:#000;font-weight:200;font-size:.9rem}.lst-element-footer:hover{color:#fff}.footer-item h3{margin-bottom:10px;font-weight:500}}@media(min-width:1920px){footer{background-color:#38b6ff;color:#000}.footer-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;padding:0;margin-top:30px}.footer-item{display:flex;flex-direction:column;align-items:center;flex:1;padding:10px;text-align:center}.lst{list-style-type:none;align-items:center;padding:0}.lst-ul{width:100%;padding:0;margin:0;list-style:none}.lst-ul li{width:100%}.lst-element-footer{text-decoration:none;color:#000;font-weight:200;font-size:1.7rem}.lst-element-footer:hover{color:#fff}.footer-item h3{margin-bottom:10px;font-weight:500;font-size:2.5rem}}@media(max-width:1023px){.profil-container{display:flex;flex-direction:column;align-items:center;padding:20px}.profil-pic-container{position:relative;display:inline-block;margin-bottom:20px}.profil-pic-container:hover{transform:scale(1.05)}.profil-pic,.profil-pic-placeholder{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid #38b6ff;box-shadow:0 4px 12px #38b6ff66,0 0 0 8px #38b6ff1a;transition:all .3s ease}.profil-pic:hover,.profil-pic-placeholder:hover{box-shadow:0 6px 20px #38b6ff99,0 0 0 12px #38b6ff33}.profil-pic-placeholder{width:80px;height:80px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;border:2px solid #38b6ff;color:#666;font-size:10px}.profil-details{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:space-around;gap:10px;box-sizing:border-box}.profil-section{display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.profil-section h4{margin:5px;text-align:left}.profil-detail-item{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:10px 16px;border-radius:8px;width:100%;max-width:100%;border-left:4px solid #38b6ff;box-shadow:0 2px 4px #0000001a;transition:all .3s ease;box-sizing:border-box;overflow:hidden;word-wrap:break-word}.profil-detail-item:hover{transform:translate(5px);box-shadow:0 4px 8px #38b6ff4d}.detail-icon{font-size:20px;min-width:24px}.profil-details-h4{text-align:left;margin:0}.description-box{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:12px 18px;margin-top:10px;border-radius:8px;border-left:4px solid #38b6ff;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.description-box:hover{box-shadow:0 4px 8px #38b6ff4d}.description-box p{margin:0;font-weight:400;text-align:justify}.descriere-section{margin-top:20px;gap:10px;width:100%;max-width:100%;padding-right:0}.descriere-section h4{margin:0;text-align:left}.descriere-section p{margin-top:10px;font-weight:400;text-align:justify}.descriere-section-h4{text-align:left;margin:10px 0}.items-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.item-btn{background:linear-gradient(135deg,#e0f7ff,#b8e1f5);color:#000;border:2px solid #38b6ff;padding:8px 20px;border-radius:20px;font-size:14px;font-weight:500;cursor:default;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.item-btn:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #38b6ff66}.btn-section-my{position:static;right:auto;top:auto;transform:none;display:flex;flex-direction:column;gap:15px;z-index:auto;width:100%;margin-top:20px}.btn-my-profil{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#000;border:2px solid #38b6ff;padding:16px 20px;border-radius:12px;cursor:pointer;font-size:13px;font-weight:600;box-shadow:0 4px 12px #38b6ff66;transition:all .3s ease;white-space:nowrap;min-width:auto;text-align:center;width:100%}.btn-my-profil:hover{background:linear-gradient(135deg,#6bbaeb,#38b6ff);transform:translateY(-3px);box-shadow:0 6px 20px #38b6ff99;border-color:#6bbaeb}.btn-my-profil:active{transform:translateY(-1px) scale(.97)}.titlu-profil{font-size:2rem;margin-top:0;text-align:center}.loading-message{text-align:center;font-size:1.2rem;color:#666;margin-top:50px}.education-item{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:12px 18px;margin:8px 0;border-radius:8px;border-left:4px solid #38b6ff;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.education-item:hover{transform:translate(5px);box-shadow:0 4px 8px #38b6ff4d}.education-container{margin-top:10px}}@media(min-width:1024px){.profil-container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-left:30px}.profil-pic-container{position:relative;display:inline-block}.profil-pic-container:hover{transform:scale(1.05)}.profil-pic,.profil-pic-placeholder{width:130px;height:130px;border-radius:50%;object-fit:cover;border:5px solid #38b6ff;box-shadow:0 6px 16px #38b6ff66,0 0 0 10px #38b6ff1a;transition:all .3s ease}.profil-pic:hover,.profil-pic-placeholder:hover{box-shadow:0 8px 24px #38b6ff99,0 0 0 15px #38b6ff33}.profil-pic-container button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#38b6ffcc;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;opacity:0;transition:opacity .3s ease}.profil-pic-container:hover button{opacity:1}.profil-pic-placeholder{width:100px;height:100px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;border:2px solid #38b6ff;color:#666;font-size:12px}.profil-section{display:flex;flex-direction:row}.profil-details{display:flex;flex-direction:column;margin-left:20px;justify-content:space-around;gap:12px}.profil-detail-item{display:flex;align-items:center;gap:15px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:12px 20px;border-radius:10px;min-width:300px;border-left:5px solid #38b6ff;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.profil-detail-item:hover{transform:translate(8px);box-shadow:0 4px 12px #38b6ff4d;border-left-color:#6bbaeb}.detail-icon{font-size:24px;min-width:28px}.profil-details-h4{text-align:left;margin:0}.description-box{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:15px 20px;margin-top:10px;border-radius:10px;border-left:5px solid #38b6ff;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.description-box:hover{box-shadow:0 4px 12px #38b6ff4d}.description-box p{margin:0;font-weight:400;text-align:left}.descriere-section-h4{text-align:left;margin:10px 0}.titlu-profil{font-size:2.5rem;margin-top:0}.descriere-section{margin-top:30px;gap:10px;max-width:75%;padding-right:30px}.descriere-section p{text-align:left;font-weight:400;margin-top:5px}.items-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.item-btn{background:linear-gradient(135deg,#e0f7ff,#b8e1f5);color:#000;border:2px solid #38b6ff;padding:10px 24px;border-radius:25px;font-size:16px;font-weight:500;cursor:default;transition:all .3s ease;box-shadow:0 2px 6px #0000001a}.item-btn:hover{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #38b6ff66}.profil-btn-section{width:100%;display:flex;justify-content:space-between;flex-direction:row;align-items:center;gap:40px}.btn-section-my{position:fixed;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:20px;z-index:1000}.btn-my-profil{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#000;border:2px solid #38b6ff;padding:20px 30px;border-radius:15px;cursor:pointer;font-size:16px;font-weight:600;box-shadow:0 4px 15px #38b6ff66;transition:all .3s ease;white-space:nowrap;min-width:140px;text-align:center}.btn-my-profil:hover{background:linear-gradient(135deg,#6bbaeb,#38b6ff);transform:translate(-8px);box-shadow:0 6px 25px #38b6ff99;border-color:#6bbaeb}.btn-my-profil:active{transform:translate(-5px) scale(.97)}.loading-message{text-align:center;font-size:1.5rem;color:#666;margin-top:100px}.education-item{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:15px 20px;margin:10px 0;border-radius:10px;border-left:5px solid #38b6ff;font-weight:500;font-size:16px;transition:all .3s ease;box-shadow:0 2px 6px #0000001a}.education-item:hover{transform:translate(8px);box-shadow:0 4px 12px #38b6ff4d;border-left-color:#6bbaeb}.education-container{margin-top:10px}}.lp-carousel{position:relative;width:100%;height:500px;overflow:hidden;background:linear-gradient(135deg,#fff,#f5f7fa);display:flex;align-items:center;justify-content:center;border-radius:0 0 30px 30px;box-shadow:0 10px 30px #00000014}.carousel-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.carousel-slide{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.carousel-slide.image-left{flex-direction:row}.carousel-slide.image-right{flex-direction:row-reverse}.carousel-image-wrapper,.carousel-text-wrapper{width:50%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.carousel-image,.carousel-text{transition:none}.carousel-slide.active .carousel-image,.carousel-slide.active .carousel-text{opacity:1;transform:translate(0) scale(1)}.carousel-slide.exiting.image-left .carousel-image{animation:exitImageToRight 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.exiting.image-left .carousel-text{animation:exitTextToLeft 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.exiting.image-right .carousel-image{animation:exitImageToLeft 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.exiting.image-right .carousel-text{animation:exitTextToRight 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.entering.image-left .carousel-image{animation:enterImageFromLeft 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.entering.image-left .carousel-text{animation:enterTextFromRight 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.entering.image-right .carousel-image{animation:enterImageFromRight 1s cubic-bezier(.4,0,.2,1) forwards}.carousel-slide.entering.image-right .carousel-text{animation:enterTextFromLeft 1s cubic-bezier(.4,0,.2,1) forwards}@keyframes exitImageToRight{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(150px) scale(.7);opacity:0}}@keyframes exitImageToLeft{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-150px) scale(.7);opacity:0}}@keyframes exitTextToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-150px);opacity:0}}@keyframes exitTextToRight{0%{transform:translate(0);opacity:1}to{transform:translate(150px);opacity:0}}@keyframes enterImageFromLeft{0%{transform:translate(-150px) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes enterImageFromRight{0%{transform:translate(150px) scale(.7);opacity:0}to{transform:translate(0) scale(1);opacity:1}}@keyframes enterTextFromLeft{0%{transform:translate(-150px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes enterTextFromRight{0%{transform:translate(150px);opacity:0}to{transform:translate(0);opacity:1}}.carousel-text{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;padding:0 3rem;line-height:1.4}.carousel-image{max-width:90%;max-height:90%;object-fit:contain;border-radius:20px;box-shadow:0 5px 15px #0000001a}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;width:auto;height:auto;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;opacity:.5;padding:10px}.carousel-arrow:hover{transform:translateY(-50%) scale(1.15);opacity:1}.carousel-arrow span{font-size:6rem;color:#38b6ff;font-weight:300;line-height:1}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:10}.carousel-dot{width:14px;height:14px;border-radius:50%;border:2px solid #38b6ff;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{transform:scale(1.2);background:#38b6ff4d}.carousel-dot.active{background:linear-gradient(135deg,#38b6ff,#6bbaeb);transform:scale(1.3);box-shadow:0 0 10px #38b6ff80}@media(max-width:1023px){.lp-carousel{height:auto;min-height:600px;padding:2rem 0}.carousel-slide,.carousel-slide.image-left,.carousel-slide.image-right{flex-direction:column!important}.carousel-image-wrapper{width:100%;height:60%;min-height:300px}.carousel-text-wrapper{width:100%;height:40%;min-height:150px}.carousel-text{font-size:1.5rem;padding:1rem 1.5rem}.carousel-arrow{width:45px;height:45px}.carousel-arrow span{font-size:2rem}.carousel-arrow-left{left:15px}.carousel-arrow-right{right:15px}.carousel-dots{bottom:15px;gap:10px}.carousel-dot{width:10px;height:10px}.landingImage{margin-top:5vh;width:100vw;height:40vh;object-fit:cover;object-position:center;border-radius:0 0 20px 20px;box-shadow:0 10px 30px #0000001a}.lp-h1-section{position:absolute;top:25vh;left:70vw;right:3vw;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.7);font-size:.5rem;animation:fadeIn 1s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.lp-cv-section{height:100%;position:absolute;top:20vh;left:3%;animation:slideInLeft .8s ease}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.cv1,.cv2{width:25%;height:auto;border-radius:12px;box-shadow:0 8px 20px #38b6ff4d;transition:transform .3s ease}.cv1:hover,.cv2:hover{transform:scale(1.05)}.cv2{position:relative;left:-10%;top:15vh}.lp-descriere{text-align:left;margin:2% 5%;padding:2rem;background:linear-gradient(135deg,#fff,#f5f7fa);border-radius:16px;box-shadow:0 8px 20px #00000014;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lp-descriere h3{color:#333;position:relative;padding-bottom:10px}.lp-descriere h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:2px}.lp-descriere span{font-weight:700;color:#38b6ff}.lp-paragraph{font-size:1rem;line-height:1.7;color:#555}.lp-descriere ul{list-style:none;padding-left:0}.lp-descriere ul li{padding-left:25px;position:relative;margin-bottom:10px}.lp-descriere ul li:before{content:"✓";position:absolute;left:0;color:#38b6ff;font-weight:700}.lp-creeazacv{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;background:linear-gradient(135deg,#38b6ff,#6bbaeb);margin:3vh 5%;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #38b6ff4d;animation:fadeInUp .8s ease;transition:transform .3s ease,box-shadow .3s ease}.lp-creeazacv:hover{transform:translateY(-5px);box-shadow:0 15px 40px #38b6ff66}.lp-creeazacv img{width:80%;max-width:400px;height:auto;border-radius:16px;box-shadow:0 8px 20px #0003;transition:transform .3s ease;order:2}.lp-creeazacv img:hover{transform:scale(1.02)}.lp-creeazacv div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;order:1;margin-bottom:2rem}.lp-creeazacv div h3{font-size:1.5rem;margin-bottom:1rem;color:#fff;text-align:center;position:relative;padding-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.lp-creeazacv div h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:#fff;border-radius:2px;opacity:.8}.lp-creeazacv div p{color:#fff;line-height:1.7;text-align:center;padding:0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.lp-cautajob{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;background:linear-gradient(135deg,#fff,#f5f7fa);margin:3vh 5%;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #00000014;animation:fadeInUp .8s ease .2s backwards;transition:transform .3s ease,box-shadow .3s ease}.lp-cautajob:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.lp-cautajob img{width:60%;max-width:300px;height:auto;border-radius:10%;box-shadow:0 8px 20px #38b6ff33;transition:transform .3s ease;order:2}.lp-cautajob img:hover{transform:scale(1.02)}.lp-cautajob-text{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;order:1;margin-bottom:2rem}.lp-cautajob-text h3{font-size:1.5rem;margin-bottom:1rem;color:#333;text-align:center;position:relative;padding-bottom:15px}.lp-cautajob-text h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:2px}.lp-cautajob-text p{color:#555;line-height:1.7;text-align:center;padding:0 1rem}}@media(min-width:1024px)and (max-width:1920px){.lp-carousel{height:550px}.carousel-text{font-size:2.2rem}.landingImage{width:100vw;height:60vh;border-radius:0 0 30px 30px;box-shadow:0 15px 40px #00000026}.lp-h1-section{position:absolute;top:30vh;left:70vw;right:3vw;color:#fff;text-shadow:2px 2px 10px rgba(0,0,0,.7);font-size:.9rem;animation:fadeIn 1s ease}.lp-cv-section{height:100%;position:absolute;top:23vh;left:37vw;animation:slideInLeft .8s ease}.cv1,.cv2{width:30%;height:auto;border-radius:16px;box-shadow:0 10px 30px #38b6ff4d;transition:all .3s ease}.cv1:hover,.cv2:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 15px 40px #38b6ff66}.cv2{position:relative;left:-10%;top:15vh}.lp-descriere{text-align:left;margin:2% 5%;padding:3rem;background:linear-gradient(135deg,#fff,#f5f7fa);border-radius:20px;box-shadow:0 10px 30px #00000014;animation:fadeInUp .6s ease;transition:transform .3s ease}.lp-descriere:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.lp-descriere h3{color:#333;position:relative;padding-bottom:15px}.lp-descriere h3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:2px}.lp-descriere span{font-weight:700;color:#38b6ff}.lp-paragraph{font-size:1rem;line-height:1.8;color:#555}.lp-descriere ul{list-style:none;padding-left:0}.lp-descriere ul li{padding-left:30px;position:relative;margin-bottom:12px}.lp-descriere ul li:before{content:"✓";position:absolute;left:0;color:#38b6ff;font-weight:700;font-size:1.2rem}.lp-creeazacv{display:flex;justify-content:space-between;align-items:center;height:auto;min-height:60vh;background:linear-gradient(135deg,#38b6ff,#6bbaeb);margin:5vh 5%;padding:4rem;border-radius:30px;box-shadow:0 15px 40px #38b6ff4d;animation:fadeInUp .8s ease;transition:transform .3s ease,box-shadow .3s ease}.lp-creeazacv:hover{transform:translateY(-8px);box-shadow:0 20px 50px #38b6ff66}.lp-creeazacv img{width:40%;max-width:500px;height:auto;border-radius:20px;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.lp-creeazacv img:hover{transform:scale(1.05)}.lp-creeazacv div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;padding-left:3rem}.lp-creeazacv div h3{color:#fff;font-size:2rem;margin-bottom:1.5rem;position:relative;padding-bottom:15px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.lp-creeazacv div h3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:#fff;border-radius:2px;opacity:.8}.lp-creeazacv div p{color:#fff;line-height:1.8;font-size:1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.lp-cautajob{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;height:auto;min-height:60vh;background:linear-gradient(135deg,#fff,#f5f7fa);margin:5vh 5%;padding:4rem;border-radius:30px;box-shadow:0 15px 40px #00000014;animation:fadeInUp .8s ease .2s backwards;transition:transform .3s ease,box-shadow .3s ease}.lp-cautajob:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.lp-cautajob img{width:30%;max-width:350px;height:auto;border-radius:50%;box-shadow:0 10px 30px #38b6ff33;transition:transform .3s ease}.lp-cautajob img:hover{transform:scale(1.05)}.lp-cautajob-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;padding-right:3rem}.lp-cautajob-text h3{color:#333;font-size:2rem;margin-bottom:1.5rem;position:relative;padding-bottom:15px}.lp-cautajob-text h3:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:2px}.lp-cautajob-text p{color:#555;line-height:1.8;font-size:1rem}}@media(min-width:1921px){.lp-carousel{height:600px}.carousel-text{font-size:3rem}.carousel-arrow{width:70px;height:70px}.carousel-arrow span{font-size:3rem}.landingImage{width:100vw;height:50vh;border-radius:0 0 40px 40px;box-shadow:0 20px 50px #00000026}.lp-h1-section{position:absolute;top:20%;left:70%;right:3%;color:#fff;text-shadow:3px 3px 12px rgba(0,0,0,.7);font-size:2rem;animation:fadeIn 1s ease}.lp-cv-section{height:100%;position:absolute;top:15%;left:45%;animation:slideInLeft .8s ease}.cv1,.cv2{width:50%;height:auto;border-radius:20px;box-shadow:0 15px 40px #38b6ff4d;transition:all .3s ease}.cv1:hover,.cv2:hover{transform:translateY(-15px) scale(1.05);box-shadow:0 20px 50px #38b6ff66}.cv2{position:relative;left:-20%;top:15%}.lp-descriere{text-align:left;margin:2% 5%;padding:4rem;background:linear-gradient(135deg,#fff,#f5f7fa);border-radius:25px;box-shadow:0 15px 40px #00000014;animation:fadeInUp .6s ease;transition:transform .3s ease}.lp-descriere:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f}.lp-descriere h3{font-size:2.9rem;color:#333;position:relative;padding-bottom:20px}.lp-descriere h3:after{content:"";position:absolute;bottom:0;left:0;width:120px;height:5px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:3px}.lp-descriere span{font-weight:700;color:#38b6ff}.lp-paragraph{font-size:2.4rem;line-height:1.8;color:#555}.lp-descriere ul{list-style:none;padding-left:0}.lp-descriere ul li{padding-left:50px;position:relative;margin-bottom:20px;font-size:2.3rem}.lp-descriere ul li:before{content:"✓";position:absolute;left:0;color:#38b6ff;font-weight:700;font-size:2rem}.lp-creeazacv{display:flex;justify-content:space-between;align-items:center;height:auto;min-height:65vh;background:linear-gradient(135deg,#38b6ff,#6bbaeb);margin:5vh 5%;padding:5rem;border-radius:40px;box-shadow:0 20px 50px #38b6ff4d;animation:fadeInUp .8s ease;transition:transform .3s ease,box-shadow .3s ease}.lp-creeazacv:hover{transform:translateY(-10px);box-shadow:0 25px 60px #38b6ff66}.lp-creeazacv img{width:40%;max-width:600px;height:auto;border-radius:25px;box-shadow:0 15px 40px #0003;transition:transform .3s ease}.lp-creeazacv img:hover{transform:scale(1.05)}.lp-creeazacv div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;padding-left:4rem}.lp-creeazacv div h3{font-size:2.5rem;color:#fff;margin-bottom:2rem;position:relative;padding-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.lp-creeazacv div h3:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:5px;background:#fff;border-radius:3px;opacity:.8}.lp-creeazacv div p{font-size:1.2rem;color:#fff;line-height:1.8;text-shadow:0 1px 2px rgba(0,0,0,.1)}.lp-cautajob{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;height:auto;min-height:65vh;background:linear-gradient(135deg,#fff,#f5f7fa);margin:5vh 5%;padding:5rem;border-radius:10%;box-shadow:0 20px 50px #00000014;animation:fadeInUp .8s ease .2s backwards;transition:transform .3s ease,box-shadow .3s ease}.lp-cautajob:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0000001f}.lp-cautajob img{width:30%;max-width:400px;height:auto;border-radius:50%;box-shadow:0 15px 40px #38b6ff33;transition:transform .3s ease}.lp-cautajob img:hover{transform:scale(1.05)}.lp-cautajob-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;padding-right:4rem}.lp-cautajob-text h3{font-size:2.5rem;color:#333;margin-bottom:2rem;position:relative;padding-bottom:20px}.lp-cautajob-text h3:after{content:"";position:absolute;bottom:0;left:0;width:100px;height:5px;background:linear-gradient(135deg,#38b6ff,#6bbaeb);border-radius:3px}.lp-cautajob-text p{font-size:1.2rem;color:#555;line-height:1.8}}.subscription-page h1{font-size:64px}.plans{display:flex;flex-direction:row;gap:80px;justify-content:center;align-items:center;margin:30px}.plan-container{display:flex;flex-direction:column;align-items:center}.plans_photos{width:509px;height:546px;object-fit:contain;margin-bottom:25px}.plan h2{font-size:32px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.plan{width:509px;height:546px;border-radius:50px;background-color:#38b6ff}.plan-ul li{text-align:left;font-size:24px;margin-bottom:8px;margin-left:10px}@media(max-width:700px){.subscription-page h1{font-size:2rem;text-align:center;margin:24px 0 12px}.plans{display:flex;flex-direction:column;align-items:center;gap:32px}.plan-container{width:95vw;min-width:220px;max-width:400px;align-items:center}.plans_photos{width:100%;max-width:320px;height:auto;margin-bottom:18px}.plan{width:95vw;min-width:220px;max-width:400px;height:auto;border-radius:30px;margin-bottom:24px}.plan h2{font-size:1.3rem;margin:24px 0 16px;height:auto}.plan-ul li{font-size:1rem}}.employer-hero-section{display:flex;justify-content:center;align-items:center;margin:40px auto;max-width:1100px}.employer-hero-image{width:100%;max-width:1000px;height:auto;object-fit:contain}.employer-plans{gap:40px;align-items:stretch}.employer-plan{background:linear-gradient(135deg,#a8d8ff,#38b6ff);padding:30px;display:flex;flex-direction:column;align-items:center;height:100%;min-height:450px;box-sizing:border-box}.employer-plan h2{font-size:28px;font-weight:700;margin:0 0 10px;height:auto;color:#000}.plan-price{font-size:24px;font-weight:700;margin:5px 0;color:#000}.plan-price-year{font-size:18px;margin:0 0 20px;color:#333}.employer-ul{text-align:center;list-style:none;padding:0}.employer-ul li{text-align:center;margin-left:0;position:relative}.employer-ul li:before{content:"•";margin-right:8px}.employer-plan-pro{background:linear-gradient(135deg,#7cc4f5,#2a9fd8)}@media(max-width:900px){.employer-plans{flex-direction:column;align-items:center}.employer-hero-image{max-width:90%}}@media(max-width:700px){.employer-plan{width:95vw;min-width:220px;max-width:400px;padding:20px;min-height:auto}.employer-plan h2{font-size:1.4rem}.plan-price{font-size:1.2rem}.plan-price-year{font-size:1rem}.employer-ul li{font-size:.95rem}.employer-hero-section{margin:20px auto}}@media(max-width:1023px){.settings.container{flex-direction:column;align-items:center}.titlu-settings{font-size:2rem;margin-bottom:20px;align-self:center;margin-top:0}.unsaved-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;padding:12px 20px;border-radius:8px;margin:10px 0 20px;text-align:center;font-weight:600;font-size:1rem;width:100%}.loading-message{text-align:center;font-size:1.2rem;color:#38b6ff;margin:20px 0}.message-box{padding:12px 20px;border-radius:8px;margin:10px 0;font-weight:500;text-align:center;width:100%}.message-box.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-box.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-section{width:100%;display:flex;flex-direction:column;gap:30px}.settings-item{flex:0 0 auto;display:flex;flex-direction:column;gap:15px;min-width:0}.profil-poza-section-st{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1vh;margin-top:0}.poza-profil-st{width:100px;height:100px;border:2px solid #38b6ff;border-radius:50%;object-fit:cover}.schimba-poza-st{color:#000;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;margin-top:0}.schimba-poza-st:hover{color:#38b6ff}.text-section-st{display:flex;flex-direction:column;gap:15px;align-items:flex-start;width:100%;padding-left:5%;padding-right:5%;box-sizing:border-box}.text-section-st .input-group{width:100%;max-width:350px;margin:0;padding:0}.text-section-st .input-group label{font-size:.9rem;font-weight:500;color:#333;margin-bottom:5px;text-align:left;display:block}.text-section-st .input-group input{width:100%;padding:0 0 0 15px;margin:0;box-sizing:border-box}.settings .input-group{width:100%!important;max-width:350px!important;margin:0!important}.settings .input-group input{width:100%!important;max-width:100%!important}.auto-resize-group{width:100%;max-width:350px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.auto-resize-group label{font-size:.9rem;font-weight:500;color:#333;margin-bottom:5px;text-align:left;display:block}.auto-resize-textarea{width:100%;min-height:40px;padding:10px 15px;border:2px solid #38b6ff;border-radius:8px;font-family:inherit;font-size:1rem;resize:none;overflow:hidden;box-sizing:border-box;line-height:1.4;transition:border-color .2s ease}.auto-resize-textarea:focus{outline:none;border-color:#2a90cc}.auto-resize-textarea::placeholder{color:#999}.cv-section-st{display:flex;flex-direction:column;gap:15px;align-items:center;margin:0}.cv-section-st h2{font-size:2rem;margin:0}.btn-st{background-color:#38b6ff;color:#000;border:none;padding:20px;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.btn-st:hover:not(:disabled){background-color:#fff;cursor:pointer;border:#38b6ff 2px solid}.btn-st:disabled{opacity:.6;cursor:not-allowed}.btn-st:active{transform:scale(.95);color:#38b6ff}.template-toggle{width:80%;padding:12px 16px;border:2px solid #38b6ff;border-radius:8px;background:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.template-toggle:hover{border-color:#2a90cc;color:#2a90cc}.template-dropdown{width:80%;overflow:hidden;max-height:0;transition:max-height .3s ease}.template-dropdown.open{max-height:none;text-align:center}.template-options{display:flex;flex-direction:column;margin-top:1vh;border:1px solid #1b7ba4;border-radius:8px;box-shadow:0 4px 10px #00000014;background:#fff}.template-option{padding:12px 16px;text-align:center;border:none;border-bottom:1px solid #9dbdf4;background:transparent;cursor:pointer;font-size:1rem;transition:background .2s ease}.template-option:hover{background:#f2f8ff}}@media(min-width:1024px)and (max-width:1920px){.settings.container{flex-direction:column;align-items:center}.titlu-settings{font-size:2.5rem;margin-bottom:20px;align-self:flex-start;margin-top:0}.unsaved-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;padding:15px 25px;border-radius:8px;margin:15px 0 25px;text-align:center;font-weight:600;font-size:1.1rem;width:100%}.loading-message{text-align:center;font-size:1.5rem;color:#38b6ff;margin:30px 0}.message-box{padding:15px 25px;border-radius:8px;margin:15px 0;font-weight:500;text-align:center;width:100%;font-size:1.1rem}.message-box.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-box.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-section{width:100%;display:flex;flex-direction:row;gap:30px}.settings-item{flex:0 0 auto;display:flex;flex-direction:column;gap:15px;min-width:0}.settings-item:nth-child(1){flex:0 0 30%}.settings-item:nth-child(2){flex:0 0 40%}.settings-item:nth-child(3){flex:0 0 25%}.profil-poza-section-st{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:50px}.poza-profil-st{width:130px;height:130px;border:2px solid #38b6ff;border-radius:50%;object-fit:cover}.schimba-poza-st{color:#000;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer}.schimba-poza-st:hover{color:#38b6ff}.text-section-st{display:flex;flex-direction:column;gap:15px;align-items:flex-start;width:100%}.text-section-st .input-group{width:100%;max-width:100%;margin:0;padding:0}.text-section-st .input-group label{font-size:1rem;font-weight:500;color:#333;margin-bottom:5px;text-align:left;display:block}.text-section-st .input-group input{width:100%;padding:0 0 0 15px;margin:0;box-sizing:border-box}.settings .input-group{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.settings .input-group input{width:100%!important;max-width:100%!important}.auto-resize-group{width:100%;display:flex;flex-direction:column;align-items:flex-start}.auto-resize-group label{font-size:1rem;font-weight:500;color:#333;margin-bottom:5px;text-align:left;display:block}.auto-resize-textarea{width:100%;min-height:40px;padding:10px 15px;border:2px solid #38b6ff;border-radius:8px;font-family:inherit;font-size:1rem;resize:none;overflow:hidden;box-sizing:border-box;line-height:1.4;transition:border-color .2s ease}.auto-resize-textarea:focus{outline:none;border-color:#2a90cc}.auto-resize-textarea::placeholder{color:#999}.cv-section-st{display:flex;flex-direction:column;gap:15px;align-items:center;margin:0}.cv-section-st h2{font-size:2rem;margin:0}.btn-st{background-color:#38b6ff;color:#000;border:none;padding:20px;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.btn-st:hover:not(:disabled){background-color:#fff;cursor:pointer;border:#38b6ff 2px solid}.btn-st:disabled{opacity:.6;cursor:not-allowed}.btn-st:active:not(:disabled){transform:scale(.95);color:#38b6ff}.template-toggle{width:80%;padding:12px 16px;border:2px solid #38b6ff;border-radius:8px;background:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.template-toggle:hover{border-color:#2a90cc;color:#2a90cc}.template-dropdown{width:80%;overflow:hidden;max-height:0;transition:max-height .3s ease}.template-dropdown.open{max-height:none;text-align:center}.template-options{display:flex;flex-direction:column;margin-top:1vh;border:1px solid #1b7ba4;border-radius:8px;box-shadow:0 4px 10px #00000014;background:#fff}.template-option{padding:12px 16px;text-align:center;border:none;border-bottom:1px solid #9dbdf4;background:transparent;cursor:pointer;font-size:1rem;transition:background .2s ease}.template-option:hover{background:#f2f8ff}}@media(min-width:1921px){.settings.container{flex-direction:column;align-items:center}.titlu-settings{font-size:3.5rem;margin-bottom:20px;align-self:flex-start;margin-top:0}.unsaved-warning{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7;padding:20px 30px;border-radius:10px;margin:20px 0 30px;text-align:center;font-weight:600;font-size:1.5rem;width:100%}.loading-message{text-align:center;font-size:2rem;color:#38b6ff;margin:40px 0}.message-box{padding:20px 30px;border-radius:10px;margin:20px 0;font-weight:500;text-align:center;width:100%;font-size:1.5rem}.message-box.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-box.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-section{width:100%;display:flex;flex-direction:row;gap:30px}.settings-item{flex:0 0 auto;display:flex;flex-direction:column;gap:15px;min-width:0}.settings-item:nth-child(1){flex:0 0 30%}.settings-item:nth-child(2){flex:0 0 40%}.settings-item:nth-child(3){flex:0 0 25%}.profil-poza-section-st{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:50px}.poza-profil-st{width:200px;height:200px;border:2px solid #38b6ff;border-radius:50%;object-fit:cover}.schimba-poza-st{color:#000;text-decoration:none;font-weight:600;font-size:1.5rem;background:none;border:none;cursor:pointer}.schimba-poza-st:hover{color:#38b6ff}.text-section-st{display:flex;flex-direction:column;gap:15px;align-items:stretch;width:100%}.text-section-st .input-group{width:100%;max-width:100%;margin:0;padding:0}.text-section-st .input-group input{width:100%;padding:0 0 0 15px;margin:0;box-sizing:border-box}.settings .input-group{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.settings .input-group input{width:100%!important;max-width:100%!important}.auto-resize-group{width:100%}.auto-resize-textarea{width:100%;min-height:40px;padding:10px 15px;border:2px solid #38b6ff;border-radius:8px;font-family:inherit;font-size:2rem;resize:none;overflow:hidden;box-sizing:border-box;line-height:1.4;transition:border-color .2s ease}.auto-resize-textarea:focus{outline:none;border-color:#2a90cc}.auto-resize-textarea::placeholder{color:#999}.cv-section-st{display:flex;flex-direction:column;gap:15px;align-items:center;margin:0}.cv-section-st h2{font-size:3rem;margin:0}.btn-st{background-color:#38b6ff;color:#000;border:none;padding:20px;border-radius:6px;cursor:pointer;font-size:2rem;font-weight:600;transition:all .3s ease}.btn-st:hover:not(:disabled){background-color:#fff;cursor:pointer;border:#38b6ff 2px solid}.btn-st:disabled{opacity:.6;cursor:not-allowed}.btn-st:active:not(:disabled){transform:scale(.95);color:#38b6ff}.template-toggle{width:80%;padding:12px 16px;border:2px solid #38b6ff;border-radius:8px;background:#fff;font-weight:600;font-size:2rem;cursor:pointer;transition:border-color .2s ease,color .2s ease}.template-toggle:hover{border-color:#2a90cc;color:#2a90cc}.template-dropdown{width:80%;overflow:hidden;max-height:0;transition:max-height .3s ease}.template-dropdown.open{max-height:none;text-align:center}.template-options{display:flex;flex-direction:column;margin-top:1vh;border:1px solid #1b7ba4;border-radius:8px;box-shadow:0 4px 10px #00000014;background:#fff}.template-option{padding:12px 16px;text-align:center;border:none;border-bottom:1px solid #9dbdf4;background:transparent;cursor:pointer;font-size:2rem;transition:background .2s ease}.template-option:hover{background:#f2f8ff}}.cv-container{max-width:1400px;margin:.5rem auto 2rem;padding:2rem;padding-top:0;min-height:calc(100vh - 200px)}.cv-title{font-size:2.5rem;color:#333;margin-bottom:3rem;text-align:center;font-weight:600}.cv-templates-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.cv-template-card{position:relative;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:12px;padding:.8rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;overflow:hidden}.cv-template-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.cv-template-card.selected{border:3px solid #38b6ff;box-shadow:0 8px 20px #38b6ff66}.cv-template-card.locked{opacity:.7;cursor:pointer}.cv-template-card.locked:hover{transform:translateY(-3px);box-shadow:0 8px 15px #ffa5004d}.cv-template-image{width:100%;height:auto;display:block;border-radius:8px;background:#fff}.cv-template-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.cv-selected-badge{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;box-shadow:0 4px 10px #38b6ff80}.cv-locked-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;pointer-events:none;border-radius:12px}.lock-icon{font-size:2.5rem;animation:lockShake .5s ease-in-out}.premium-badge{background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:1px;box-shadow:0 2px 8px #ff980080}@keyframes lockShake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.cv-generate-section{display:flex;justify-content:center;padding:2rem 0}.cv-generate-btn{background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #38b6ff4d;display:flex;align-items:center;gap:.5rem}.cv-generate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 15px #38b6ff80}.cv-generate-btn:active:not(:disabled){transform:translateY(0)}.cv-generate-btn:disabled{opacity:.8;cursor:not-allowed}.cv-generate-btn.generating{background:linear-gradient(135deg,#666,#888)}.btn-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.upgrade-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.upgrade-modal{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:90%;box-shadow:0 10px 40px #0000004d;position:relative;animation:slideUp .3s ease}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#999;transition:color .2s;width:35px;height:35px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#333}.modal-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.upgrade-modal h2{text-align:center;color:#333;margin-bottom:1rem;font-size:1.8rem}.upgrade-modal>p{text-align:center;color:#666;margin-bottom:1.5rem;line-height:1.6}.modal-benefits{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.modal-benefits h3{color:#333;margin-bottom:1rem;font-size:1.1rem}.modal-benefits ul{list-style:none;padding:0}.modal-benefits li{color:#555;margin-bottom:.5rem;font-size:.95rem}.modal-actions{display:flex;gap:1rem;justify-content:center}.btn-upgrade{background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #ff98004d}.btn-upgrade:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ff980080}.btn-cancel{background:#e0e0e0;color:#666;border:none;padding:.8rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background:#d0d0d0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.cv-container{padding:1rem}.cv-title{font-size:2rem;margin-bottom:2rem}.cv-templates-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cv-generate-btn{padding:.8rem 2rem;font-size:1rem}.upgrade-modal{padding:2rem}.modal-actions{flex-direction:column}.btn-upgrade,.btn-cancel{width:100%}}.cv-generat-container{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.cv-generat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.cv-generat-header h1{font-size:2rem;color:#333;margin:0}.cv-generat-actions{display:flex;gap:1rem}.btn-back,.btn-download{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;font-weight:500}.btn-back{background:#f0f0f0;color:#333}.btn-back:hover{background:#e0e0e0}.btn-download{background:linear-gradient(135deg,#38b6ff,#06c);color:#fff}.btn-download:hover{background:linear-gradient(135deg,#06c,#049);transform:translateY(-2px);box-shadow:0 4px 12px #38b6ff66}.cv-preview-wrapper{display:flex;justify-content:center;padding:2rem;background:#e0e0e0;border-radius:12px;overflow-x:auto}.cv-preview{background:#fff;box-shadow:0 10px 40px #0003}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-spinner{width:60px;height:60px;border:4px solid #f0f0f0;border-top:4px solid #38b6ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:1.5rem;color:#333;margin:0 0 .5rem;font-weight:600}.loading-subtext{font-size:1rem;color:#666;margin:0}.template-placeholder{width:210mm;min-height:297mm;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:2px dashed #ccc}.template-placeholder p{font-size:1.5rem;color:#999}@media screen and (max-width:900px){.cv-generat-header{flex-direction:column;align-items:flex-start}.cv-generat-actions{width:100%;justify-content:space-between}.cv-preview-wrapper{padding:1rem}.cv-preview{transform:scale(.6);transform-origin:top center}}@media screen and (max-width:600px){.cv-generat-container{padding:1rem}.cv-generat-header h1{font-size:1.5rem}.btn-back,.btn-download{padding:.5rem 1rem;font-size:.9rem}.cv-preview{transform:scale(.4)}}@media print{.cv-generat-header,.cv-generat-actions{display:none}.cv-generat-container{padding:0;margin:0}.cv-preview-wrapper{padding:0;background:none}.cv-preview{box-shadow:none}}.template1{font-family:Segoe UI,sans-serif}.cv-page.template1{width:210mm;min-height:297mm;display:flex;box-shadow:0 0 10px #0003;margin:0;background:#fff}.template1 .sidebar{width:70mm;background:#0b2c4d;color:#fff;padding:15mm 10mm;box-sizing:border-box}.template1 .profile-pic{width:35mm;height:35mm;border-radius:50%;background:#ffffff4d;margin:0 auto 10mm;overflow:hidden;display:flex;align-items:center;justify-content:center}.template1 .profile-pic img{width:100%;height:100%;object-fit:cover;border-radius:50%}.template1 .placeholder-photo{width:100%;height:100%;background:#ffffff4d;border-radius:50%}.template1 .sidebar section{margin-bottom:6mm}.template1 .sidebar h3{font-size:12pt;margin:8mm 0 3mm;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2mm}.template1 .contact-info p{font-size:9pt;margin:2mm 0;color:#ffffffe6}.template1 .education-item{margin-bottom:4mm}.template1 .edu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1mm}.template1 .edu-degree{font-size:9pt;font-weight:600;margin:0;color:#fff}.template1 .edu-period,.template1 .edu-institution{font-size:8pt;color:#ffffffb3;margin:0}.template1 .skills-list{display:flex;flex-wrap:wrap;gap:2mm}.template1 .skill-item{font-size:9pt;padding:1mm 3mm;background:#ffffff26;border-radius:2mm;color:#ffffffe6;display:inline-block}.template1 .languages-list .language-item,.template1 .contact-item{font-size:9pt;margin:2mm 0;color:#ffffffe6}.template1 .placeholder-line{height:4mm;background:#ffffff4d;margin:2mm 0;border-radius:2mm}.template1 .main-content{flex:1;padding:15mm;box-sizing:border-box}.template1 header h1{font-size:20pt;margin:0;color:#0b2c4d}.template1 .main-content section{margin-bottom:6mm}.template1 .main-content h3{font-size:12pt;color:#0b2c4d;margin:5mm 0 3mm;border-bottom:1px solid #ccc;padding-bottom:2mm}.template1 .summary-text{font-size:10pt;line-height:1.5;color:#333;text-align:justify}.template1 .experience-item{margin-bottom:5mm}.template1 .exp-header{display:flex;justify-content:space-between;align-items:center}.template1 .exp-role{font-size:10pt;font-weight:600;color:#0b2c4d}.template1 .exp-period{font-size:8pt;color:#777}.template1 .exp-company{font-size:9pt;color:#555;margin:1mm 0}.template1 .exp-description{font-size:9pt;color:#444;margin:2mm 0 0 4mm;padding-left:3mm}.template1 .exp-description li{margin-bottom:1mm}.template1 .main-content .education-item{margin-bottom:5mm}.template1 .main-content .edu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1mm}.template1 .main-content .edu-degree{font-size:10pt;font-weight:600;color:#0b2c4d;margin:0}.template1 .main-content .edu-period{font-size:9pt;color:#777;margin:0}.template1 .main-content .edu-institution{font-size:9pt;color:#555;margin:0}.template1 .main-content .placeholder-line{height:4mm;background:#e8edf3;margin:2mm 0;border-radius:2mm}.template1 .recommendations-text{font-size:10pt;color:#333;min-height:10mm}.template2{font-family:Arial,Helvetica,sans-serif}.cv.template2{width:210mm;min-height:297mm;background:#fff;margin:0;padding:20mm;box-sizing:border-box;display:grid;grid-template-columns:65% 35%}.template2 .left{padding-right:15mm}.template2 .name{color:#2f4fd8;font-size:34px;margin-bottom:25px;line-height:1.1}.template2 .name span{font-weight:400}.template2 h2{color:#2f4fd8;font-size:16px;margin:25px 0 10px}.template2 .field{margin-bottom:8px}.template2 .field p{font-size:14px;margin:0 0 4px;color:#333}.template2 .field .company,.template2 .field .degree{font-size:12px;color:#666;margin:2px 0}.template2 .exp-desc{font-size:12px;color:#555;margin:4px 0 4px 15px;padding:0}.template2 .exp-desc li{margin-bottom:2px}.template2 .line{height:2px;background:#e8a1c4;width:100%;margin-bottom:12px}.template2 .line.full{margin-top:5px}.template2 .languages-text p{font-size:13px;color:#333;margin:3px 0}.template2 .right{padding-left:10mm}.template2 .photo-container{width:100%;aspect-ratio:1 / 1;margin-bottom:20px;border-radius:8px;overflow:hidden}.template2 .photo-container img{width:100%;height:100%;object-fit:cover}.template2 .photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#a8d8ea,#aa96da)}.template2 .right h2{color:#2f4fd8;font-size:14px;margin:15px 0 8px}.template2 .text{font-size:13px;margin-bottom:15px;color:#333;line-height:1.5;min-height:20px}.template2 .skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.template2 .skill-item{background:#f0f4ff;border:1px solid #2f4fd8;border-radius:5px;padding:8px;text-align:center;font-size:12px;color:#2f4fd8}.template3{--sidebar-green: #2f8a57;--main-gray: #f2f4f6;--text-dark: #1f2933;--muted: #6b7280;--rule: #d6d9dc;--placeholder: #e6edf0;--accent: #2f8a57;--font: "Segoe UI", Arial, sans-serif;font-family:var(--font);color:var(--text-dark)}.cv-page.template3{width:210mm;min-height:297mm;margin:0;display:flex;box-sizing:border-box;background:#fff;box-shadow:0 0 10px #0000002e;overflow:hidden}.template3 .sidebar{width:72mm;background:var(--sidebar-green);color:#fff;padding:14mm 12mm;box-sizing:border-box;display:flex;align-items:flex-start}.template3 .sidebar-inner{width:100%}.template3 .photo{width:40mm;height:40mm;border-radius:50%;background:var(--placeholder);margin:0 auto 10mm;border:1px solid rgba(255,255,255,.12);overflow:hidden}.template3 .photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.template3 .block{margin-bottom:10mm}.template3 .sidebar h4{margin:0 0 4mm;font-size:11pt;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:3mm}.template3 .info-text,.template3 .about-text{font-size:9pt;color:#ffffffe6;margin:0 0 4mm;line-height:1.4}.template3 .about-text{min-height:15mm}.template3 .skills{list-style:none;padding:0;margin:6mm 0 0;display:grid;grid-template-columns:1fr 1fr;gap:6px 8px}.template3 .skill{background:#ffffff1f;padding:4px 6px;border-radius:4px;font-size:10pt;text-align:center}.template3 .main{flex:1;background:var(--main-gray);padding:14mm 16mm;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column}.template3 .main-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8mm}.template3 .name-block{display:flex;flex-direction:column;gap:2mm}.template3 .name-line{font-size:22pt;font-weight:800;color:var(--text-dark);line-height:1}.template3 .section{margin-bottom:8mm;padding-bottom:2mm}.template3 .section h3{margin:0 0 4mm;font-size:12pt;color:var(--accent);font-weight:700}.template3 .entry{margin-top:4mm;padding-top:3mm;border-top:1px solid var(--rule)}.template3 .entry:first-of-type{border-top:none;padding-top:0}.template3 .entry-title{font-size:10pt;font-weight:600;color:var(--text-dark)}.template3 .entry-period{font-size:9pt;color:var(--muted);margin:1mm 0}.template3 .entry-degree{font-size:9pt;color:var(--text-dark)}.template3 .entry-desc{font-size:9pt;color:#444;margin:2mm 0 0 4mm;padding-left:3mm}.template3 .entry-desc li{margin-bottom:1mm}.template3 .entry-title.placeholder.medium{height:6.5mm;width:70%;background:var(--placeholder);border-radius:3mm}.template3 .entry-desc.placeholder{height:10mm;width:100%;background:var(--placeholder);border-radius:3mm;margin-top:4mm}.template3 .pill-row{display:flex;gap:6mm;margin-top:6mm}.template3 .pill{width:30mm;height:7mm;border-radius:4mm;background:var(--placeholder)}@page{size:A4;margin:0}.template4{font-family:Inter,Arial,sans-serif}.a4.template4{position:relative;width:210mm;min-height:297mm;background:#d9d9d9;margin:0}.template4 .left-bg{position:absolute;left:11mm;top:18mm;width:70mm;height:247mm;background:#f2f2f2}.template4 .left-top{position:absolute;left:11mm;top:0;width:70mm;height:106mm;background:#37353e;border-radius:0 0 50mm 50mm}.template4 .left-bottom{position:absolute;left:11mm;bottom:0;width:70mm;height:133mm;background:#37353e;border-radius:50mm 50mm 0 0}.template4 .avatar-border{position:absolute;left:15mm;top:38mm;width:62mm;height:62mm;background:#fff;border-radius:50%}.template4 .avatar{position:absolute;left:20mm;top:43mm;width:52mm;height:52mm;border-radius:50%;object-fit:cover}.template4 .avatar-placeholder{background:linear-gradient(135deg,#a8d8ea,#aa96da)}.template4 .name{position:absolute;left:22mm;top:10mm;color:#fff;font-size:14pt;font-weight:700}.template4 .role{position:absolute;left:22mm;top:18mm;color:#fff;font-size:9pt}.template4 .contact-title,.template4 .education-title,.template4 .references-title{position:absolute;left:20mm;color:#fff;font-size:9pt;font-weight:700}.template4 .contact-title{top:120mm}.template4 .education-title{top:180mm}.template4 .references-title{top:230mm}.template4 .contact-content{position:absolute;left:20mm;top:128mm;width:55mm;color:#fff;font-size:8pt}.template4 .contact-content p{margin:2mm 0}.template4 .education-content{position:absolute;left:20mm;top:188mm;width:55mm;color:#fff;font-size:8pt}.template4 .edu-item{margin-bottom:4mm}.template4 .edu-institution{font-weight:600;margin:0}.template4 .edu-degree,.template4 .edu-period{margin:1mm 0;color:#fffc}.template4 .references-content{position:absolute;left:20mm;top:238mm;width:55mm;color:#fff;font-size:8pt}.template4 .section{position:absolute;left:90mm;width:105mm;padding-right:10mm}.template4 .section h3{font-size:12pt;font-weight:700;color:#37353e;margin:0 0 3mm;border-bottom:1px solid #37353E;padding-bottom:2mm}.template4 .section p{font-size:9pt;color:#333;margin:2mm 0;line-height:1.4}.template4 .about{top:20mm}.template4 .job{top:70mm}.template4 .skills{top:140mm}.template4 .languages{top:190mm}.template4 .hobbies{top:240mm}.template4 .exp-item{margin-bottom:4mm}.template4 .exp-role{font-weight:600;font-size:10pt;margin:0}.template4 .exp-company{font-size:8pt;color:#666;margin:1mm 0}.template4 .exp-desc{font-size:8pt;color:#444;margin:2mm 0 0 4mm;padding-left:2mm}.template4 .exp-desc li{margin-bottom:1mm}.template4 .skills-list{display:flex;flex-wrap:wrap;gap:3mm}.template4 .skill-tag{background:#37353e;color:#fff;padding:2mm 4mm;border-radius:3mm;font-size:8pt}.template4 .languages-list p{font-size:9pt;margin:2mm 0}.echipa-container{max-width:1400px;margin:.5rem auto 2rem;padding:2rem;padding-top:0;min-height:calc(100vh - 200px)}.echipa-title{font-size:2.5rem;color:#333;margin-bottom:3rem;text-align:center;font-weight:600}.echipa-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;justify-items:center}.echipa-member{display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;animation:fadeInUp .6s ease forwards;transition:transform .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.echipa-member:hover{transform:translateY(-10px)}.echipa-image-wrapper{width:150px;height:150px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background:linear-gradient(135deg,#38b6ff4d,#6bbaeb33,#38b6ff4d);padding:3px;box-shadow:0 8px 20px #38b6ff1f,0 0 #38b6ff14;transition:all .4s ease;position:relative}.echipa-image-wrapper:hover{background:linear-gradient(135deg,#6bbaeb66,#38b6ff59,#6bbaeb66);box-shadow:0 12px 30px #38b6ff33,0 0 0 8px #38b6ff1a;transform:scale(1.08) rotate(5deg)}.echipa-tooltip{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#38b6ff,#6bbaeb);color:#fff;padding:8px 16px;border-radius:20px;font-weight:600;font-size:1rem;box-shadow:0 4px 15px #38b6ff66;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.echipa-image-wrapper:hover .echipa-tooltip{opacity:1}.echipa-image{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#fff}.echipa-name{font-size:1.1rem;font-weight:600;color:#333;margin:.5rem 0 .2rem}.echipa-role{font-size:.95rem;color:#666;font-weight:500;margin:0}.echipa-member:nth-child(13){grid-column:2 / 3}.echipa-member:nth-child(14){grid-column:3 / 4}@media(max-width:768px){.echipa-container{padding:1rem}.echipa-title{font-size:2rem;margin-bottom:2rem}.echipa-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.echipa-member:nth-child(13),.echipa-member:nth-child(14){grid-column:auto}.echipa-image-wrapper{width:120px;height:120px}.echipa-name{font-size:1rem}.echipa-role{font-size:.85rem}}*{box-sizing:border-box}.contact-container{width:100%;max-width:100%;margin:0;padding:1rem;min-height:calc(100vh - 200px);background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.contact-content{background:#fff;border-radius:16px;padding:1.5rem 1rem;box-shadow:0 10px 30px #0000001a;width:100%;overflow:hidden}.contact-title{font-size:1.75rem;color:#333;margin-bottom:.75rem;text-align:center;font-weight:700;background:linear-gradient(135deg,#38b6ff,#5271ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word}.contact-description{font-size:.95rem;color:#666;text-align:center;margin-bottom:1.5rem;line-height:1.6;padding:0 .25rem}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:.875rem;border-radius:10px;margin-bottom:1.25rem;text-align:center;font-size:.9rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.form-group label{font-size:.9rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:16px;font-family:inherit;transition:all .3s ease;background-color:#fafafa;-webkit-appearance:none;appearance:none}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#38b6ff;background-color:#fff;box-shadow:0 0 0 3px #38b6ff1a}.form-group input.error,.form-group textarea.error{border-color:#dc3545;background-color:#fff5f5}.form-group textarea{resize:vertical;min-height:100px}.error-message{color:#dc3545;font-size:.8rem;margin-top:-.25rem}.submit-button{width:100%;background:linear-gradient(135deg,#38b6ff,#5271ff);color:#fff;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #38b6ff4d;text-transform:uppercase;letter-spacing:.5px;-webkit-tap-highlight-color:transparent}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38b6ff66}.submit-button:active{transform:translateY(0)}.social-media{border-top:2px solid #e0e0e0;padding-top:1.5rem}.social-title{font-size:1.1rem;color:#333;margin-bottom:1rem;text-align:center;font-weight:600}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem;border-radius:10px;text-decoration:none;transition:all .3s ease;font-weight:500;box-shadow:0 2px 8px #00000014;-webkit-tap-highlight-color:transparent}.social-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.social-link:active{transform:translateY(0)}.social-icon{width:24px;height:24px;flex-shrink:0}.social-link.facebook{background-color:#1877f2;color:#fff}.social-link.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-link.tiktok{background-color:#000;color:#fff}.social-link span{font-size:.9rem}@media(max-width:360px){.contact-container{padding:.75rem}.contact-content{padding:1.25rem .75rem}.contact-title{font-size:1.5rem}.contact-description{font-size:.875rem}.form-group input,.form-group textarea{padding:.625rem}.submit-button{padding:.75rem 1rem;font-size:.9rem}.social-link{padding:.75rem}.social-icon{width:22px;height:22px}.social-link span{font-size:.85rem}}@media(min-width:361px)and (max-width:480px){.contact-container{padding:1rem}.contact-content{padding:1.5rem 1.25rem}.contact-title{font-size:1.75rem}}@media(min-width:481px)and (max-width:768px){.contact-container{padding:1.5rem}.contact-content{padding:2rem 1.5rem;border-radius:20px}.contact-title{font-size:2rem;margin-bottom:1rem}.contact-description{font-size:1rem;margin-bottom:2rem}.contact-form{gap:1.5rem;margin-bottom:2.5rem}.form-group input,.form-group textarea{padding:.875rem}.form-group textarea{min-height:120px}.submit-button{width:auto;padding:1rem 2rem;align-self:center}.social-links{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem}.social-link{flex:0 1 auto;padding:1rem 1.25rem}.social-icon{width:28px;height:28px}.social-link span{font-size:.95rem}}@media(min-width:769px){.contact-container{max-width:100%;margin:0;padding:2rem;min-height:calc(100vh - 250px)}.contact-content{border-radius:25px;padding:3rem 4rem;box-shadow:0 15px 40px #0000001a}.contact-title{font-size:2.8rem;margin-bottom:1.5rem}.contact-description{font-size:1.15rem;margin-bottom:2.5rem;line-height:1.7}.success-message{padding:1.25rem;border-radius:12px;margin-bottom:2rem;font-size:1.05rem}.contact-form{gap:1.75rem;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.form-group{gap:.6rem}.form-group label{font-size:1rem;font-weight:600}.form-group input,.form-group textarea{padding:1rem 1.25rem;border-radius:12px}.form-group input:focus,.form-group textarea:focus{box-shadow:0 0 0 4px #38b6ff1a}.form-group textarea{min-height:150px}.error-message{font-size:.9rem}.submit-button{width:auto;padding:1.125rem 2.5rem;border-radius:12px;font-size:1.05rem;box-shadow:0 5px 20px #38b6ff4d;align-self:center}.submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #38b6ff66}.social-media{padding-top:2.5rem;max-width:700px;margin:0 auto}.social-title{font-size:1.4rem;margin-bottom:1.5rem}.social-links{flex-direction:row;justify-content:center;gap:1.5rem;flex-wrap:wrap}.social-link{gap:.75rem;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 3px 10px #00000014;flex:0 1 auto}.social-link:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.social-icon{width:32px;height:32px}.social-link span{font-size:1.05rem}}.candidati-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;flex-grow:1;display:flex;flex-direction:column;min-height:calc(100vh - 200px)}.candidati-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.candidati-header h1{margin:0;color:#333}.top-candidates-btn{background:linear-gradient(135deg,gold,orange)!important;color:#333!important;font-weight:700}.top-candidates-btn:hover{background:linear-gradient(135deg,orange,#ff8c00)!important}.candidati-filters{display:flex;gap:15px;margin-bottom:20px;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.search-input:focus{outline:none;border-color:#38b6ff;box-shadow:0 0 0 3px #38b6ff1a}.filter-select{min-width:180px;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s}.filter-select:focus{outline:none;border-color:#38b6ff}.candidati-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.candidate-item{background:#f9f9f9;border:1px solid #ddd;padding:20px;border-radius:12px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.candidate-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.candidate-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.candidate-info h3{margin:0 0 5px;color:#333;font-size:1.2rem}.candidate-location{margin:0;color:#666;font-size:.9rem}.match-score{flex-shrink:0}.score-badge{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:700}.score-badge.large{font-size:1rem;padding:10px 20px}.modal-match-score{text-align:center;margin-bottom:20px}.candidate-skills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.skill-tag{background:#e3f2fd;color:#1976d2;padding:4px 10px;border-radius:15px;font-size:.8rem}.skill-tag.more{background:#f5f5f5;color:#666}.modal-skills{display:flex;flex-wrap:wrap;gap:8px}.modal-skills .skill-tag{padding:6px 12px;font-size:.9rem}.candidate-experience{color:#555;font-size:.9rem;margin:8px 0}.applied-info{color:#38b6ff;font-size:.9rem;margin:8px 0}.applied-date{color:#888}.candidate-actions{margin-top:auto;padding-top:15px;display:flex;justify-content:flex-end}.empty-state{text-align:center;padding:60px 20px}.no-candidates-text{font-size:1.2rem;color:#555}.candidate-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.candidate-modal-content{background:#fff;padding:25px;border-radius:12px;width:100%;max-width:650px;max-height:90vh;overflow-y:auto;box-shadow:0 5px 15px #0000004d;position:relative;animation:fadeIn .3s ease-in-out}.modal-header h3{margin:0;color:#333;font-size:1.4rem}.modal-body h4{margin:0 0 10px;color:#333;font-size:1.1rem}.modal-body p{margin:8px 0;line-height:1.5;color:#444}.modal-body a{color:#38b6ff;text-decoration:none}.modal-body a:hover{text-decoration:underline}.modal-divider{margin:20px 0;border:0;border-top:1px solid #eee}.details-text{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;max-width:100%;background:#f9f9f9;padding:12px;border-radius:8px;border-left:4px solid #38B6FF}.experience-list{list-style:none;padding:0;margin:0}.experience-list li{padding:8px 0;border-bottom:1px solid #f0f0f0;color:#555}.experience-list li:last-child{border-bottom:none}.contact-section,.description-section,.skills-section,.experience-section,.education-section,.application-section{margin-bottom:5px}.modal-footer{margin-top:25px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;border-top:1px solid #eee;padding-top:20px}.contact-btn{display:flex;align-items:center;gap:5px}.email-btn{background:#4caf50!important}.email-btn:hover{background:#388e3c!important}.phone-btn{background:#2196f3!important}.phone-btn:hover{background:#1976d2!important}@media(max-width:768px){.candidati-header{flex-direction:column;align-items:flex-start}.candidati-filters{flex-direction:column}.search-input,.filter-select{width:100%}.candidati-list{grid-template-columns:1fr}.candidate-modal-content{padding:15px}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}.my-jobs-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;flex-grow:1;display:flex;flex-direction:column}.view-applicants-button{background:transparent;border:1px solid #00ffb7;color:#00ffb7;border-radius:5px;padding:5px 10px;cursor:pointer}.delete-job-button{background:transparent;border:1px solid #ff4d4d;color:#ff4d4d;border-radius:5px;padding:5px 10px;cursor:pointer}.edit-job-button{background:transparent;border:1px solid #007bff;color:#007bff;border-radius:5px;padding:5px 10px;cursor:pointer}.container-butoane{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.my-jobs-container.empty-state{justify-content:center;align-items:center;text-align:center;min-height:100%}.no-jobs-text{font-size:1.2rem;color:#555;margin-bottom:20px}.add-btn-wrapper,.add-action-footer{display:flex;justify-content:center;margin-top:20px}.jobs-header h2{text-align:center;margin-bottom:20px}.my-jobs-container ul{list-style:none;padding:0;width:100%}.job-item{background:#f9f9f9;border:1px solid #ddd;padding:15px;margin-bottom:10px;border-radius:8px}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start}.job-company-name{font-weight:700;color:#555}.date-info{color:#888;font-size:.9em;margin-bottom:10px}.salary-info{color:#38b6ff;font-size:.9em;margin-bottom:10px}.job-details-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.job-details-modal-content{background:#fff;padding:25px;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 5px 15px #0000004d;position:relative;animation:fadeIn .3s ease-in-out}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:15px}.modal-header h3{margin:0;color:#333}.close-modal-btn{background:transparent;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#888}.close-modal-btn:hover{color:#333}.modal-body p{margin-bottom:10px;line-height:1.5;color:#444}.modal-divider{margin:15px 0;border:0;border-top:1px solid #eee}.details-text{white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;max-width:100%;background:#f9f9f9;padding:10px;border-radius:5px;border-left:4px solid #38B6FF}.positions-info{margin-top:10px}.modal-body h4{margin-top:15px;margin-bottom:5px;color:#222}.modal-footer{margin-top:20px;display:flex;justify-content:flex-end;border-top:1px solid #eee;padding-top:15px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@media(max-width:700px){.job-details-modal-overlay{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;padding:0;top:0;left:0}.job-details-modal-content{width:80%;max-height:85vh;display:flex;flex-direction:column;margin:0;position:relative}}.my-jobs-page{min-height:75vh;display:flex;flex-direction:column}.add-job-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;max-width:1300px;margin:0 auto}.add-job-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:40px;row-gap:30px;width:100%}.add-job-grid .form-title{grid-column:span 2;text-align:left;margin:10px;font-size:2.5rem;color:#000}.add-job-grid .input-group,.add-job-grid .select-group,.add-job-grid .add-job-input,.add-job-grid .input-group input,.add-job-grid .select-group select,.add-job-grid .description-group{width:100%;max-width:100%;margin-bottom:0;padding-left:10px}.add-job-grid .description-group{width:100%;max-width:100%}.my-jobs-title{text-align:center;margin-bottom:20px;color:var(--text-color)}.add-job-buttons{display:flex;flex-direction:column;gap:15px;min-width:120px;font-size:16px}.input-group textarea.add-job-input{width:100%;max-width:100%;min-height:40px}@media(max-width:850px){.add-job-wrapper{flex-direction:column;margin:10px}.add-job-grid{grid-template-columns:1fr}.add-job-grid .description-group{grid-column:span 1}.add-job-buttons{flex-direction:row;justify-content:center;width:100%;margin-top:20px}.add-job-grid .form-title{grid-column:span 1;text-align:center}}
