/*
Theme Name: BUATCV.CLOUD
Theme URI: https://buatcv.cloud
Author: BUATCV.CLOUD
Author URI: https://buatcv.cloud
Description: Tema WordPress resmi BUATCV.CLOUD — platform pembuat CV otomatis. STEP 1: rekreasi 1:1 dari prototype (sidebar, hero, CV Builder). Semua tombol masih mock interaction, belum terhubung backend.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buatcv-cloud
*/

/* =========================================================
   Seluruh CSS di bawah ini diambil apa adanya dari prototype
   buatcv-cloud-prototype.html — TIDAK diredesain.
   ========================================================= */

*{box-sizing:border-box}
:root{
  --bg:#f7faff;--surface:#fff;--text:#101b3d;--muted:#64708a;
  --line:#e7ebf3;--blue:#1677ff;--blue2:#e9f2ff;--shadow:0 12px 35px rgba(29,61,112,.10)
}
html{scroll-behavior:smooth}
body.buatcv-cloud{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
     color:var(--text);background:radial-gradient(circle at 60% 25%,#edf5ff 0,#f7faff 42%,#fff 100%)}
body.buatcv-cloud button,body.buatcv-cloud input,body.buatcv-cloud select{font:inherit}
.app{min-height:100vh;display:flex}
.sidebar{position:fixed;left:0;top:0;bottom:0;width:226px;background:rgba(255,255,255,.92);
         border-right:1px solid var(--line);padding:27px 14px 20px;display:flex;flex-direction:column;z-index:10}
.brand{display:flex;align-items:center;gap:11px;font-weight:700;font-size:16px;margin:0 18px 42px}
.logo{width:31px;height:31px;border-radius:7px;background:linear-gradient(135deg,#5d9cff,#1968ed);
      box-shadow:0 4px 10px #79aaff66;position:relative}
.logo:after{content:"";position:absolute;left:7px;top:6px;width:15px;height:18px;border-radius:2px;background:#fff;opacity:.92}
.nav{display:grid;gap:7px}
.nav button{border:0;background:transparent;color:#242936;text-align:left;padding:13px 15px;border-radius:15px;
            display:flex;align-items:center;gap:15px;cursor:pointer}
.nav button:hover{background:#f3f6fb}
.nav .active{background:#edf4ff;color:#1265ed}
.icon{width:21px;height:21px;display:inline-grid;place-items:center;font-size:20px}
.side-bottom{margin-top:auto}
.divider{height:1px;background:var(--line);margin:0 15px 17px}
.mode,.user{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;color:#4f5665}
.user{margin-top:4px;color:#222}
.avatar{width:33px;height:33px;border-radius:50%;background:#2476e8;color:white;display:grid;place-items:center}
main{margin-left:226px;width:calc(100% - 226px);min-height:100vh}
.topbar{height:82px;display:flex;justify-content:flex-end;align-items:center;gap:18px;padding:0 30px}
.upgrade{border:0;border-radius:24px;background:#eef5ff;color:#1267e9;padding:11px 19px;cursor:pointer;font-size:14px}
.settings{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}
.hero{min-height:650px;padding:80px 45px 50px;text-align:center;position:relative}
h1{font-size:44px;letter-spacing:-1.8px;margin:10px 0 25px;font-weight:500}
.subtitle{font-size:17px;color:#53627d;margin-bottom:43px}
.create-cta{width:min(708px,90%);height:103px;margin:auto;border:1px solid #eef0f5;border-radius:25px;
            background:#fff;box-shadow:0 13px 30px rgba(45,75,120,.13);display:flex;align-items:center;
            justify-content:space-between;padding:0 34px;cursor:pointer;font-size:20px;color:#111}
.create-cta .plus{font-size:37px;font-weight:300;margin-right:25px}
.create-left{display:flex;align-items:center}
.arrow{font-size:33px;font-weight:300}
.hint{display:inline-block;margin-top:32px;background:#1677ff;color:white;padding:10px 19px;border-radius:7px;
      font-size:13px;box-shadow:0 5px 15px #1677ff55;position:relative}
.hint:after{content:"";position:absolute;left:50%;bottom:-10px;border:6px solid transparent;border-top-color:#1677ff}
.down{margin:18px auto 0;width:76px;height:76px;border-radius:50%;background:#e8f1ff;display:grid;place-items:center;
      cursor:pointer}
.down span{width:58px;height:58px;border-radius:50%;background:white;display:grid;place-items:center;
           font-size:31px;box-shadow:0 5px 16px #799ad033}
.annotation{position:absolute;right:12%;top:485px;color:#1470ed;font-family:"Comic Sans MS",cursive;
            font-size:15px;text-align:left;transform:rotate(-2deg)}
.annotation .curve{font-size:28px;display:block;margin-left:-40px;transform:rotate(-10deg)}
.dash{height:110px;border-left:2px dashed #267dff;margin:auto;width:1px}
.builder{padding:0 7%;scroll-margin-top:20px}
.builder-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:var(--shadow);
              min-height:590px;overflow:hidden}
.builder-head{height:62px;border-bottom:1px solid #edf0f5;display:flex;align-items:center;justify-content:space-between;padding:0 20px}
.mini-brand{font-weight:700;font-size:12px;display:flex;gap:8px;align-items:center}
.mini-logo{width:17px;height:17px;border-radius:4px;background:#4d90ff}
.actions{display:flex;align-items:center;gap:10px;font-size:11px;color:#777}
.save{border:1px solid #e3e7ed;background:#fff;border-radius:8px;padding:8px 12px}
.download{border:0;background:#1677ff;color:white;border-radius:8px;padding:9px 14px}
.builder-body{display:grid;grid-template-columns:1.55fr .95fr;gap:20px;padding:25px}
.form-card,.preview-card{border:1px solid #edf0f4;border-radius:12px;padding:18px}
.form-card h3{font-size:12px;margin:0 0 6px}.small{font-size:10px;color:#8a909b;margin-bottom:20px}
.form-grid{display:grid;grid-template-columns:125px 1fr 1fr;gap:15px}
.photo{border:1px dashed #d7dde8;border-radius:7px;height:125px;display:grid;place-items:center;text-align:center;color:#2478ec;font-size:11px}
.fields{display:contents}
label{font-size:9px;color:#343944;display:block;margin-bottom:5px}
input{width:100%;border:1px solid #dfe4eb;border-radius:7px;padding:9px;font-size:10px;outline:none}
input:focus{border-color:#6da5ff;box-shadow:0 0 0 3px #1677ff12}
.preview-title{font-size:10px;color:#7c8490;margin-bottom:8px}
select{width:100%;padding:8px;border:1px solid #dfe4eb;border-radius:7px;font-size:10px;background:white}
.cv-paper{margin-top:16px;border-radius:8px;background:white;box-shadow:0 4px 18px #1f3a6015;border:1px solid #f0f1f3;padding:20px;min-height:390px}
.cv-name{font-weight:800;font-size:13px}.cv-role{font-size:8px;margin-top:2px}
.cv-line{height:1px;background:#ddd;margin:13px 0}.cv-text{font-size:7px;color:#777;line-height:1.6}
.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#111827;color:white;padding:12px 18px;
       border-radius:10px;font-size:13px;opacity:0;pointer-events:none;transition:.25s;z-index:20}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:850px){
  .sidebar{width:72px;padding-left:8px;padding-right:8px}.brand span,.nav button span:not(.icon),.mode span,.user>span:last-child{display:none}
  .brand{margin:0 auto 35px}.nav button{justify-content:center;padding:13px}.mode,.user{justify-content:center}
  main{margin-left:72px;width:calc(100% - 72px)}h1{font-size:34px}.annotation{display:none}
  .builder-body{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr 1fr}.photo{grid-column:1/-1}
}
@media(max-width:560px){
  .topbar{padding-right:15px}.hero{padding:55px 15px 35px}.create-cta{height:80px}.subtitle{font-size:15px}
  .builder{padding:0 15px}.builder-body{padding:12px}.form-grid{grid-template-columns:1fr}.photo{grid-column:auto}
}
