:root{--mm-black:#080b0b;--mm-ink:#102627;--mm-teal:#007a7b;--mm-deep:#073c3d;--mm-aqua:#7ed6d2;--mm-gold:#d4af37;--mm-gold2:#f0d77d;--mm-white:#ffffff;--mm-soft:#f5f8f7;--mm-line:#d9e4e1;--mm-shadow:0 18px 55px rgba(5,36,37,.12)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:DM Sans,Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--mm-ink);background:#eef5f3}a{color:inherit}.studio-topbar{position:sticky;top:0;z-index:40;height:82px;background:rgba(8,11,11,.97);border-bottom:1px solid rgba(212,175,55,.38);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,4vw,58px);color:white}.studio-brand{display:flex;align-items:center;gap:14px;text-decoration:none}.studio-brand img{width:52px;height:52px;border-radius:50%;object-fit:cover;background:white;box-shadow:0 0 0 1px rgba(212,175,55,.55)}.studio-brand strong{font:700 1.2rem Georgia,serif}.studio-brand small{display:block;color:#b9cfcb;margin-top:2px}.studio-actions{display:flex;gap:10px;align-items:center}.lux-button{border:0;border-radius:999px;padding:12px 17px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.lux-button.gold{background:linear-gradient(135deg,var(--mm-gold),var(--mm-gold2));color:#211a0c}.lux-button.teal{background:var(--mm-teal);color:#fff}.lux-button.ghost{border:1px solid rgba(212,175,55,.55);background:transparent;color:#eedf9c}.studio-hero{background:radial-gradient(circle at 80% 15%,rgba(0,122,123,.75),transparent 42%),linear-gradient(135deg,#061415,#082e2f 52%,#071b1c);color:white;padding:56px clamp(24px,5vw,72px) 42px;position:relative;overflow:hidden}.studio-hero:after{content:"";position:absolute;inset:auto -10% -65% 40%;height:430px;background:radial-gradient(circle,rgba(126,214,210,.13),transparent 62%);pointer-events:none}.studio-eyebrow{color:var(--mm-gold2);letter-spacing:.21em;font-size:.72rem;font-weight:900;text-transform:uppercase}.studio-hero h1{font:700 clamp(3rem,6vw,6rem)/.96 Georgia,serif;margin:13px 0 14px;max-width:1000px}.studio-hero em{font-family:Georgia,serif;font-weight:400;color:var(--mm-aqua)}.studio-hero p{max-width:780px;line-height:1.65;color:#d5e7e4;font-size:1.05rem}.studio-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:calc(100vh - 82px);background:var(--mm-soft)}.studio-sidebar{background:linear-gradient(180deg,#092f30,#061c1d);color:white;padding:24px 16px;position:sticky;top:82px;height:calc(100vh - 82px);overflow:auto;border-right:1px solid rgba(212,175,55,.25)}.studio-sidebar .side-label{color:var(--mm-gold2);font-size:.66rem;letter-spacing:.19em;text-transform:uppercase;font-weight:900;padding:8px 12px 14px}.studio-sidebar button{width:100%;text-align:left;border:0;background:transparent;color:#c6d8d5;padding:12px 13px;border-radius:13px;font-weight:700;cursor:pointer;margin:2px 0}.studio-sidebar button:hover,.studio-sidebar button.active{background:linear-gradient(135deg,#ffffff18,#d4af3720);color:white;box-shadow:inset 3px 0 0 var(--mm-gold)}.studio-sidebar hr{border:0;border-top:1px solid #ffffff1d;margin:15px 7px}.studio-sidebar .save-status{font-size:.72rem;color:#8bb2ae;padding:16px 12px}.studio-main{padding:34px clamp(22px,4vw,52px) 70px;min-width:0}.studio-main .command-view{max-width:1280px;margin:0 auto}.studio-main .view-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.studio-main .view-head .kicker{color:#a98115!important;font-size:.7rem;letter-spacing:.19em;font-weight:900;text-transform:uppercase;margin:0 0 7px}.studio-main .view-head h2{font:700 clamp(2.2rem,4vw,4.1rem)/1 Georgia,serif;margin:0;color:#0a3031}.studio-main .view-head p{color:#637775;line-height:1.55;max-width:720px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}.metric{background:white;border:1px solid #d9e5e2;border-radius:20px;padding:22px;box-shadow:var(--mm-shadow);position:relative;overflow:hidden}.metric:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--mm-teal),var(--mm-gold))}.metric b{display:block;font:700 2.1rem Georgia,serif;color:#073f40}.metric span{font-size:.68rem;letter-spacing:.1em;color:#778885}.panel,.preview-sheet{background:white;border:1px solid #d9e5e2;border-radius:24px;padding:24px;box-shadow:var(--mm-shadow);margin:16px 0}.panel h3{font:700 1.5rem Georgia,serif;color:#0a3031}.notice-box{background:linear-gradient(135deg,#073f40,#095758);color:#e9f8f5;border-radius:18px;padding:18px 20px;margin:17px 0;box-shadow:var(--mm-shadow)}.notice-box strong{color:#f0d77d}.command-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.command-form label{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#4f6a67}.command-form label.full{grid-column:1/-1}.command-form input,.command-form select,.command-form textarea,.data-table input,.data-table select,.add-row input{width:100%;margin-top:7px;border:1px solid #ccdcd8;background:#fbfdfc;border-radius:12px;padding:12px;font:inherit;color:#153433}.command-form textarea{min-height:120px;resize:vertical}.data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:780px}.data-table th{background:#073f40;color:white;text-align:left;padding:12px;font-size:.69rem;text-transform:uppercase;letter-spacing:.08em}.data-table th:first-child{border-radius:12px 0 0 0}.data-table th:last-child{border-radius:0 12px 0 0}.data-table td{padding:7px;background:white;border-bottom:1px solid #e6efed}.delete-row{border:0;background:#fff0ed;color:#9b3b2d;border-radius:9px;padding:8px 10px;cursor:pointer}.add-row{display:grid;grid-template-columns:1fr 220px auto;gap:10px;margin-bottom:18px}.add-row button,.primary-command{border:0;background:var(--mm-teal);color:white;border-radius:999px;padding:11px 16px;font-weight:800;cursor:pointer}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-item{display:flex;align-items:center;gap:11px;border:1px solid #d9e5e2;background:#fbfdfc;border-radius:14px;padding:12px}.check-item.done{background:#e8f7f4}.trip-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trip-card{background:white;border:1px solid #d9e5e2;border-radius:22px;padding:22px;box-shadow:var(--mm-shadow)}.trip-card small{color:#8a7441;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.trip-card h3{font:700 1.6rem Georgia,serif;color:#0b3838;margin:10px 0 4px}.trip-card button{border:0;background:#e4f3f1;color:#006d6f;border-radius:999px;padding:9px 13px;font-weight:800;cursor:pointer}.preview-sheet h1{font:700 3rem Georgia,serif;color:#093f40}.preview-day{border-left:3px solid var(--mm-gold);padding:8px 0 8px 16px;margin:12px 0}.studio-mobile-menu{display:none}.workspace-quick{display:flex;gap:10px;flex-wrap:wrap}.workspace-quick a{background:white;border:1px solid #d8e5e2;border-radius:16px;padding:14px 16px;text-decoration:none;box-shadow:0 8px 24px #083b3c0d;font-weight:800;color:#075657}.form-page{background:#f2f8f6}.form-shell{max-width:1100px;margin:0 auto;padding:38px 24px 70px}.form-card{background:white;border:1px solid #d9e5e2;border-radius:26px;overflow:hidden;box-shadow:var(--mm-shadow)}.form-card-head{padding:34px;background:linear-gradient(135deg,#082929,#0a5453);color:white}.form-card-head h1{font:700 clamp(2.7rem,5vw,4.8rem)/1 Georgia,serif;margin:10px 0}.form-card-head p{color:#d4e7e3;line-height:1.65}.form-body{padding:30px}.lux-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.lux-form .full{grid-column:1/-1}.lux-form fieldset{grid-column:1/-1;border:1px solid #d9e5e2;border-radius:18px;padding:18px}.lux-form legend{font:700 1.2rem Georgia,serif;color:#0a4c4d;padding:0 8px}.lux-form label{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#536a67}.lux-form input,.lux-form select,.lux-form textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #c9dbd7;border-radius:12px;background:#fbfdfc;font:inherit;color:#153433}.lux-form textarea{min-height:130px;resize:vertical}.lux-form .choice{display:flex;align-items:flex-start;gap:10px;text-transform:none;letter-spacing:normal;font-weight:600;padding:7px 0}.lux-form .choice input{width:auto;margin:3px 0 0}.form-submit{grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e1ebe9;padding-top:20px}.form-note{background:#edf8f6;border-left:4px solid var(--mm-teal);padding:14px 16px;border-radius:12px;color:#31514d;line-height:1.55}.client-entry-strip{background:#fff;border-top:1px solid #e3ecea;padding:18px clamp(22px,5vw,70px);display:flex;justify-content:space-between;gap:18px;align-items:center}.client-entry-strip b{font-family:Georgia,serif;font-size:1.15rem}.client-entry-strip a{color:#007a7b;font-weight:900;text-decoration:none}@media(max-width:980px){.studio-shell{grid-template-columns:1fr}.studio-sidebar{position:static;height:auto;display:flex;gap:6px;overflow:auto;border-right:0;border-bottom:1px solid #d4af3740;padding:11px 16px}.studio-sidebar .side-label,.studio-sidebar hr,.studio-sidebar .save-status{display:none}.studio-sidebar button{min-width:max-content;width:auto}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.trip-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.studio-topbar{height:auto;padding:12px 18px;gap:12px}.studio-brand small{display:none}.studio-actions .lux-button:not(.ghost){display:none}.studio-shell{min-height:0}.dashboard-grid,.trip-list,.check-grid,.command-form,.lux-form{grid-template-columns:1fr}.command-form label.full,.lux-form .full,.lux-form fieldset,.form-submit{grid-column:1}.add-row{grid-template-columns:1fr}.studio-main{padding:26px 16px 55px}.studio-main .view-head{align-items:flex-start;flex-direction:column}.studio-hero{padding:40px 20px 32px}.form-shell{padding:20px 12px 50px}.form-body,.form-card-head{padding:22px}.client-entry-strip{align-items:flex-start;flex-direction:column}}
