.builder-root{display:grid;grid-template-columns:280px 1fr;height:100vh;background:#f8fafc;overflow:hidden}.side-nav{background:#0f172a;padding:1.5rem 1rem;display:flex;flex-direction:column;border-right:1px solid #1e293b;color:#fff}.brand{font-size:1.1rem;font-weight:800;color:#38bdf8;margin-bottom:.8rem;letter-spacing:-.02em}.nav-items{flex:1 1;display:flex;flex-direction:column;gap:.3rem;overflow-y:auto;padding-right:.5rem}.nav-items::-webkit-scrollbar{width:4px}.nav-items::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.nav-items button{text-align:left;padding:.5rem .7rem;border-radius:8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:.6rem}.nav-items button:hover{background:#1e293b;color:#fff}.nav-items button.active{background:#38bdf8;color:#0f172a;font-weight:700;box-shadow:0 4px 12px rgba(56,189,248,.2)}.theme-actions{padding-top:.8rem;border-top:1px solid #1e293b;display:flex;flex-direction:column;gap:.6rem}.change-template-btn{width:100%;padding:.7rem;background:#1e293b;color:#fff;border:1px solid #334155;border-radius:10px;cursor:pointer;font-weight:600;transition:all .2s;font-size:.8rem}.change-template-btn:hover{background:#334155;border-color:#38bdf8}.theme-actions label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:700;margin-bottom:-.3rem}.color-picker{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.4rem;gap:.4rem}.color-dot{width:100%;aspect-ratio:1;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:transform .2s}.color-dot.active{border-color:#fff;transform:scale(1.1);box-shadow:0 0 10px hsla(0,0%,100%,.2)}.custom-color-input{width:100%;height:30px;padding:0;border:none;background:transparent;cursor:pointer;grid-column:span 6;margin-top:.1rem}.plus-dot{background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border:1px solid #334155}.plus-dot:hover{background:#334155;border-color:#38bdf8}.download-btn-sidebar{width:100%;padding:.7rem;background:#38bdf8;color:#0f172a;border:none;border-radius:10px;cursor:pointer;font-weight:800;transition:all .2s;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:.3rem}.download-btn-sidebar:hover{background:#7dd3fc;transform:translateY(-2px)}.download-btn{width:100%;padding:1.1rem;background:#38bdf8;color:#0f172a;border-radius:14px;border:none;font-weight:800;cursor:pointer;transition:all .2s;font-size:1rem}.download-btn:hover{background:#7dd3fc;transform:translateY(-2px)}.main-content{display:grid;grid-template-columns:500px 1fr;overflow:hidden;background:#fff}.editor-area{padding:3rem;overflow-y:auto;background:#fff;border-right:1px solid #e2e8f0;scrollbar-width:thin}.a4-container{padding:4rem;overflow-y:auto;background:#cbd5e1;display:flex;flex-direction:column;align-items:center;background-image:radial-gradient(#94a3b8 1px,transparent 0);background-size:20px 20px;scroll-behavior:smooth;position:relative}.a4-page{width:210mm;min-height:296.5mm;background:#fff;color:#1e293b;box-shadow:0 20px 50px rgba(0,0,0,.15);position:relative;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;margin-bottom:2rem;flex-shrink:0}.page-break-indicator{position:absolute;left:-40px;right:-40px;height:2px;border-top:2px dashed #f43f5e;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10}.page-break-indicator:after{content:attr(data-page);background:#f43f5e;color:#fff;font-size:10px;padding:2px 8px;border-radius:4px;font-weight:800}.page-controls{position:fixed;bottom:2rem;right:2rem;background:rgba(15,23,42,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.6rem;border-radius:12px;display:flex;gap:.5rem;align-items:center;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 25px rgba(0,0,0,.3);z-index:1000}.page-btn{padding:.4rem .8rem;background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .2s}.page-btn:hover{background:hsla(0,0%,100%,.1)}.page-btn.active{background:#38bdf8;border-color:#38bdf8;color:#0f172a}.page-info{color:hsla(0,0%,100%,.5);font-size:.75rem;margin-right:.5rem;padding-left:.5rem}@media print{.page-break-indicator,.page-controls{display:none!important}}h3{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:2rem;letter-spacing:-.02em}label{display:block;font-size:.85rem;font-weight:600;color:#64748b;margin-bottom:.5rem}input,select,textarea{width:100%;padding:.8rem 1rem;margin-bottom:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#1e293b;font-size:.95rem;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:#38bdf8;outline:none;background:#fff;box-shadow:0 0 0 4px rgba(56,189,248,.1)}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.2rem;gap:1.2rem}.add-btn{width:100%;padding:1.2rem;background:#f1f5f9;color:#475569;border:2px dashed #cbd5e1;border-radius:16px;cursor:pointer;font-weight:700;transition:all .2s;font-size:1rem}.add-btn:hover{background:#e2e8f0;border-color:#94a3b8;color:#0f172a}.item-card{background:#fff;padding:2rem;border-radius:20px;margin-bottom:1.5rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.05);position:relative;transition:transform .2s,box-shadow .2s}.item-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.08)}.remove-btn{color:#f43f5e;background:#fff1f2;border:1px solid #fecaca;cursor:pointer;font-size:.8rem;font-weight:700;padding:.5rem 1rem;border-radius:10px;transition:all .2s}.remove-btn:hover{background:#ffe4e6;border-color:#fda4af}.profile-upload{width:120px;height:120px;border-radius:30px;border:2px dashed #cbd5e1;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem;cursor:pointer;overflow:hidden;transition:all .2s;background:#f8fafc}.profile-upload:hover{border-color:#38bdf8;background:#f0f9ff}.profile-upload img{width:100%;height:100%;object-fit:cover}.it{margin-bottom:1rem}.it h3{font-size:1.1rem;margin:0;color:#1e293b}.it span{font-size:.85rem;color:#64748b;font-weight:600}.it p{font-size:.9rem;color:#475569;margin-top:.3rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:break-word}.london-body{display:grid;grid-template-columns:240px 1fr;min-height:296.5mm}.london-body aside{padding:2rem 1.5rem;color:#fff;min-height:296.5mm}.london-body .photo{width:100%;border-radius:10%;margin-bottom:1.5rem;border:3px solid hsla(0,0%,100%,.2)}.london-body h2{font-size:.9rem;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:.4rem;margin-top:1.5rem;letter-spacing:1px}.tags{display:flex;flex-wrap:wrap;gap:.3rem}.tags span{background:hsla(0,0%,100%,.1);padding:.2rem .5rem;border-radius:4px;font-size:.7rem}.london-body main{padding:2.5rem}.london-body h1{font-size:2.8rem;font-weight:900;margin:0;line-height:1}.london-body .title{font-size:1.2rem;color:#64748b;font-weight:600;margin-top:.5rem}.london-body .summary{font-size:.95rem;color:#475569;margin-top:1rem;line-height:1.6}.london-body h3{border-bottom:2px solid #f1f5f9;margin-top:2rem;margin-bottom:1rem;font-size:1.2rem;padding-bottom:.3rem}.sydney-body{display:grid;grid-template-columns:1fr 240px;min-height:296.5mm}.sydney-main{padding:2.5rem}.sydney-sidebar{padding:2rem 1.5rem;background:#f8fafc;border-left:1px solid #e2e8f0}.sydney-sidebar .photo{width:120px;height:120px;border-radius:12px;margin-bottom:1.5rem;object-fit:cover}.sydney-sidebar h3{font-size:.9rem;color:#1e293b;border-bottom:2px solid #e2e8f0;padding-bottom:.3rem;margin-top:1.5rem}.skill-item{background:#fff;border:1px solid #e2e8f0;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;display:inline-block;margin:.2rem}.sydney-body h1{font-size:2.5rem;font-weight:800;margin:0}.sydney-body h2{font-size:1.3rem;border-bottom:2px solid;padding-bottom:.3rem;margin-top:2rem}.stockholm-body{padding:3rem}.stockholm-body header{text-align:center;border-bottom:4px solid;padding-bottom:2rem;margin-bottom:2rem}.stockholm-body h1{font-size:3.5rem;font-weight:900;margin:0}.stockholm-body .contact{margin-top:1rem;color:#64748b;font-weight:500}.st-grid{display:grid;grid-template-columns:1fr 220px;grid-gap:3rem;gap:3rem}.st-main h2,.st-side h2{font-size:1.1rem;border-bottom:2px solid #f1f5f9;padding-bottom:.3rem;margin-top:1.5rem;letter-spacing:2px}.skill-tag{border:1px solid #ddd;padding:.2rem .5rem;margin-bottom:.3rem;border-radius:4px;font-size:.8rem}.istanbul-body{display:grid;grid-template-columns:260px 1fr;min-height:296.5mm;background:#fff}.ist-sidebar{background:#581c2d;color:#fff;padding:2rem 1.5rem;min-height:296.5mm}.ist-photo-container{width:120px;height:120px;margin:0 auto 2rem;border-radius:50%;overflow:hidden;border:4px solid hsla(0,0%,100%,.1)}.ist-photo-container img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;background:hsla(0,0%,100%,.1)}.ist-section{margin-bottom:2rem}.ist-section h2{font-size:1.1rem;font-weight:700;margin-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:.5rem}.ist-sidebar-h2{font-size:1.1rem!important;font-weight:700!important;margin-bottom:1rem!important;border-bottom:1px solid hsla(0,0%,100%,.2)!important;padding-bottom:.5rem!important;color:#fff!important}.ist-contact p{font-size:.85rem;margin-bottom:.5rem;opacity:.9;color:#fff}.ist-skill-item{margin-bottom:.8rem;color:#fff}.ist-skill-item span{font-size:.85rem;display:block;margin-bottom:.3rem}.ist-skill-line{height:3px;background:hsla(0,0%,100%,.2);width:100%;border-radius:2px;position:relative}.ist-skill-line:after{content:"";position:absolute;left:0;top:0;height:100%;width:var(--level);background:#fff;border-radius:2px}.ist-main{padding:0;background:#fff}.ist-header{padding:2.5rem;margin-bottom:0}.ist-header h1{font-size:3.5rem;font-weight:400;margin:0}.ist-header .title{font-size:1.2rem;color:#666;margin-top:.2rem}.ist-content-section{margin-bottom:0}.ist-content-section h2{color:#fff!important;padding:.7rem 2.5rem!important;font-size:1.1rem!important;font-weight:600!important;margin-bottom:0!important;text-transform:uppercase!important;letter-spacing:1px!important}.ist-text-block{padding:1.5rem 2.5rem;background:#fff}.ist-text-block p{font-size:.95rem;line-height:1.6;color:#333;margin:0}.ist-group-title{font-size:.85rem;font-weight:800;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.3rem}.ist-edu-item,.ist-exp-item{margin-bottom:2rem}.ist-edu-item:last-child,.ist-exp-item:last-child{margin-bottom:0}.ist-edu-item h3,.ist-exp-item h3{font-size:1.05rem;font-weight:700;color:#111;margin:0}.ist-date{font-size:.8rem;color:#888;font-weight:500;display:block;margin-bottom:.5rem}.pro-body{display:flex;min-height:29.65cm;background:#fff;color:#1a1a1a;line-height:1.5}.pro-sidebar{width:35%;background:#00685b;color:#fff;padding:40px 25px;display:flex;flex-direction:column;gap:30px;min-height:296.5mm}.pro-photo-container{width:140px;height:140px;margin:0 auto 20px;border-radius:50%;border:4px solid #fff;overflow:hidden;background:#eee}.pro-photo-container img{width:100%;height:100%;object-fit:cover}.pro-sidebar h2{font-size:1.4rem;margin-bottom:15px;font-weight:700}.pro-sidebar-section{margin-bottom:25px}.pro-contact-item{font-size:.9rem;margin-bottom:8px;opacity:.9;word-break:break-all}.pro-skill-item{margin-bottom:12px}.pro-skill-label{font-size:.9rem;margin-bottom:4px}.pro-skill-bar{height:2px;background:hsla(0,0%,100%,.3);width:100%}.pro-main{flex:1 1;padding:50px 40px;position:relative}.pro-header{margin-bottom:40px;padding-left:20px}.pro-header h1{font-size:3.5rem;line-height:1;margin:0;font-weight:400;color:#1a1a1a}.pro-header .pro-title{font-size:1.4rem;color:#444;margin-top:10px;letter-spacing:1px}.pro-timeline-container{position:relative;padding-left:50px}.pro-timeline-line{position:absolute;left:19px;top:10px;bottom:0;width:3px;background:#00685b}.pro-section{position:relative;margin-bottom:35px}.pro-section-icon{position:absolute;left:-50px;top:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:2}.pro-section-icon,.pro-section-title-box{background:#00685b;color:#fff;border-radius:4px}.pro-section-title-box{display:inline-block;padding:6px 18px;font-size:1.1rem;font-weight:600;margin-bottom:15px}.pro-section-content{color:#333;font-size:.95rem}.pro-exp-item{margin-bottom:20px}.pro-exp-item h3{font-size:1.05rem;margin-bottom:2px;color:#000}.pro-exp-item .pro-date{font-size:.85rem;color:#888;display:block;margin-bottom:8px}.pro-exp-item ul{padding-left:1.2rem;margin:5px 0}.pro-exp-item li{margin-bottom:4px}@media print{@page{size:A4;margin:0}body,html{background:#fff!important;height:auto!important;overflow:visible!important;margin:0!important}.a4-container,.builder-root,.main-content{display:block!important;height:auto!important;overflow:visible!important;padding:0!important;background:transparent!important}.a4-page{width:100%!important;min-height:unset!important;height:auto!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}.ist-sidebar,.london-body aside,.pro-sidebar{min-height:100vh!important}.no-print{display:none!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@media (max-width:768px){.builder-root{grid-template-columns:1fr;height:auto;overflow:visible;padding-bottom:70px}.side-nav{position:fixed;bottom:0;left:0;width:100%;height:70px;flex-direction:row;padding:.5rem;z-index:100;border-top:1px solid #1e293b;border-right:none}.brand,.theme-actions{display:none}.nav-items{flex-direction:row;gap:.5rem;justify-content:space-around;width:100%;overflow-x:auto;padding-right:0}.nav-items button{flex-direction:column;padding:.3rem;font-size:.65rem;gap:.3rem;justify-content:center}.main-content{grid-template-columns:1fr;overflow:visible}.editor-area{padding:1.5rem;border-right:none;border-bottom:2px dashed #e2e8f0}.a4-container{padding:1.5rem;justify-content:flex-start;overflow-x:hidden}.a4-page{transform-origin:top left;transform:scale(calc((100vw - 3rem) / 794));margin-bottom:calc(-297mm * (1 - ((100vw - 3rem) / 794)))}}