@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--ink:#292522;--muted:#827a74;--line:#e9e3de;--paper:#f8f6f3;--white:#fff;--rose:#b87562;--rose2:#9e5f4d;--soft:#f2e8e3;--green:#6f8e7b;--shadow:0 12px 35px #3a2b2212}*{box-sizing:border-box}body{color:var(--ink);background:var(--paper);margin:0;font-family:DM Sans,Noto Sans KR,sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.login{background:#fff;grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.login-art{color:#fff;background:#302b28;flex-direction:column;justify-content:space-between;padding:7vh 8vw;display:flex;position:relative;overflow:hidden}.brand-mark{border:1px solid #bda69a;place-items:center;width:46px;height:46px;font-family:serif;font-size:24px;display:grid}.login-art h1{margin:14px 0 28px;font-family:serif;font-size:clamp(45px,5vw,76px);font-weight:400;line-height:1.1}.login-art p{color:#bdb5b0;line-height:1.8}.eyebrow{letter-spacing:.22em;font-weight:700;color:var(--rose)!important;font-size:11px!important}.art-orb{border:1px solid #655a53;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-180px;right:-130px}.art-orb:after{content:"";border:1px solid #4f4742;border-radius:50%;position:absolute;inset:42px}.login-form{place-items:center;padding:40px;display:grid}.login-form form{width:min(410px,100%)}.login-form h2{margin:8px 0;font-family:serif;font-size:42px}.muted,.page-title p,.section-head p{color:var(--muted)}.field{flex-direction:column;gap:8px;margin:20px 0;display:flex}.field span{font-size:13px;font-weight:600}.field input,.field select,.field textarea,.balance-box input{border:1px solid var(--line);background:#fff;border-radius:8px;outline:none;padding:13px 14px}.field input:focus,.field textarea:focus{border-color:var(--rose)}.field textarea{resize:vertical;height:90px}.primary{background:var(--rose);color:#fff;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:600;display:inline-flex}.primary:hover{background:var(--rose2)}.primary svg{width:17px}.full{width:100%;margin:8px 0 14px}.login-form small{color:var(--muted)}.error{color:#a44232;background:#fff0ed;border-radius:6px;padding:10px}.mobile-brand{display:none}.app{min-height:100vh}.app>aside{border-right:1px solid var(--line);z-index:1000;background:#fff;flex-direction:column;width:240px;padding:30px 18px;display:flex;position:fixed;inset:0 auto 0 0;pointer-events:auto!important}.app>aside *{pointer-events:auto!important}.logo{letter-spacing:.15em;align-items:center;gap:12px;margin:0 10px 44px;font-size:13px;display:flex}.logo>span{background:var(--ink);color:#fff;place-items:center;width:36px;height:36px;font-family:serif;display:grid}.logo b{color:var(--muted);margin-top:3px;font-size:8px;display:block}.app nav{flex-direction:column;gap:6px;display:flex}.app nav button{color:#766e69;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:13px;padding:12px 14px;display:flex}.app nav button svg{width:19px}.app nav button.active{background:var(--soft);color:var(--rose2);font-weight:600}.side-bottom{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:20px 5px 0;display:flex}.avatar{background:var(--soft);width:38px;height:38px;color:var(--rose2);border-radius:50%;place-items:center;font-weight:700;display:grid}.avatar.sm{width:32px;height:32px;margin-right:10px;font-style:normal;display:inline-grid}.side-bottom div:nth-child(2){flex-direction:column;font-size:13px;display:flex}.side-bottom small{color:var(--muted);font-size:10px}.side-bottom .icon{margin-left:auto}.icon,.hamb{background:0 0;border:0;padding:7px}.icon svg,.hamb svg{width:19px}.main{margin-left:240px}.main header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#f8f6f3e0;justify-content:flex-end;align-items:center;height:68px;padding:0 4vw;display:flex;position:sticky;top:0}.main header p{color:var(--muted);font-size:12px}.status{color:var(--green);background:#edf4ef;border-radius:20px;margin-left:30px;padding:6px 10px;font-size:11px}.status i{background:var(--green);border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.hamb{display:none}.content{max-width:1500px;margin:auto;padding:42px 4vw 70px}.page-title{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}.page-title h1{margin:5px 0;font-family:serif;font-size:38px}.page-title p{margin:4px 0}.card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px}.stats{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px;display:grid}.dashboard-layout{grid-template-columns:minmax(0,1.8fr) minmax(280px,.7fr);gap:20px;display:grid}.dashboard-upcoming{min-width:0}.quick-actions{height:max-content;padding:22px}.quick-actions>div{margin-bottom:12px}.quick-actions h2,.quick-actions p{margin:3px 0}.quick-actions p{color:var(--muted);font-size:11px}.quick-actions>button{border:0;border-top:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:36px 1fr 18px;align-items:center;gap:10px;width:100%;padding:14px 4px;display:grid}.quick-actions>button>svg:first-child{width:18px;color:var(--rose)}.quick-actions>button>svg:last-child{color:#aaa;width:14px}.quick-actions>button>span{flex-direction:column;display:flex}.quick-actions>button b{font-size:12px}.quick-actions>button small{color:var(--muted);margin-top:3px;font-size:9px}.analytics-title{margin-bottom:24px}.analytics-title h1{margin-bottom:8px}.stat{align-items:center;gap:18px;padding:24px;display:flex}.stat-icon{background:var(--soft);width:48px;height:48px;color:var(--rose);border-radius:50%;place-items:center;display:grid}.stat-icon svg{width:21px}.stat p,.stat h2,.stat small{margin:0}.stat p{color:var(--muted);font-size:12px}.stat h2{margin:5px 0;font-size:25px}.stat small{color:#a59d97;font-size:11px}.section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px 26px;display:flex}.section-head h2,.section-head p{margin:2px}.text-btn{color:var(--rose);background:0 0;border:0;font-size:12px}.up-row{border-bottom:1px solid #f1ece8;align-items:center;gap:17px;padding:18px 26px;display:flex}.up-row:last-child{border:0}.monthly-sales-card{margin-bottom:24px;overflow:hidden}.month-picker{color:var(--muted);align-items:center;gap:9px;font-size:11px;display:flex}.month-picker input{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px}.monthly-sales-body{padding:22px 26px}.monthly-kpis{grid-template-columns:1.4fr 1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.monthly-kpis>div{border:1px solid var(--line);background:#fbfaf8;border-radius:10px;flex-direction:column;padding:17px;display:flex}.monthly-kpis .revenue-total{color:#fff;background:#332d29;border-color:#332d29}.monthly-kpis span{color:var(--muted);font-size:10px}.monthly-kpis .revenue-total span,.monthly-kpis .revenue-total small{color:#cfc5bf}.monthly-kpis b{margin:6px 0;font-size:22px}.monthly-kpis small{color:var(--muted);font-size:10px}.sales-analysis-grid{grid-template-columns:1.7fr 1fr;gap:28px;display:grid}.chart-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.chart-heading h3{margin:0;font-size:14px}.chart-heading span{color:var(--muted);font-size:9px}.sales-bar-row{grid-template-columns:130px 1fr 100px;align-items:center;gap:12px;margin:14px 0;display:grid}.sales-bar-row>div:first-child{flex-direction:column;display:flex}.sales-bar-row b{font-size:11px}.sales-bar-row span{color:var(--muted);margin-top:3px;font-size:9px}.sales-bar-row strong{text-align:right;font-size:11px}.sales-bar-track{background:#f0ebe7;border-radius:8px;height:10px;overflow:hidden}.sales-bar-track i{background:linear-gradient(90deg, var(--rose), #d9ad9e);border-radius:8px;min-width:3px;height:100%;display:block}.category-sales-list>div:not(.chart-heading){border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:11px 0;display:flex}.category-sales-list .rank{background:var(--soft);width:24px;height:24px;color:var(--rose2);border-radius:50%;place-items:center;font-size:9px;font-style:normal;display:grid}.category-sales-list>div>span{flex-direction:column;flex:1;display:flex}.category-sales-list b,.category-sales-list strong{font-size:11px}.category-sales-list small{color:var(--muted);margin-top:2px;font-size:9px}.yearly-sales-card{margin-bottom:24px;overflow:hidden}.year-picker{color:var(--muted);align-items:center;gap:9px;font-size:11px;display:flex}.year-picker select{border:1px solid var(--line);background:#fff;border-radius:7px;padding:9px 28px 9px 11px}.yearly-sales-body{padding:22px 26px}.yearly-summary{grid-template-columns:1.4fr 1fr 1fr;gap:10px;margin-bottom:28px;display:grid}.yearly-summary>div{border:1px solid var(--line);background:#fbfaf8;border-radius:10px;flex-direction:column;padding:16px;display:flex}.yearly-summary .year-total{color:#fff;background:#332d29;border-color:#332d29}.yearly-summary small,.yearly-summary span{color:var(--muted);font-size:10px}.yearly-summary .year-total small,.yearly-summary .year-total span{color:#cfc5bf}.yearly-summary b{margin:6px 0;font-size:21px}.year-chart{border-bottom:1px solid var(--line);grid-template-columns:repeat(12,1fr);align-items:end;gap:10px;height:270px;padding:25px 5px 0;display:grid}.year-bar-item{text-align:center;grid-template-rows:22px 1fr 20px 16px;align-items:end;min-width:0;height:100%;display:grid}.year-bar-value{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.year-bar-column{justify-content:center;align-items:flex-end;height:100%;display:flex}.year-bar-column i{background:linear-gradient(180deg, #d5a08f, var(--rose));border-radius:6px 6px 0 0;width:min(34px,70%);min-height:2px;transition:height .25s;display:block}.year-bar-item:hover .year-bar-column i{background:var(--rose2)}.year-bar-item>b{font-size:10px}.year-bar-item>small{color:var(--muted);align-self:start;font-size:8px}.dot{background:var(--rose);border-radius:50%;flex:none;width:8px;height:8px}.datebox,.grow{flex-direction:column;display:flex}.datebox{width:110px}.up-row small,.history small{color:var(--muted);margin-top:4px}.grow{flex:1}.pill{color:var(--green);background:#edf4ef;border-radius:15px;padding:5px 10px;font-size:10px}.calendar-tools{justify-content:space-between;margin-bottom:16px;padding:14px 18px;display:flex}.seg{background:var(--paper);border-radius:7px;padding:3px}.seg button,.cal-nav button,.status-actions button,.modal-actions button,.customer-top button,.balance-box button,.photo-head button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:8px 13px}.seg button{background:0 0;border:0}.seg .on{background:#fff;box-shadow:0 2px 8px #ddd}.cal-nav{align-items:center;gap:8px;display:flex}.cal-nav b{text-align:center;min-width:120px}.calendar-grid{grid-template-columns:repeat(7,minmax(125px,1fr));gap:9px;display:grid;overflow-x:auto}.calendar-grid.one{grid-template-columns:1fr}.month-weekdays{grid-template-columns:repeat(7,minmax(125px,1fr));gap:9px;margin-bottom:7px;display:grid;overflow:hidden}.month-weekdays span{color:var(--muted);text-align:center;font-size:11px;font-weight:600}.calendar-grid.month{border:1px solid var(--line);background:#fff;border-radius:10px;gap:0;overflow:hidden}.calendar-grid.month .day-col{border-width:0 1px 1px 0;border-radius:0;min-height:145px}.calendar-grid.month .day-col:nth-child(7n){border-right:0}.calendar-grid.month .day-col:nth-last-child(-n+7){border-bottom:0}.calendar-grid.month .day-head{border-bottom:0;justify-content:flex-end;padding:8px 10px 3px}.calendar-grid.month .day-head b{font-size:13px}.calendar-grid.month .day-head.today{background:0 0}.calendar-grid.month .day-head.today b{background:var(--rose);color:#fff;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.calendar-grid.month .outside{opacity:.55;background:#faf9f7}.calendar-grid.month .day-body{padding:5px 7px}.calendar-grid.month .appt{margin-bottom:4px;padding:6px 7px}.calendar-grid.month .appt strong{margin:2px 0 0;font-size:11px}.calendar-grid.month .appt small,.calendar-grid.month .appt em{display:none}.day-col{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:480px;overflow:hidden}.day-head{border:0;border-bottom:1px solid var(--line);background:#fff;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px;display:flex}.day-head.today{color:var(--rose);background:var(--soft)}.day-head b{font-size:20px}.day-body{padding:8px}.appt{text-align:left;background:#fcfaf8;border:0;border-left:3px solid;border-radius:5px;flex-direction:column;width:100%;margin-bottom:7px;padding:10px;display:flex;position:relative}.appt b{color:var(--muted);font-size:11px}.appt strong{margin:5px 0;font-size:13px}.appt small{font-size:10px}.appt em{font-size:9px;font-style:normal;position:absolute;top:6px;right:6px}.appt.completed{opacity:.65}.appt.cancelled{opacity:.45;text-decoration:line-through}.appt.noshow{background:#fff0ed}.day-empty{border:1px dashed var(--line);color:#aaa;background:0 0;border-radius:5px;width:100%;padding:12px;font-size:11px}.overlay{z-index:100;background:#1e1a178c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:min(580px,100%);max-height:92vh;overflow:auto;box-shadow:0 24px 70px #0003}.modal.wide{width:min(850px,100%)}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-head h2{margin:0;font-family:serif}.modal form,.modal>.customer-top,.modal>.balance-box,.modal>.subhead,.modal>.history,.modal>.empty-line,.modal>.photo-head,.modal>.photos{margin-left:24px;margin-right:24px}.modal form{padding-bottom:22px}.form-grid{grid-template-columns:1fr 1fr;gap:0 15px;display:grid}.modal-actions{justify-content:flex-end;gap:8px;margin-top:22px;display:flex}.modal-actions .primary{border:0}.status-actions{background:var(--paper);border-radius:8px;gap:7px;padding:12px;display:flex}.status-actions .danger{color:#a44232}.search{margin:20px;position:relative}.search svg{color:#aaa;width:18px;position:absolute;top:13px;left:14px}.search input{border:1px solid var(--line);border-radius:8px;width:100%;padding:13px 15px 13px 43px}.table{width:100%}.tr{text-align:left;background:#fff;border:0;border-top:1px solid #f0ebe7;grid-template-columns:1.3fr 1fr .8fr .8fr;align-items:center;width:100%;padding:15px 24px;display:grid}.tr>span:first-child{align-items:center;display:flex}.th{color:var(--muted);background:#fbfaf8;font-size:11px}.service-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.shop-type-setup{margin-bottom:20px;padding:22px}.shop-type-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.shop-type-heading h2,.shop-type-heading p{margin:3px 0}.shop-type-heading h2{font-size:17px}.shop-type-heading p{color:var(--muted);font-size:11px}.shop-type-heading>span{color:var(--green);background:#edf4ef;border-radius:20px;padding:6px 10px;font-size:10px}.shop-type-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.shop-type-card{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.shop-type-card.selected{border-color:#c99b8c;box-shadow:0 0 0 1px #c99b8c}.shop-type-select{text-align:left;background:#fff;border:0;align-items:center;gap:10px;width:100%;padding:13px;display:flex}.shop-type-select>i{font-size:20px;font-style:normal}.shop-type-select>span{flex-direction:column;flex:1;display:flex}.shop-type-select b{font-size:12px}.shop-type-select small{color:var(--muted);margin-top:3px;font-size:9px}.shop-type-select em{color:var(--muted);font-size:9px;font-style:normal}.shop-type-card.selected .shop-type-select em{color:var(--rose2);font-weight:700}.ledger-toolbar{align-items:center;gap:18px;margin-bottom:16px;padding:14px 18px;display:flex}.ledger-toolbar>label{white-space:nowrap;align-items:center;gap:9px;display:flex}.ledger-toolbar label span{color:var(--muted);font-size:10px}.ledger-toolbar input[type=month]{border:1px solid var(--line);border-radius:7px;padding:9px}.ledger-search{flex:1;margin:0}.ledger-kpis{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.ledger-kpis>div{flex-direction:column;padding:20px;display:flex}.ledger-kpis small,.ledger-kpis span{color:var(--muted);font-size:10px}.ledger-kpis b{margin:7px 0;font-size:25px}.ledger-kpis .income{border-top:3px solid var(--green)}.ledger-kpis .expense{border-top:3px solid #c06e60}.ledger-kpis .profit{color:#fff;background:#332d29;border-color:#332d29}.ledger-kpis .profit small,.ledger-kpis .profit span{color:#cfc5bf}.ledger-kpis .profit.negative{background:#8d4d44}.ledger-analysis-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.expense-category-card,.ledger-year-chart-card{overflow:hidden}.expense-bars{padding:8px 22px 20px}.expense-bars>div{grid-template-columns:24px 105px 1fr 85px;align-items:center;gap:10px;margin:13px 0;display:grid}.expense-bars>div>i{background:var(--soft);border-radius:50%;place-items:center;width:22px;height:22px;font-size:9px;font-style:normal;display:grid}.expense-bars>div>span{flex-direction:column;display:flex}.expense-bars b,.expense-bars strong{font-size:10px}.expense-bars small{color:var(--muted);margin-top:2px;font-size:8px}.expense-bars>div>div{background:#f0ebe7;border-radius:8px;height:8px;overflow:hidden}.expense-bars em{background:#c77d6d;border-radius:8px;height:100%;display:block}.expense-bars strong{text-align:right}.expense-bars>.empty{padding:70px 20px;display:block}.expense-bars>.empty p{max-width:none}.chart-legend{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:flex}.chart-legend span{border-radius:50%;width:7px;height:7px;margin-left:5px}.income-dot{background:var(--green)}.expense-dot{background:#c77d6d}.ledger-year-chart{grid-template-columns:repeat(12,1fr);align-items:end;gap:7px;height:235px;padding:18px 20px 20px;display:grid}.ledger-year-chart>div{text-align:center;grid-template-rows:1fr 18px;height:100%;display:grid}.paired-bars{justify-content:center;align-items:flex-end;gap:3px;display:flex}.paired-bars i{border-radius:3px 3px 0 0;width:10px;min-height:1px}.income-bar{background:var(--green)}.expense-bar{background:#c77d6d}.ledger-year-chart b{font-size:8px}.ledger-list-card{overflow:hidden}.ledger-list-card>.section-head>span{color:var(--muted);font-size:10px}.ledger-row{border-top:1px solid var(--line);grid-template-columns:85px 65px minmax(150px,1fr) 85px 110px 105px;align-items:center;gap:10px;padding:13px 22px;font-size:10px;display:grid}.ledger-row>span:nth-child(3){flex-direction:column;display:flex}.ledger-row small{color:var(--muted);margin-top:3px}.ledger-row>span>i{border-radius:14px;padding:4px 7px;font-size:9px;font-style:normal}.ledger-row i.expense{color:#a44232;background:#fff0ed}.ledger-row i.income{color:var(--green);background:#edf4ef}.ledger-row strong{text-align:right}.ledger-row strong.expense{color:#a44232}.ledger-row strong.income{color:var(--green)}.ledger-row>span:last-child{justify-content:flex-end;gap:3px;display:flex}.ledger-row button{background:0 0;border:0;font-size:9px}.ledger-head{color:var(--muted);background:#fbfaf8;border-top:0}.ledger-type-toggle{background:var(--paper);border-radius:8px;grid-template-columns:1fr 1fr;gap:6px;margin:18px 0;padding:4px;display:grid}.ledger-type-toggle button{background:0 0;border:0;border-radius:6px;padding:10px}.ledger-type-toggle button.on{background:#fff;box-shadow:0 2px 8px #ddd}.ledger-type-toggle button.on.expense{color:#a44232}.ledger-type-toggle button.on.income{color:var(--green)}.pricing-guide{color:#78642f;background:#fff8e8;border:1px solid #eadcae;border-radius:9px;align-items:center;gap:10px;margin-bottom:14px;padding:12px 15px;font-size:11px;display:flex}.pricing-guide svg{flex:none;width:18px}.pricing-type-tabs{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:16px;display:grid}.pricing-type-tabs button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;align-items:center;gap:10px;padding:13px;display:flex}.pricing-type-tabs button.on{border-color:var(--rose);background:var(--soft);box-shadow:0 0 0 1px var(--rose)}.pricing-type-tabs i{font-size:21px;font-style:normal}.pricing-type-tabs span{flex-direction:column;display:flex}.pricing-type-tabs b{font-size:12px}.pricing-type-tabs small{color:var(--muted);margin-top:2px;font-size:9px}.pricing-layout{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.pricing-input-card,.pricing-result-card{overflow:hidden}.pricing-result-card{align-self:start;position:sticky;top:82px}.pricing-form{padding:0 22px 22px}.pricing-form>.field>span,.pricing-field-grid .field>span{font-size:13px;font-weight:700}.pricing-form input,.pricing-form select{font-size:15px}.pricing-field-grid{grid-template-columns:1fr 1fr;gap:0 12px;display:grid}.pricing-field-grid .field{min-width:0}.pricing-field-grid input{box-sizing:border-box;width:100%;min-width:0}.field-hint{color:#8a7f84;margin-top:6px;font-size:12px;font-weight:400;line-height:1.45;display:block}.pricing-example{color:#665a60;background:#fff9fb;border:1px solid #eadde2;border-radius:14px;gap:12px;padding:14px 16px;display:flex}.material-helper{background:#fcfbfa;border:1px solid #e8dfe2;border-radius:14px;margin:4px 0 14px;padding:16px}.material-helper-head,.material-helper-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.material-helper-head b{color:var(--ink);font-size:14px}.material-helper-head p{color:var(--muted);margin:4px 0 0;font-size:11px}.material-helper-head strong{color:var(--rose);white-space:nowrap;font-size:18px}.material-helper-total{flex-direction:column;align-items:flex-end;gap:5px;display:flex}.material-helper-total button{color:#8d5367;white-space:nowrap;background:#fff;border:1px solid #d9c7cd;border-radius:7px;padding:5px 8px;font-size:10px}.material-helper.closed{background:#fff9fb;padding-top:13px;padding-bottom:13px}.material-helper-labels,.material-helper-row{grid-template-columns:1.45fr 1fr 1fr 30px;align-items:center;gap:7px;display:grid}.material-helper-labels{margin:14px 0 5px}.material-helper-labels span{color:var(--muted);font-size:10px}.material-helper-row{margin-bottom:7px}.material-helper-row input{border:1px solid var(--line);background:#fff;border-radius:7px;width:100%;min-width:0;padding:9px 8px;font-size:11px}.material-helper-row button{width:30px;height:30px;color:var(--muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.material-helper-row button svg{width:15px}.material-helper-actions{margin-top:10px}.material-helper-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:5px;padding:9px 11px;font-size:11px;display:inline-flex}.material-helper-actions button svg{width:14px;height:14px}.material-helper-actions .apply-material{border-color:var(--rose);background:var(--rose);color:#fff}.material-helper>small{color:#8a7f84;margin-top:11px;font-size:10px;display:block}.pricing-example svg{color:#b76583;flex:none;width:19px;height:19px}.pricing-example b{color:#4d4247;margin-bottom:4px;font-size:13px;display:block}.pricing-example p{margin:0;font-size:12px;line-height:1.65}.cost-help{background:#faf8f6;border-radius:8px;margin-top:8px;padding:10px 12px}.cost-help p{color:var(--muted);margin:5px 0;font-size:9px}.cost-help b{color:var(--ink)}.pricing-result-body{padding:20px 22px}.recommended-price{color:#fff;background:#332d29;border-radius:10px;flex-direction:column;padding:20px;display:flex}.recommended-price small,.recommended-price span{color:#d1c7c1;font-size:10px}.recommended-price b{margin:5px 0;font-size:40px}.price-result-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0;display:grid}.price-result-grid>div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:11px;display:flex}.price-result-grid small{color:var(--muted);font-size:9px}.price-result-grid b{margin-top:4px;font-size:12px}.price-stack{border-radius:6px;height:28px;margin:12px 0;display:flex;overflow:hidden}.price-stack span{color:#fff;background:#c98a76;place-items:center;min-width:8%;font-size:8px;display:grid;overflow:hidden}.price-stack span:nth-child(2){background:#8e7f78}.price-stack span:nth-child(3){background:#b7a299}.price-stack span.profit{background:var(--green)}.current-price-compare{background:#edf4ef;border-radius:8px;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;padding:12px;display:grid}.current-price-compare>div{flex-direction:column;display:flex}.current-price-compare small,.current-price-compare span{color:var(--muted);font-size:9px}.current-price-compare b{margin-top:3px;font-size:12px}.current-price-compare>span{color:var(--green);grid-column:1/-1}.current-price-compare.loss{background:#fff0ed}.current-price-compare.loss>span{color:#a44232}.pricing-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.pricing-actions button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:10px 13px}.pricing-actions .primary{background:var(--rose);border-color:var(--rose)}.pricing-error{text-align:center;color:#a44232;padding:60px}.saved-pricing{overflow:hidden}.saved-pricing>.section-head>span{color:var(--muted);font-size:10px}.saved-pricing-grid{grid-template-columns:repeat(4,1fr);gap:10px;padding:18px 22px;display:grid}.saved-pricing article{border:1px solid var(--line);border-radius:9px;flex-direction:column;padding:14px;display:flex}.saved-pricing article>div{justify-content:space-between;align-items:center;display:flex}.saved-pricing article>div span{color:var(--muted);font-size:9px}.saved-pricing article button{background:0 0;border:0}.saved-pricing article svg{width:13px}.saved-pricing h3{margin:12px 0 5px;font-size:13px}.saved-pricing article>b{font-size:18px}.saved-pricing article>small{color:var(--muted);margin-top:8px;font-size:9px}.saved-pricing article>em{background:var(--soft);color:var(--rose2);border-radius:10px;width:max-content;margin-top:8px;padding:4px 7px;font-size:8px;font-style:normal}.preset-btn{border:0;border-top:1px solid var(--line);width:100%;color:var(--rose2);background:#faf7f5;padding:8px;font-size:10px}.service-filter-tabs{gap:7px;margin-bottom:15px;display:flex;overflow-x:auto}.service-filter-tabs button{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:20px;padding:8px 13px;font-size:11px}.service-filter-tabs button.on{color:#fff;background:#332d29;border-color:#332d29}.service-filter-tabs span{opacity:.65;margin-left:4px}.service-card{text-align:left;border:1px solid var(--line);padding:23px;position:relative}.service-card small{color:var(--muted)}.service-card h2{font-family:serif}.service-card>div{justify-content:space-between;align-items:center;display:flex}.service-card span{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.service-card svg{width:15px}.service-color{height:4px;position:absolute;top:0;left:20px;width:40px!important}.service-card.inactive{opacity:.5}.service-card em{font-size:10px;position:absolute;top:12px;right:16px}.customer-top{justify-content:space-between;padding:20px 0;display:flex}.detail-actions{align-items:flex-start;gap:8px;display:flex}.danger-text{color:#a44232!important}.push-left{margin-right:auto}.customer-top p{margin:4px}.memo{color:var(--muted);font-size:12px}.balance-box{color:#fff;background:#332d29;border-radius:10px;align-items:center;gap:9px;padding:18px;display:flex}.balance-box div{margin-right:auto}.balance-box h2{margin:3px 0}.balance-box input{width:140px;color:var(--ink)}.subhead{margin-top:26px!important}.history>div{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:13px 0;display:flex}.history>div>div{flex-direction:column;flex:1;display:flex}.history em{font-size:11px;font-style:normal}.pay-mini{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:5px;padding:6px 9px;font-size:10px}.empty-line{color:var(--muted);font-size:12px}.photo-head{justify-content:space-between;align-items:center;display:flex}.photo-head form{align-items:center;margin:0;padding:0;font-size:11px;display:flex}.photo-head button{align-items:center;gap:5px;display:flex}.photo-head svg{width:15px}.photos{grid-template-columns:repeat(4,1fr);gap:8px;padding-bottom:25px;display:grid}.photos img{aspect-ratio:1;object-fit:cover;border-radius:7px;width:100%}.profile-hero{border-bottom:1px solid var(--line);align-items:flex-start;gap:18px;padding:24px;display:flex;margin:0!important}.profile-avatar{background:var(--soft);width:58px;height:58px;color:var(--rose2);border-radius:18px;flex:none;place-items:center;font-family:serif;font-size:28px;display:grid}.profile-identity{flex:1}.profile-identity h2{margin:0;font-family:serif;font-size:29px}.profile-identity>div:first-child{align-items:center;gap:10px;display:flex}.profile-identity p{color:var(--muted);margin:5px 0 12px;font-size:12px}.grade-tag{color:var(--rose2);background:var(--soft);border-radius:20px;padding:5px 9px;font-size:10px}.profile-actions{gap:7px;display:flex}.profile-actions button,.inline-edit button,.profile-list button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:8px 11px}.tag-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tag-row button,.tag-row span{border:0;border-radius:20px;padding:6px 9px;font-size:10px}.tag-row.manual button{color:#725c50;background:#f4efeb;align-items:center;gap:3px;display:flex}.tag-row button svg{width:11px;height:11px}.tag-row form{display:flex}.tag-row form input{border:1px dashed var(--line);border-radius:15px 0 0 15px;width:90px;padding:6px 8px;font-size:10px}.tag-row form button{border-radius:0 15px 15px 0}.tag-row.auto{margin-top:6px}.tag-row.auto span{color:var(--green);background:#edf4ef}.profile-key-stats{background:#faf8f6;grid-template-columns:repeat(5,1fr);gap:10px;padding:18px 24px;display:grid;margin:0!important}.profile-stat{border:1px solid var(--line);background:#fff;border-radius:9px;flex-direction:column;gap:5px;min-width:0;padding:14px;display:flex}.profile-stat small{color:var(--muted);font-size:10px}.profile-stat b{text-overflow:ellipsis;font-size:14px;overflow:hidden}.profile-stat.accent{color:#fff;background:#332d29;border-color:#332d29}.profile-stat.accent small{color:#d0c7c1}.profile-tabs{border-bottom:1px solid var(--line);background:#fff;padding:0 24px;display:flex;overflow-x:auto;margin:0!important}.profile-tabs button{white-space:nowrap;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:14px 15px;font-size:12px}.profile-tabs button.on{color:var(--rose2);border-color:var(--rose);font-weight:700}.profile-tab-body{background:var(--paper);padding:20px 24px 30px;margin:0!important}.analysis-section{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:14px;padding:20px}.analysis-section h3{margin:0 0 15px;font-size:16px}.analysis-section>.section-head.compact{border:0;padding:0 0 14px}.analysis-section>.section-head.compact h3,.analysis-section>.section-head.compact p{margin:2px 0}.detail-stat-grid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.inline-edit{align-items:flex-end;gap:8px;margin-top:12px;display:flex}.inline-edit .field{flex:1;max-width:250px;margin:0}.two-analysis{grid-template-columns:1fr 1fr;gap:24px;display:grid}.two-analysis>div>p{color:var(--muted);font-size:11px}.analysis-bars>div{margin:10px 0}.analysis-bars span{justify-content:space-between;font-size:11px;display:flex}.analysis-bars span b{font-size:10px}.analysis-bars i{background:#f0ece8;border-radius:6px;height:6px;margin-top:5px;display:block;overflow:hidden}.analysis-bars em{background:var(--rose);border-radius:6px;height:100%;display:block}.profile-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.profile-list>div>div{flex-direction:column;display:flex}.profile-list small{color:var(--muted);margin-top:4px}.profile-list span{background:var(--soft);border-radius:15px;padding:5px 8px;font-size:10px}.change-history>div{border-bottom:1px solid var(--line);grid-template-columns:100px 1fr;gap:5px;padding:12px 0;display:grid}.change-history span{font-size:12px}.change-history small{color:var(--muted);grid-column:2}.treatment-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.treatment-cards>div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:14px;display:flex}.treatment-cards small{color:var(--muted);margin-top:5px}.treatment-cards p{margin:10px 0 0;font-size:11px}.profile-photos{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.profile-photos img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.profile-photos figure{border:1px solid var(--line);background:#fff;border-radius:9px;margin:0;overflow:hidden}.profile-photos figure img{border-radius:0;display:block}.profile-photos figcaption{flex-direction:column;padding:9px 10px;display:flex}.profile-photos figcaption b{font-size:11px}.profile-photos figcaption small{color:var(--muted);margin-top:3px;font-size:9px}.photo-date-input{align-items:center;gap:6px;display:flex}.photo-date-input span{color:var(--muted);font-size:10px}.photo-date-input input{border:1px solid var(--line);border-radius:6px;padding:7px;font-size:10px}.profile-form-grid{grid-template-columns:1fr 1fr;gap:0 15px;display:grid}.check-field{align-items:center;gap:7px;font-size:12px;display:flex}.note-form{grid-template-columns:1fr auto;gap:10px;margin:0!important;padding:0!important;display:grid!important}.note-form textarea{border:1px solid var(--line);border-radius:8px;grid-column:1/-1;min-height:75px;padding:12px}.note-form label{font-size:11px}.notes-list{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.notes-list article{border:1px solid var(--line);border-radius:8px;padding:14px}.notes-list article.pinned{background:#fff9e9;border-color:#e8d69f}.notes-list article>div{justify-content:space-between;display:flex}.notes-list button{background:0 0;border:0}.notes-list svg{width:14px}.notes-list p{font-size:12px}.notes-list small{color:var(--muted)}.change-reason-box{border:1px solid var(--line);background:#faf8f6;border-radius:8px;margin:15px 0;padding:0 12px}.treatment-fields{border-top:1px solid var(--line);margin-top:15px;padding-top:5px}.customer-search-field{z-index:6;position:relative}.customer-search-input{position:relative}.customer-search-input>svg{width:17px;color:var(--muted);position:absolute;top:12px;left:12px}.customer-search-input>input{width:100%;padding-left:39px!important;padding-right:38px!important}.customer-search-input>button{background:0 0;border:0;padding:7px;position:absolute;top:6px;right:6px}.customer-search-input>button svg{width:15px}.customer-search-results{z-index:20;border:1px solid var(--line);background:#fff;border-radius:8px;max-height:250px;padding:5px;position:absolute;top:74px;left:0;right:0;overflow-y:auto;box-shadow:0 14px 35px #2f29251f}.customer-search-results>button{text-align:left;background:#fff;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;padding:9px;display:flex}.customer-search-results>button:hover{background:var(--soft)}.customer-search-results>button>span{flex-direction:column;display:flex}.customer-search-results small{color:var(--muted);margin-top:2px}.customer-search-results p{color:var(--muted);text-align:center;margin:0;padding:15px;font-size:11px}.appointment-payment-box{border:1px solid var(--line);background:#f7f3ef;border-radius:10px;margin:18px 0;padding:16px}.appointment-payment-box .field{margin:0}.payment-summary{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.payment-summary>div{border:1px solid var(--line);background:#fff;border-radius:8px;flex-direction:column;padding:11px;display:flex}.payment-summary small{color:var(--muted);font-size:10px}.payment-summary b{margin-top:4px}.payment-row{grid-template-columns:1fr auto auto;align-items:end;gap:8px;margin-top:10px;display:grid}.payment-row>button{border:1px solid var(--line);background:#fff;border-radius:7px;height:43px;padding:0 14px}.settle-row{grid-template-columns:1fr 1fr auto}.payment-row .payment-submit{color:#fff;background:#332d29;border-color:#332d29}.payment-hint{color:var(--rose2);margin:9px 0 0;font-size:10px}.settings{max-width:750px;padding:28px}.settings hr{border:0;border-top:1px solid var(--line);margin:30px 0}.settings-note{color:#856d35;background:#fff8e8;border-radius:7px;gap:10px;margin:20px 0;padding:13px;font-size:12px;display:flex}.message-settings{margin-top:18px;padding:24px}.message-settings-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.message-settings-head h2{margin:0 0 5px}.message-settings-head p{color:var(--muted);margin:0;font-size:12px}.message-settings-head>span{white-space:nowrap;border-radius:20px;padding:7px 11px;font-size:11px}.message-settings-head .connected{color:#39705a;background:#e8f4ed}.message-settings-head .waiting{color:#986a30;background:#fff3df}.message-channel-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.message-channel-summary>div{border:1px solid var(--line);border-radius:9px;flex-direction:column;padding:13px;display:flex}.message-channel-summary small{color:var(--muted);font-size:10px}.message-channel-summary b{margin-top:5px;font-size:13px}.message-history{margin-top:18px}.message-history>b{margin-bottom:8px;font-size:13px;display:block}.message-history>div{border-top:1px solid var(--line);grid-template-columns:1fr 90px 150px;gap:10px;padding:9px 0;font-size:11px;display:grid}.message-history em{font-style:normal}.message-history .sent{color:#39705a}.message-history .failed{color:#a44232}.message-history .skipped{color:#986a30}.message-history small{color:var(--muted);text-align:right}@media (width<=580px){.message-channel-summary{grid-template-columns:1fr}.message-history>div{grid-template-columns:1fr auto}.message-history small{text-align:left;grid-column:1/-1}}.settings-note svg{flex:none;width:18px}.empty{text-align:center;color:#aaa;padding:50px}.empty svg{width:30px}.loader{text-align:center;padding:60px}.toast{color:#fff;z-index:200;box-shadow:var(--shadow);background:#2e3932;border-radius:8px;align-items:center;gap:9px;padding:13px 18px;display:flex;position:fixed;bottom:25px;right:25px}.toast svg{width:18px}@media (width<=900px){.login{grid-template-columns:1fr}.login-art{display:none}.login-form{min-height:100vh}.mobile-brand{margin-bottom:60px;display:block}.mobile-brand b{background:var(--ink);color:#fff;margin-right:8px;padding:8px}.app>aside{transition:all .2s;transform:translate(-100%)}.app>aside.open{transform:translate(0);box-shadow:20px 0 50px #0002}.main{margin-left:0}.hamb{margin-right:auto;display:block}.main header{justify-content:flex-end}.content{padding:25px 18px}.stats,.dashboard-layout{grid-template-columns:1fr}.quick-actions{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.quick-actions>div{grid-column:1/-1}.quick-actions>button{border:1px solid var(--line);border-radius:8px;grid-template-columns:28px 1fr;padding:12px}.quick-actions>button>svg:last-child{display:none}.sales-analysis-grid{grid-template-columns:1fr}.yearly-summary{grid-template-columns:1fr 1fr}.yearly-summary .year-total{grid-column:1/-1}.year-chart{gap:5px}.year-bar-value{display:none}.monthly-kpis{grid-template-columns:1fr 1fr}.monthly-kpis .revenue-total{grid-column:1/-1}.service-grid,.shop-type-grid{grid-template-columns:1fr 1fr}.ledger-analysis-grid,.pricing-layout{grid-template-columns:1fr}.saved-pricing-grid{grid-template-columns:1fr 1fr}.ledger-row{grid-template-columns:75px 55px 1fr 95px}.ledger-row>span:nth-child(4){display:none}.ledger-row>span:last-child{grid-column:4}.ledger-head>span:last-child{grid-column:auto}.ledger-head>span:nth-child(4),.ledger-head>span:nth-child(6){display:none}.calendar-grid{grid-template-columns:repeat(7,150px)}.calendar-grid.month,.month-weekdays{grid-template-columns:repeat(7,minmax(0,1fr))}.page-title h1{font-size:31px}.profile-key-stats{grid-template-columns:repeat(3,1fr)}.detail-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.pricing-type-tabs{grid-template-columns:1fr 1fr}.pricing-field-grid{grid-template-columns:1fr 1fr;gap:0 9px}.pricing-field-grid .field>span{font-size:11px}.pricing-field-grid .field-hint{min-height:30px;font-size:9px}.pricing-result-card{position:static}.pricing-example{padding:12px}.pricing-example p{font-size:10px}.cost-help{display:none}.material-helper-head{align-items:flex-start}.material-helper-head p{max-width:175px}.price-result-grid{grid-template-columns:1fr 1fr}.recommended-price b{font-size:34px}.pricing-form,.pricing-result-body{padding-left:15px;padding-right:15px}.saved-pricing-grid{grid-template-columns:1fr;padding:14px}.pricing-actions{flex-direction:column}.pricing-actions button{width:100%}.current-price-compare{grid-template-columns:1fr}.ledger-title{align-items:flex-end}.ledger-toolbar{flex-direction:column;align-items:stretch;gap:10px}.ledger-toolbar>label{justify-content:space-between}.ledger-kpis{grid-template-columns:1fr}.ledger-analysis-grid{gap:12px}.expense-bars{padding:6px 14px 15px}.expense-bars>div{grid-template-columns:22px 85px 1fr;gap:7px}.expense-bars strong{text-align:left;grid-column:3;margin-top:-7px}.ledger-year-chart{gap:2px;height:190px;padding-left:10px;padding-right:10px}.paired-bars{gap:1px}.paired-bars i{width:7px}.ledger-list{overflow-x:auto}.ledger-row{min-width:620px}.ledger-list-card>.section-head{align-items:flex-start;gap:8px}.ledger-list-card>.section-head>span{white-space:nowrap}.dashboard-title{align-items:flex-end}.quick-actions{grid-template-columns:1fr}.quick-actions>div{grid-column:auto}.quick-actions>button{grid-template-columns:30px 1fr}.analytics-title{margin-bottom:18px}.yearly-sales-card .section-head{flex-direction:column;align-items:flex-start;gap:12px}.year-picker{justify-content:space-between;width:100%}.yearly-sales-body{padding:15px}.yearly-summary{grid-template-columns:1fr}.yearly-summary .year-total{grid-column:auto}.year-chart{gap:2px;height:220px;padding-left:0;padding-right:0}.year-bar-column i{width:70%}.year-bar-item>b{font-size:8px}.year-bar-item>small{font-size:7px}.shop-type-setup{padding:15px}.shop-type-heading{flex-direction:column;align-items:flex-start;gap:8px}.shop-type-grid{grid-template-columns:1fr}.shop-type-select{padding:11px}.service-filter-tabs{margin-left:-2px;margin-right:-2px}.monthly-sales-card .section-head{flex-direction:column;align-items:flex-start;gap:12px}.month-picker{justify-content:space-between;width:100%}.monthly-sales-body{padding:15px}.monthly-kpis{grid-template-columns:1fr}.monthly-kpis .revenue-total{grid-column:auto}.sales-bar-row{grid-template-columns:90px 1fr}.sales-bar-row strong{text-align:left;grid-column:2;margin-top:-7px}.sales-analysis-grid{gap:20px}.photo-head form{flex-direction:column;align-items:stretch;gap:7px}.photo-date-input{justify-content:space-between}.photo-date-input input{flex:1}.payment-row,.settle-row{grid-template-columns:1fr 1fr}.payment-row .field:first-child,.settle-row .payment-submit{grid-column:1/-1}.payment-summary{grid-template-columns:1fr 1fr}.profile-hero{flex-wrap:wrap;padding:18px}.profile-avatar{width:48px;height:48px}.profile-actions{justify-content:flex-end;width:100%}.profile-key-stats{grid-template-columns:1fr 1fr;padding:12px 18px}.profile-tabs{padding:0 10px}.profile-tab-body{padding:12px}.analysis-section{padding:15px}.detail-stat-grid,.profile-form-grid,.two-analysis,.notes-list,.treatment-cards{grid-template-columns:1fr}.profile-photos{grid-template-columns:repeat(3,1fr)}.change-history>div{grid-template-columns:1fr}.change-history small{grid-column:1}.note-form{grid-template-columns:1fr}.inline-edit{flex-direction:column;align-items:stretch}.calendar-tools{flex-direction:column;align-items:stretch;gap:12px}.calendar-tools .seg{grid-template-columns:repeat(3,1fr);display:grid}.calendar-tools .cal-nav{justify-content:space-between}.calendar-grid.month .day-col{min-height:105px}.calendar-grid.month .day-body{padding:3px}.calendar-grid.month .appt{border-left-width:2px;padding:4px;overflow:hidden}.calendar-grid.month .appt b{display:none}.calendar-grid.month .appt strong{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.page-title{align-items:flex-start;gap:15px}.page-title>button{padding:12px;font-size:0}.page-title>button svg{margin:0}.service-grid,.form-grid{grid-template-columns:1fr}.tr{grid-template-columns:1.4fr 1fr}.tr span:nth-child(3),.tr span:nth-child(4){display:none}.balance-box{flex-wrap:wrap}.balance-box div{width:100%}.balance-box input{flex:1}.photo-head{display:block}.photos{grid-template-columns:repeat(3,1fr)}.calendar-tools{align-items:center}.cal-nav b{min-width:auto}.cal-nav button:last-child,.main header p{display:none}.status{margin-left:0}.login-form h2{font-size:34px}}
