:root{--crm-bg:#f6f1ef;--crm-card:#fffdfc;--crm-ink:#30222a;--crm-muted:#75666e;--crm-brand:#6e3c55;--crm-dark:#452737;--crm-gold:#b38a52;--crm-line:#e8dcda;--crm-soft:#f1e7eb;--crm-success:#2f7159;--crm-warning:#9a681f;--crm-danger:#a5444c;--crm-shadow:0 14px 34px rgba(67,39,54,.09)}
*{box-sizing:border-box}[hidden]{display:none!important}body.crm-body{margin:0;color:var(--crm-ink);background:linear-gradient(180deg,#fbf8f7,#f4eeec);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}
.crm-login{min-height:100vh;display:grid;place-items:center;padding:24px}.crm-login-card{width:min(520px,100%);padding:30px;border:1px solid var(--crm-line);border-radius:28px;background:#fff;box-shadow:var(--crm-shadow)}.crm-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.crm-brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;color:#fff;background:linear-gradient(145deg,var(--crm-brand),var(--crm-dark));font-family:Georgia,serif;font-size:26px;box-shadow:0 8px 18px rgba(69,39,55,.22)}.crm-brand-copy strong{display:block;font-size:17px;line-height:1.25}.crm-brand-copy span{display:block;color:var(--crm-muted);font-size:12px;margin-top:2px}.crm-eyebrow{margin:0 0 7px;color:var(--crm-gold);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.crm-login-card h1{margin:16px 0 6px;font-size:clamp(29px,5vw,42px);line-height:1.25}.crm-login-card .lead{margin:0 0 22px;color:var(--crm-muted)}
.crm-code-control{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.crm-field{display:grid;gap:6px}.crm-field label,.crm-field>span:first-child{color:var(--crm-muted);font-size:13px;font-weight:850}.crm-field input,.crm-field select,.crm-field textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #d8c9c9;border-radius:12px;color:var(--crm-ink);background:#fff;outline:none}.crm-field textarea{min-height:96px;resize:vertical}.crm-field input:focus,.crm-field select:focus,.crm-field textarea:focus{border-color:var(--crm-brand);box-shadow:0 0 0 3px rgba(110,60,85,.12)}.crm-hint{margin:7px 0 0;color:var(--crm-muted);font-size:13px}
.crm-btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:9px 15px;border:1px solid transparent;border-radius:12px;text-decoration:none;font-weight:850;cursor:pointer;transition:.15s ease}.crm-btn:hover{transform:translateY(-1px)}.crm-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.crm-btn.primary{color:#fff;background:linear-gradient(135deg,var(--crm-brand),var(--crm-dark));box-shadow:0 7px 17px rgba(69,39,55,.18)}.crm-btn.secondary{color:var(--crm-dark);border-color:#d8c8cf;background:#fff}.crm-btn.soft{color:var(--crm-dark);background:var(--crm-soft)}.crm-btn.danger{color:#fff;background:var(--crm-danger)}.crm-btn.ghost{color:#fff;border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08)}.crm-btn.small{min-height:36px;padding:6px 11px;font-size:13px}.crm-btn.full{width:100%;margin-top:16px}
.crm-alert{padding:13px 15px;border:1px solid;border-radius:14px}.crm-alert.danger{color:#8d3039;border-color:#ebc3c7;background:#fff5f6}.crm-alert.warning{color:#76511f;border-color:#ead2a4;background:#fff8e8}.crm-alert.info{color:#315f77;border-color:#c6dbe6;background:#f2f9fc}
.crm-app{min-height:100vh}.crm-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 22px;color:#fff;background:#30202a;box-shadow:0 5px 20px rgba(38,23,31,.2)}.crm-topbar .crm-brand-copy span{color:rgba(255,255,255,.7)}.crm-top-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:7px}.crm-demo{padding:6px 9px;border:1px solid rgba(255,229,177,.4);border-radius:999px;color:#ffe4ae;background:rgba(255,244,216,.08);font-size:12px;font-weight:850}
.crm-layout{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 70px)}.crm-sidebar{padding:22px 14px;border-right:1px solid var(--crm-line);background:rgba(255,253,252,.9)}.crm-nav{display:grid;gap:7px;position:sticky;top:92px}.crm-nav-button{display:flex;width:100%;min-height:48px;align-items:center;gap:10px;padding:10px 13px;border:0;border-radius:13px;color:var(--crm-muted);background:transparent;text-align:left;font-weight:850;cursor:pointer}.crm-nav-button.active{color:#fff;background:var(--crm-brand);box-shadow:0 8px 18px rgba(110,60,85,.18)}.crm-main{min-width:0;padding:clamp(20px,4vw,38px)}.crm-view{min-width:0}.crm-page-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:20px}.crm-page-head h1{margin:0;font-size:clamp(29px,4vw,42px);line-height:1.25}.crm-page-head p{margin:5px 0 0;color:var(--crm-muted)}.crm-actions{display:flex;flex-wrap:wrap;gap:8px}
.crm-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.crm-stat{padding:16px;border:1px solid var(--crm-line);border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(67,39,54,.05)}.crm-stat small{display:block;color:var(--crm-muted);font-weight:800}.crm-stat strong{display:block;margin-top:5px;font-size:25px}.crm-card{border:1px solid var(--crm-line);border-radius:20px;background:var(--crm-card);box-shadow:0 8px 22px rgba(67,39,54,.055)}.crm-panel{margin-top:18px;padding:18px}.crm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.crm-panel-head h2,.crm-panel-head h3{margin:0}.crm-toolbar{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(150px,1fr)) auto;gap:10px;padding:14px;margin-bottom:17px;border:1px solid var(--crm-line);border-radius:18px;background:#fff}
.crm-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.crm-product-card{overflow:hidden;min-width:0;border:1px solid var(--crm-line);border-radius:20px;background:#fff;box-shadow:0 7px 21px rgba(67,39,54,.06)}.crm-product-image{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,#eee3e6,#faf7f5)}.crm-product-image img{width:100%;height:100%;object-fit:cover}.crm-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--crm-brand);font-size:42px}.crm-product-body{padding:15px}.crm-product-body h3{margin:6px 0 5px;font-size:20px;line-height:1.35}.crm-product-body p{margin:0;color:var(--crm-muted);font-size:14px}.crm-chip-row{display:flex;flex-wrap:wrap;gap:6px}.crm-chip{display:inline-flex;padding:4px 8px;border-radius:999px;color:#68495a;background:#f2e8ec;font-size:12px;font-weight:850}.crm-chip.gold{color:#76511f;background:#fff2d8}.crm-chip.success{color:#285b48;background:#e0f2e9}.crm-chip.warning{color:#7c571c;background:#fff0d5}.crm-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}
.crm-list{display:grid;gap:12px}.crm-record{padding:16px}.crm-record-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.crm-record-head h3{margin:4px 0 0;font-size:20px}.crm-record-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:10px;color:var(--crm-muted);font-size:14px}.crm-record-note{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f7f1f3}.crm-record-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.crm-priority-urgent{border-color:#e5b3b8;box-shadow:0 8px 22px rgba(165,68,76,.11)}
.crm-two-column{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.6fr);gap:16px}.crm-customer-list{display:grid;gap:9px;max-height:68vh;overflow:auto;padding-right:3px}.crm-customer-button{width:100%;padding:13px;border:1px solid var(--crm-line);border-radius:15px;color:var(--crm-ink);background:#fff;text-align:left;cursor:pointer}.crm-customer-button.active{border-color:var(--crm-brand);box-shadow:0 0 0 3px rgba(110,60,85,.1)}.crm-customer-button strong,.crm-customer-button span,.crm-customer-button small{display:block}.crm-customer-button span,.crm-customer-button small{color:var(--crm-muted)}.crm-workbench{min-width:0}.crm-customer-head{padding:18px;margin-bottom:12px}.crm-customer-head h2{margin:0;font-size:26px}.crm-customer-head p{margin:4px 0 0;color:var(--crm-muted)}.crm-tabs{display:flex;gap:6px;overflow:auto;padding:5px;border-radius:16px;background:#eee5e7}.crm-tab{flex:1 0 auto;min-height:43px;padding:8px 13px;border:0;border-radius:12px;color:var(--crm-muted);background:transparent;font-weight:850;cursor:pointer}.crm-tab.active{color:#fff;background:var(--crm-brand)}.crm-tab-panel{margin-top:13px}.crm-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-care-card{padding:15px;border:1px solid var(--crm-line);border-radius:17px;background:#fff}.crm-care-product{display:grid;grid-template-columns:70px minmax(0,1fr);gap:11px}.crm-care-image{width:70px;height:70px;overflow:hidden;border-radius:14px;background:#f1e7ea}.crm-care-image img{width:100%;height:100%;object-fit:cover}.crm-care-card h3{margin:0;font-size:18px}.crm-care-card p{margin:4px 0;color:var(--crm-muted);font-size:14px}.crm-progress{height:8px;overflow:hidden;margin:10px 0;border-radius:999px;background:#eee5e7}.crm-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--crm-gold),var(--crm-brand))}.crm-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:9px}
.crm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.crm-form-grid .full{grid-column:1/-1}.crm-dialog{width:min(820px,calc(100% - 24px));max-height:calc(100vh - 28px);overflow:auto;padding:0;border:0;border-radius:24px;color:var(--crm-ink);box-shadow:0 25px 70px rgba(30,20,26,.32)}.crm-dialog::backdrop{background:rgba(40,24,33,.58);backdrop-filter:blur(4px)}.crm-dialog-inner{padding:23px}.crm-dialog-head{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:16px}.crm-dialog-head h2{margin:0;font-size:27px}.crm-icon-button{width:40px;height:40px;border:0;border-radius:50%;background:#f0e5e9;cursor:pointer;font-size:23px}.crm-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}.crm-media-item{position:relative;overflow:hidden;aspect-ratio:1/1;border-radius:13px;background:#eee}.crm-media-item img{width:100%;height:100%;object-fit:cover}.crm-media-item button{position:absolute;top:5px;right:5px;width:30px;height:30px;border:0;border-radius:50%;color:#fff;background:rgba(80,35,49,.85);cursor:pointer}.crm-builder-list{display:grid;gap:8px;margin-top:10px}.crm-builder-item{display:flex;align-items:start;justify-content:space-between;gap:10px;padding:10px;border-radius:13px;background:#f7f1f3}.crm-empty{padding:24px 16px;text-align:center;color:var(--crm-muted);border:1px dashed #dacbce;border-radius:16px;background:rgba(255,255,255,.65)}
.crm-loading{position:fixed;inset:0;z-index:80;display:grid;place-items:center;background:rgba(255,250,249,.72);backdrop-filter:blur(3px)}.crm-loading-card{padding:20px 25px;border-radius:18px;background:#fff;box-shadow:var(--crm-shadow);text-align:center}.crm-spinner{width:38px;height:38px;margin:0 auto 10px;border:4px solid #eadde1;border-top-color:var(--crm-brand);border-radius:50%;animation:crm-spin .8s linear infinite}@keyframes crm-spin{to{transform:rotate(360deg)}}.crm-toast{position:fixed;left:50%;bottom:24px;z-index:100;max-width:min(520px,calc(100% - 28px));padding:11px 17px;border-radius:999px;color:#fff;background:#30202a;box-shadow:0 12px 30px rgba(30,20,26,.25);transform:translate(-50%,25px);opacity:0;pointer-events:none;transition:.2s ease}.crm-toast.show{transform:translate(-50%,0);opacity:1}
.crm-ipad-shell{width:min(1180px,100%);margin:auto}.crm-ipad-main{padding:22px}.crm-ipad-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.crm-ipad-customer-strip{display:flex;gap:9px;overflow:auto;padding:4px 1px 12px}.crm-ipad-customer-strip button{flex:0 0 230px}.crm-ipad-tabs{position:sticky;top:72px;z-index:15;margin:14px 0}.crm-touch .crm-btn{min-height:50px;font-size:16px}.crm-touch .crm-field input,.crm-touch .crm-field select,.crm-touch .crm-field textarea{min-height:52px}.crm-touch .crm-care-card{padding:18px}
@media(max-width:1100px){.crm-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-toolbar{grid-template-columns:1fr 1fr}.crm-toolbar .wide{grid-column:1/-1}}
@media(max-width:860px){.crm-layout{grid-template-columns:1fr}.crm-sidebar{position:sticky;top:70px;z-index:20;padding:8px;border-right:0;border-bottom:1px solid var(--crm-line);overflow:auto}.crm-nav{display:flex;position:static;width:max-content}.crm-nav-button{width:auto;white-space:nowrap}.crm-two-column{grid-template-columns:1fr}.crm-customer-list{max-height:none}.crm-item-grid{grid-template-columns:1fr}}
@media(max-width:620px){body.crm-body{font-size:15px}.crm-topbar{align-items:flex-start;padding:10px 12px}.crm-top-actions{gap:5px}.crm-top-actions .crm-btn{min-height:36px;padding:6px 9px;font-size:12px}.crm-main,.crm-ipad-main{padding:15px}.crm-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-product-grid{grid-template-columns:1fr}.crm-toolbar,.crm-form-grid{grid-template-columns:1fr}.crm-toolbar .wide,.crm-form-grid .full{grid-column:auto}.crm-page-head{align-items:flex-start;flex-direction:column}.crm-record-head{flex-direction:column}.crm-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
