:root{--blue:#0b75d1;--dark:#0b1f33;--light:#f5fbff;--text:#29445c;--sky:#e8f6ff;--orange:#ff8a00;--shadow:0 16px 40px rgba(10,50,80,.12);--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:auto;padding:0 20px}.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 8px 28px rgba(0,0,0,.06)}.nav-inner{height:78px;display:flex;align-items:center;gap:22px}.brand{font-weight:900;font-size:26px;color:var(--blue);display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),#21c6ff);display:grid;place-items:center;color:#fff;font-weight:900}.nav-search{flex:1;position:relative;max-width:360px}.nav-search input{width:100%;padding:13px 16px;border:1px solid #d8e8f5;border-radius:999px;background:#f7fbff;font-size:14px}.search-results{position:absolute;top:48px;left:0;right:0;background:#fff;border:1px solid #e1edf6;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;display:none;z-index:99}.search-results a{display:block;padding:12px 14px;border-bottom:1px solid #f0f6fb;font-size:14px}.search-results small{display:block;color:#6c879e}.menu{margin-left:auto;display:flex;align-items:center;gap:18px;font-weight:700;color:#25455f}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--blue);color:#fff;border:none;border-radius:999px;padding:13px 20px;font-weight:800;cursor:pointer;box-shadow:0 10px 25px rgba(11,117,209,.25)}.btn.alt{background:#fff;color:var(--blue);border:1px solid #d4e9fb;box-shadow:none}.hero{min-height:620px;background:linear-gradient(90deg,rgba(4,32,62,.78),rgba(4,32,62,.28)),var(--hero) center/cover no-repeat;display:flex;align-items:center;color:#fff}.hero h1{font-size:58px;line-height:1.04;margin:0 0 18px;max-width:780px}.hero p{font-size:20px;max-width:670px;line-height:1.65;margin:0 0 30px;color:#eaf7ff}.section{padding:84px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.eyebrow{color:var(--blue);font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.15em}.section h2{font-size:40px;line-height:1.15;margin:8px 0;color:var(--dark)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid.two{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e8f1f8;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card-img{height:230px;background:center/cover no-repeat}.card-body{padding:22px}.card h3{margin:0 0 9px;color:var(--dark);font-size:22px}.meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.pill{background:var(--sky);color:#0b75d1;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800}.price{font-size:22px;font-weight:900;color:var(--orange)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.feature-box{background:linear-gradient(180deg,#f5fbff,#fff);padding:28px;border-radius:var(--radius);border:1px solid #e4f0f9}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature{padding:18px;border:1px solid #e7f0f8;border-radius:18px;background:#fff;font-weight:800;color:#173957}.page-hero{background:linear-gradient(135deg,#083c68,#0b75d1);color:#fff;padding:90px 0}.page-hero h1{font-size:48px;margin:0 0 12px}.page-hero p{max-width:760px;font-size:18px;color:#e7f6ff}.footer{background:#071e33;color:#cce2f4;padding:55px 0 25px}.footer h3{color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:28px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:50;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 30px rgba(37,211,102,.35)}.detail-hero{height:420px;background:linear-gradient(90deg,rgba(4,32,62,.78),rgba(4,32,62,.18)),var(--img) center/cover no-repeat;display:flex;align-items:end;color:#fff}.detail-hero .container{padding-bottom:48px}.detail-hero h1{font-size:50px;margin:0}.content-grid{display:grid;grid-template-columns:2fr .8fr;gap:30px}.panel{border:1px solid #e8f1f8;border-radius:var(--radius);padding:26px;background:#fff;box-shadow:var(--shadow);margin-bottom:22px}.itinerary-item{border-left:4px solid var(--blue);padding:0 0 18px 18px;margin-bottom:18px}.itinerary-item h4{margin:0 0 6px;color:var(--dark)}.list{padding-left:20px;line-height:1.9}.mobile-toggle{display:none}.admin-shell{min-height:100vh;background:linear-gradient(135deg,#eef8ff,#fff)}.login-card,.admin-card{max-width:460px;margin:60px auto;background:#fff;padding:30px;border-radius:26px;box-shadow:var(--shadow);border:1px solid #e5f0f8}.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#061f36;color:#fff;padding:24px}.sidebar a,.sidebar button{display:block;width:100%;padding:13px;border-radius:14px;margin:6px 0;background:transparent;color:#dcefff;border:none;text-align:left;font-weight:800;cursor:pointer}.sidebar a:hover,.sidebar button:hover,.sidebar .active{background:#0b75d1;color:#fff}.admin-main{padding:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:900;color:#163953}.field input,.field textarea,.field select{border:1px solid #d7e8f5;border-radius:14px;padding:12px;font:inherit}.field textarea{min-height:90px}.admin-list{display:grid;gap:12px}.admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid #e8f1f8;border-radius:18px;padding:14px;box-shadow:0 8px 20px rgba(0,0,0,.04)}.small-btn{border:none;border-radius:999px;padding:9px 13px;font-weight:900;cursor:pointer;background:#eaf6ff;color:#0b75d1}.small-btn.danger{background:#ffecec;color:#c92525}.notice{background:#fff8e6;border:1px solid #ffe2a8;padding:14px;border-radius:16px;color:#755100;margin-bottom:20px}@media(max-width:900px){.nav-inner{height:auto;min-height:72px;flex-wrap:wrap;padding:12px 0}.nav-search{order:3;max-width:none;flex-basis:100%}.menu{display:none;flex-direction:column;align-items:flex-start;width:100%;padding:15px 0}.menu.open{display:flex}.mobile-toggle{display:block;margin-left:auto}.hero h1{font-size:38px}.grid,.grid.two,.split,.content-grid,.footer-grid,.admin-layout,.form-grid{grid-template-columns:1fr}.section{padding:55px 0}.page-hero h1,.detail-hero h1{font-size:34px}.admin-layout{display:block}.sidebar{position:relative}}


/* ParaTrails modern admin redesign */
.admin-login-page{min-height:100vh;background:#fff;display:grid;place-items:center;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#111827}.insta-login-wrap{width:100%;display:grid;place-items:center;padding:34px 18px}.insta-login-card{width:min(680px,100%);padding:32px 34px 28px;background:#fff;position:relative}.login-back{font-size:48px;line-height:1;color:#111;position:absolute;left:0;top:24px}.login-logo{display:flex;align-items:center;gap:12px;margin:18px 0 20px 64px}.login-logo strong{display:block;font-size:24px;color:#0b75d1}.login-logo small{display:block;color:#6b7280;font-weight:700}.insta-login-card h1{font-size:25px;margin:20px 0 8px 64px;color:#111}.login-note{margin:0 0 18px 64px;color:#667085}.insta-input{width:100%;height:74px;border:1.5px solid #6b7280;border-radius:22px;padding:0 20px;font-size:18px;margin:8px 0;background:#fff;outline:none}.insta-input:focus{border-color:#0064ff}.insta-login-btn{width:100%;height:56px;border:0;border-radius:999px;background:#93c5fd;color:#fff;font-size:18px;font-weight:900;margin:22px 0 14px;cursor:pointer}.insta-login-btn:hover{background:#0b75d1}.forgot-link{display:block;margin:0 auto 48px;background:none;border:0;font-size:20px;font-weight:800;color:#000;cursor:pointer}.login-divider{height:1px;background:#d8dee8;margin:8px 0 28px}.create-style-btn{width:100%;height:56px;border:1.5px solid #0064ff;border-radius:999px;background:#fff;color:#0064ff;font-size:18px;font-weight:900;cursor:pointer}.meta-mini{text-align:center;margin:28px 0 0;color:#6b7280;font-weight:800}.admin-modern{background:#eef2f5}.modern-admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.modern-sidebar{background:linear-gradient(180deg,#11b9c5,#20bfbd);color:#fff;padding:0;box-shadow:8px 0 26px rgba(0,0,0,.08)}.side-brand{height:82px;display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.06)}.side-brand strong{display:block;font-size:18px}.side-brand small{display:block;color:#e8ffff}.modern-sidebar nav{padding:14px 0}.modern-sidebar nav a,.side-actions button,.import-label{display:block;width:100%;padding:14px 18px;color:#f7ffff;border:0;background:transparent;text-align:left;font-weight:800;cursor:pointer}.modern-sidebar nav a:hover,.side-actions button:hover,.import-label:hover{background:rgba(0,0,0,.11)}.side-actions{margin-top:20px;border-top:1px solid rgba(255,255,255,.28);padding-top:12px}.import-label input{display:none}.modern-main{padding:26px 28px}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.admin-top h1{margin:0;color:#243447;font-size:30px}.admin-top p{margin:4px 0 0;color:#7b8794}.dashboard-breadcrumb{background:#fff;padding:16px 18px;border-radius:2px;margin-bottom:24px;color:#8a98a8}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:24px}.stat-card{background:#fff;min-height:150px;padding:20px;border-radius:2px;box-shadow:0 8px 20px rgba(17,35,50,.06)}.stat-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:26px;margin-bottom:18px}.stat-card.green .stat-icon{background:#35d586}.stat-card.cyan .stat-icon{background:#27c8d9}.stat-card.orange .stat-icon{background:#ff7054}.stat-card.yellow .stat-icon{background:#ffc04b}.stat-card h2{font-size:30px;color:#858585;margin:0}.stat-card p{font-size:13px;color:#111;font-weight:800;margin:4px 0}.dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.dash-card,.modern-panel,.help-preview,.help-card{background:#fff;border:1px solid #e5edf3;border-radius:18px;padding:24px;box-shadow:0 12px 28px rgba(17,35,50,.07)}.dash-card{min-height:170px;transition:.2s}.dash-card:hover{transform:translateY(-3px)}.dash-card span{font-size:34px}.dash-card h2{margin:12px 0 8px;color:#102f4b}.dash-card p{color:#6b7b89;line-height:1.5}.dash-card.primary{border-color:#b8edf2;background:linear-gradient(180deg,#f0feff,#fff)}.help-preview{margin-top:24px}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0}.steps-row div{background:#f6fbff;border-radius:16px;padding:16px}.steps-row b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0b75d1;color:#fff}.editor-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.modern-list{margin-top:20px}.modern-list .admin-row{border-radius:16px;border:0;box-shadow:0 8px 22px rgba(17,35,50,.06)}.help-guide{display:grid;gap:18px}.help-card h2{margin-top:0;color:#102f4b}.help-card li,.help-card p{line-height:1.8;color:#536678}@media(max-width:900px){.modern-admin-layout{grid-template-columns:1fr}.modern-sidebar{position:relative}.dash-stats,.dash-grid,.steps-row{grid-template-columns:1fr}.admin-top{align-items:flex-start;flex-direction:column}.insta-login-card{padding:26px 18px}.login-back{left:6px}.login-logo,.insta-login-card h1,.login-note{margin-left:52px}.insta-input{height:64px}}

/* ParaTrails olive logo/theme update */
:root{--blue:#3f4d2d;--dark:#1f2a18;--light:#f7f8f1;--text:#3e4734;--sky:#eef2e4;--orange:#8c6f3d;--shadow:0 16px 42px rgba(63,77,45,.14);--radius:22px;--olive:#3f4d2d;--sage:#76855d;--cream:#fbfaf4;--soft:#f1f3e8}.brand{color:var(--olive);font-size:22px}.brand-logo{width:92px;height:56px;object-fit:contain;display:block}.brand-name{font-weight:900;letter-spacing:.2px}.nav{background:rgba(255,255,250,.97);box-shadow:0 10px 28px rgba(63,77,45,.1)}.nav-search input{border-color:#dce2cf;background:#fbfaf4}.search-results{border-color:#dce2cf}.btn{background:var(--olive);box-shadow:0 10px 25px rgba(63,77,45,.25)}.btn.alt{color:var(--olive);border-color:#dce2cf;background:#fff}.eyebrow{color:var(--olive)}.hero{background:linear-gradient(90deg,rgba(31,42,24,.82),rgba(31,42,24,.34)),var(--hero) center/cover no-repeat}.page-hero{background:linear-gradient(135deg,#1f2a18,#536642)}.footer{background:#1f2a18}.pill{background:#eef2e4;color:#3f4d2d}.price{color:#6f5730}.feature{color:#2f3b24;border-color:#e6eadb}.card,.panel,.feature-box{border-color:#e4e8d8}.whatsapp-float{background:#3f4d2d;box-shadow:0 12px 30px rgba(63,77,45,.35)}

/* Logo themed admin login */
.admin-login-page{min-height:100vh;background:radial-gradient(circle at 50% 0%,#ffffff 0,#fbfaf4 40%,#f1f3e8 100%);display:grid;place-items:center;color:#111827}.pt-login-wrap{width:100%;min-height:100vh;display:grid;place-items:center;padding:36px 18px}.pt-login-card{width:min(680px,100%);background:rgba(255,255,255,.82);border:1px solid #e3e6d6;border-radius:32px;box-shadow:0 30px 80px rgba(63,77,45,.14);padding:30px 34px 28px;position:relative;backdrop-filter:blur(14px)}.pt-login-card .login-back{font-size:48px;line-height:1;color:#1f2a18;position:absolute;left:22px;top:22px}.login-logo-panel{text-align:center;margin:8px auto 20px}.login-logo-panel img{width:min(360px,80%);height:auto;object-fit:contain}.login-logo-panel p{margin:6px 0 0;color:#59634b;font-weight:800;letter-spacing:.15em;text-transform:uppercase;font-size:13px}.pt-login-card h1{font-size:25px;margin:14px 0 18px 0;color:#1f2a18}.pt-login-input{width:100%;height:74px;border:1.5px solid #879075;border-radius:22px;padding:0 20px;font-size:18px;margin:8px 0;background:#fff;outline:none}.pt-login-input:focus{border-color:#3f4d2d;box-shadow:0 0 0 4px rgba(63,77,45,.09)}.pt-login-btn{width:100%;height:56px;border:0;border-radius:999px;background:#a7b18f;color:#fff;font-size:18px;font-weight:900;margin:22px 0 14px;cursor:pointer}.pt-login-btn:hover{background:#3f4d2d}.forgot-link{display:block;margin:0 auto 42px;background:none;border:0;font-size:19px;font-weight:800;color:#1f2a18;cursor:pointer}.create-style-btn{width:100%;height:56px;border:1.5px solid #3f4d2d;border-radius:999px;background:#fff;color:#3f4d2d;font-size:18px;font-weight:900;cursor:pointer}.meta-mini{text-align:center;margin:26px 0 0;color:#59634b;font-weight:800}.login-divider{height:1px;background:#dfe4d3;margin:8px 0 28px}

/* Olive admin dashboard */
.admin-modern{background:#eef0e6}.modern-sidebar{background:linear-gradient(180deg,#3f4d2d,#65784c);box-shadow:8px 0 26px rgba(63,77,45,.16)}.side-brand{height:92px;background:rgba(0,0,0,.08)}.side-logo{width:84px;height:60px;object-fit:contain;background:rgba(255,255,255,.9);border-radius:12px;padding:5px}.modern-sidebar nav a:hover,.side-actions button:hover,.import-label:hover{background:rgba(255,255,255,.14)}.modern-main{background:#eef0e6}.dashboard-breadcrumb{background:#fff;color:#7b806d}.stat-card.green .stat-icon{background:#5e7442}.stat-card.cyan .stat-icon{background:#76855d}.stat-card.orange .stat-icon{background:#8c6f3d}.stat-card.yellow .stat-icon{background:#a8a56e}.dash-card.primary{border-color:#dfe6cf;background:linear-gradient(180deg,#fbfff4,#fff)}.dash-card h2,.admin-top h1,.help-card h2{color:#1f2a18}.steps-row b{background:#3f4d2d}.small-btn{background:#eef2e4;color:#3f4d2d}.notice{background:#fffaf0;border-color:#eadfb9;color:#63552d}
@media(max-width:900px){.brand-logo{width:80px;height:48px}.pt-login-card{padding:26px 18px}.login-logo-panel img{width:min(300px,88%)}}


/* =========================================================
   ParaTrails Professional Admin v3 - login + dashboard polish
   ========================================================= */
.pro-login.admin-login-page{background:linear-gradient(135deg,#f7f8f1 0%,#ffffff 48%,#e9eddf 100%);min-height:100vh;overflow-x:hidden}
.brand-login-shell{width:min(1180px,calc(100% - 34px));min-height:720px;display:grid;grid-template-columns:1.04fr .96fr;margin:34px auto;border-radius:36px;overflow:hidden;box-shadow:0 36px 100px rgba(31,42,24,.18);border:1px solid rgba(63,77,45,.12);background:#fff}
.login-showcase{position:relative;background:linear-gradient(135deg,rgba(31,42,24,.95),rgba(63,77,45,.86)),radial-gradient(circle at 20% 15%,rgba(255,255,255,.18),transparent 28%);color:#fff;display:flex;align-items:center;padding:52px;overflow:hidden}
.login-showcase:before{content:"";position:absolute;inset:auto -120px -160px auto;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.09)}
.login-showcase:after{content:"";position:absolute;left:-90px;top:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}
.login-back-pro{position:absolute;top:26px;left:28px;font-size:52px;line-height:1;color:#fff;opacity:.9;z-index:2}
.showcase-inner{position:relative;z-index:1;max-width:520px}.showcase-logo{width:min(420px,90%);height:auto;object-fit:contain;background:rgba(255,255,255,.94);border-radius:26px;padding:18px;margin-bottom:24px;box-shadow:0 18px 48px rgba(0,0,0,.18)}
.secure-pill{display:inline-flex;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.13);border-radius:999px;padding:9px 14px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px;color:#f8ffe9}
.login-showcase h1{font-size:44px;line-height:1.08;margin:22px 0 16px;letter-spacing:-.04em;color:#fff}.login-showcase p{font-size:17px;line-height:1.75;color:#eef5df;margin:0 0 24px}.login-feature-row{display:flex;gap:10px;flex-wrap:wrap}.login-feature-row span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:10px 13px;font-weight:800;font-size:13px;color:#fff}
.login-form-panel{padding:58px 54px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#fff,#fbfaf4)}.form-brand{display:flex;align-items:center;gap:14px;margin-bottom:34px}.form-brand img{width:86px;height:58px;object-fit:contain;border-radius:16px;background:#f8f8f0;padding:5px;border:1px solid #ecefde}.form-brand strong{display:block;font-size:22px;color:#1f2a18}.form-brand small{display:block;color:#6a735a;font-weight:800;margin-top:3px}.login-form-panel h2{font-size:38px;letter-spacing:-.04em;line-height:1.1;margin:0 0 8px;color:#1f2a18}.login-sub{color:#66705a;line-height:1.6;margin:0 0 26px}.pro-field{display:block;margin-bottom:16px}.pro-field span{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#536044;margin-bottom:8px}.pro-field input{width:100%;height:62px;border:1.5px solid #dce2cf;border-radius:18px;background:#fff;padding:0 18px;font-size:16px;outline:none;transition:.2s}.pro-field input:focus{border-color:#3f4d2d;box-shadow:0 0 0 5px rgba(63,77,45,.09)}.pro-login-btn{height:58px;border:0;border-radius:18px;background:linear-gradient(135deg,#3f4d2d,#65784c);color:#fff;font-weight:950;font-size:17px;cursor:pointer;box-shadow:0 16px 35px rgba(63,77,45,.25);margin-top:4px}.pro-login-btn:hover{transform:translateY(-1px)}.pro-reset-btn{background:none;border:0;margin:18px auto 14px;color:#1f2a18;font-weight:900;font-size:15px;cursor:pointer}.login-separator{height:1px;background:#e4e8d8;margin:10px 0 22px;position:relative}.login-separator span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fbfaf4;color:#8a927b;padding:0 12px;font-weight:900}.pro-outline-btn{height:56px;border:1.5px solid #3f4d2d;background:#fff;color:#3f4d2d;border-radius:18px;font-weight:950;font-size:16px;cursor:pointer}.login-foot-note{text-align:center;margin:24px 0 0;color:#7a826d;font-weight:900}
.pro-dashboard.admin-modern{background:#f3f5eb}.pro-admin-layout{grid-template-columns:270px 1fr}.pro-sidebar{background:linear-gradient(180deg,#25311c 0%,#3f4d2d 55%,#60704a 100%);box-shadow:16px 0 45px rgba(31,42,24,.16)}.pro-side-brand{height:118px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.14)}.pro-side-brand .side-logo{width:96px;height:66px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(0,0,0,.12)}.pro-side-brand strong{font-size:20px}.pro-side-brand small{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#e8eddc}.pro-nav{padding:18px 12px}.pro-nav a{border-radius:16px;margin:5px 0;padding:14px 16px;display:flex;align-items:center;gap:10px;color:#eef4df}.pro-nav a.active,.pro-nav a:hover{background:rgba(255,255,255,.16);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.pro-side-actions{padding:14px 12px;margin:8px 0 0;border-top:1px solid rgba(255,255,255,.14)}.pro-side-actions button,.pro-side-actions .import-label{border-radius:14px;margin:4px 0;color:#eef4df}.pro-main{padding:34px;background:radial-gradient(circle at 88% 0%,rgba(118,133,93,.18),transparent 32%),#f3f5eb}.pro-topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;background:#fff;border:1px solid #e3e8d7;border-radius:28px;padding:28px 30px;box-shadow:0 16px 45px rgba(63,77,45,.09)}.pro-topbar h1{margin:10px 0 8px;font-size:38px;line-height:1.05;letter-spacing:-.04em;color:#1f2a18}.pro-topbar p{margin:0;color:#6f7963;line-height:1.6}.breadcrumb-pill{display:inline-flex;background:#eef2e4;color:#3f4d2d;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.topbar-actions{display:flex;gap:12px;flex-wrap:wrap}.pro-stats{grid-template-columns:repeat(4,1fr);gap:18px}.pro-stats .stat-card{border-radius:24px;border:1px solid #e2e8d7;min-height:148px;box-shadow:0 14px 38px rgba(63,77,45,.08);background:linear-gradient(180deg,#fff,#fdfdf8)}.pro-stats .stat-card h2{color:#1f2a18;font-weight:950}.studio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.studio-card{background:#fff;border:1px solid #e3e8d7;border-radius:28px;padding:24px;color:#33402a;box-shadow:0 16px 45px rgba(63,77,45,.08);transition:.22s;min-height:240px;display:flex;flex-direction:column}.studio-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(63,77,45,.13)}.studio-card.primary{background:linear-gradient(135deg,#3f4d2d,#66784e);color:#fff}.studio-icon{width:58px;height:58px;border-radius:20px;background:#eef2e4;display:grid;place-items:center;font-size:28px;margin-bottom:22px;color:#3f4d2d}.studio-card.primary .studio-icon{background:rgba(255,255,255,.18);color:#fff}.studio-card h2{margin:0 0 10px;font-size:20px;line-height:1.2;color:inherit}.studio-card p{line-height:1.6;color:#6f7963;margin:0 0 18px}.studio-card.primary p{color:#eef4df}.studio-card span{margin-top:auto;font-weight:950;color:inherit}.workflow-panel{background:#fff;border:1px solid #e3e8d7;border-radius:30px;padding:30px;box-shadow:0 16px 45px rgba(63,77,45,.08);margin-top:24px}.workflow-panel h2{margin:0 0 6px;color:#1f2a18;font-size:28px}.workflow-panel p{margin:0;color:#6f7963}.workflow-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.workflow-steps div{background:#f6f8ef;border:1px solid #e3e8d7;border-radius:22px;padding:18px}.workflow-steps b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#3f4d2d;color:#fff;margin-bottom:12px}.workflow-steps strong{display:block;color:#1f2a18;margin-bottom:4px}.workflow-steps small{color:#6f7963;line-height:1.5}.modern-panel,.help-card,.help-preview{border-radius:26px;border-color:#e3e8d7;box-shadow:0 16px 45px rgba(63,77,45,.08)}.editor-toolbar{background:#fff;border:1px solid #e3e8d7;border-radius:24px;padding:16px;box-shadow:0 12px 32px rgba(63,77,45,.07)}.modern-list .admin-row{border-radius:22px;border:1px solid #e3e8d7;background:#fff;box-shadow:0 12px 30px rgba(63,77,45,.07);padding:18px 20px}.field input,.field textarea,.field select{border-color:#dce2cf;border-radius:16px}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#3f4d2d;box-shadow:0 0 0 4px rgba(63,77,45,.08)}
@media(max-width:1100px){.brand-login-shell{grid-template-columns:1fr}.login-showcase{display:none}.studio-grid,.pro-stats,.workflow-steps{grid-template-columns:repeat(2,1fr)}.pro-admin-layout{grid-template-columns:230px 1fr}.pro-topbar{flex-direction:column}.topbar-actions{width:100%}}
@media(max-width:760px){.brand-login-shell{width:calc(100% - 24px);margin:12px auto;border-radius:26px;min-height:auto}.login-form-panel{padding:34px 22px}.login-form-panel h2{font-size:32px}.form-brand img{width:76px}.pro-admin-layout{display:block}.pro-main{padding:18px}.studio-grid,.pro-stats,.workflow-steps{grid-template-columns:1fr}.pro-topbar{padding:22px}.pro-topbar h1{font-size:30px}.modern-sidebar{position:relative}.side-actions{display:grid;grid-template-columns:1fr 1fr;gap:4px}.pro-side-actions button,.pro-side-actions .import-label{font-size:12px;padding:12px}}
