body{background:#f4f6f9;font-family:Arial,'Microsoft YaHei',sans-serif;margin:0}.top{background:#101828;color:white;padding:14px 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.top a{color:#fff;text-decoration:none}.top-brand{justify-self:start}.top-menu{justify-self:center;display:flex;align-items:center;justify-content:center;gap:28px;white-space:nowrap}.top-right{justify-self:end}.box{max-width:1180px;margin:22px auto;background:#fff;border-radius:14px;padding:22px;box-shadow:0 6px 25px rgba(0,0,0,.08)}.btn{display:inline-block;padding:8px 13px;background:#2563eb;color:white;border-radius:8px;text-decoration:none;border:0;cursor:pointer}.btn.gray{background:#64748b}.btn.green{background:#16a34a}.btn.red{background:#dc2626}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field label{display:block;margin-bottom:6px;font-weight:600}.field input,.field select,.field textarea{width:100%;padding:10px;border:1px solid #d0d5dd;border-radius:8px;box-sizing:border-box}.field textarea{min-height:90px}table{width:100%;border-collapse:collapse;margin-top:15px}th,td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px}th{background:#f8fafc}.badge{padding:5px 8px;border-radius:20px;background:#eef2ff}.login{max-width:420px;margin:80px auto}.actions a{margin-right:6px;margin-bottom:5px}.ticket{max-width:760px}.print-only{display:none}@media(max-width:700px){.top{display:flex;flex-direction:column;gap:10px}.top-brand,.top-right{display:none}.top-menu{flex-wrap:wrap;gap:16px}}@media print{.top,.no-print,.btn{display:none!important}.box{box-shadow:none;margin:0;max-width:none}.print-only{display:block}}


.toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-bottom:15px}
.search-form{display:flex;gap:8px;align-items:center}
.search-form input{width:300px;max-width:60vw;padding:10px 12px;border:1px solid #d7dde8;border-radius:10px}
.status-form{margin:0}
.status-select{padding:8px 12px;border:1px solid #d7dde8;border-radius:999px;background:#eef4ff;color:#111;font-size:15px}
.status-select option{background:#fff;color:#111827}
.status-select.status-working,.badge.status-working{border-color:#f59e0b;background:#f59e0b;color:#fff}.badge.status-picked{background:#16a34a;color:#fff}.badge.status-returned{background:#dc2626;color:#fff}.badge.status-purchased{background:#2563eb;color:#fff}
.badge.locked{background:#eef4ff;color:#111}
.notice{padding:12px 14px;background:#fff7df;border:1px solid #ffe1a3;border-radius:10px;color:#7a5200}


/* enlarged centered search */
.toolbar{display:grid;grid-template-columns:180px 1fr;align-items:center}
.search-form{justify-self:center}
.search-form input{width:560px !important;height:50px;font-size:18px}
.search-form button{height:50px;padding:0 24px;font-size:18px}


/* dashboard center layout */
.dashboard-box{
  min-height:190px;
  position:relative;
}
.dashboard-head{
  display:grid;
  grid-template-columns:260px 1fr 120px;
  align-items:start;
  gap:20px;
}
.dashboard-info h2{
  margin-top:0;
  font-size:34px;
}
.dashboard-info p{
  font-size:24px;
}
.dashboard-search{
  justify-self:center;
  display:flex;
  gap:12px;
  margin-top:24px;
}
.dashboard-search input{
  width:620px;
  max-width:52vw;
  height:56px;
  padding:0 18px;
  border:1px solid #d7dde8;
  border-radius:12px;
  font-size:19px;
  box-sizing:border-box;
}
.dashboard-search button{
  height:56px;
  padding:0 30px;
  font-size:19px;
  border-radius:12px;
}
.dashboard-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  margin-top:10px;
}
.dashboard-btn{
  font-size:26px;
  padding:17px 28px;
  border-radius:12px;
}

/* orders page: move big search to the middle */
.toolbar{
  display:grid !important;
  grid-template-columns:180px 1fr 120px !important;
  align-items:center !important;
  gap:20px !important;
  margin-bottom:18px !important;
}
.toolbar > .btn{
  justify-self:start;
  font-size:24px;
  padding:16px 25px;
  border-radius:12px;
}
.search-form{
  justify-self:center !important;
  display:flex !important;
  gap:12px !important;
}
.search-form input{
  width:620px !important;
  max-width:52vw !important;
  height:56px !important;
  padding:0 18px !important;
  border:1px solid #d7dde8 !important;
  border-radius:12px !important;
  font-size:19px !important;
  box-sizing:border-box !important;
}
.search-form button{
  height:56px !important;
  padding:0 30px !important;
  font-size:19px !important;
  border-radius:12px !important;
}

@media(max-width:900px){
  .dashboard-head,.toolbar{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .dashboard-search,.search-form{
    width:100%;
  }
  .dashboard-search input,.search-form input{
    width:100% !important;
    max-width:none !important;
  }
  .dashboard-actions{
    justify-content:flex-start;
    flex-wrap:wrap;
  }
  .dashboard-btn,.toolbar > .btn{
    font-size:20px;
  }
}


/* 控制台：搜索和按钮居中放大，维修订单数字红色放大 */
.dashboard-box{
  position:relative;
  max-width:1180px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:50px 28px 65px;
}
.dashboard-head{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:24px;
}
.dashboard-info{
  text-align:center;
}
.dashboard-info h2{
  margin:0 0 22px;
  font-size:52px;
  line-height:1.2;
}
.dashboard-order-count{
  margin:0;
  font-size:34px;
  font-weight:600;
}
.dashboard-order-count b{
  color:#e60000;
  font-size:72px;
  line-height:1;
  margin-left:18px;
}
.dashboard-search{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  width:100%;
  margin:12px 0 0;
}
.dashboard-search input{
  width:680px;
  max-width:60vw;
  height:70px;
  padding:0 28px;
  border:2px solid #98a2b3;
  border-radius:14px;
  font-size:34px;
  box-sizing:border-box;
}
.dashboard-search button{
  height:70px;
  padding:0 46px;
  border-radius:14px;
  font-size:34px;
  font-weight:700;
}
.dashboard-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:46px;
  margin-top:34px;
}
.dashboard-btn{
  min-width:300px;
  text-align:center;
  font-size:38px;
  font-weight:700;
  padding:26px 42px;
  border-radius:16px;
}
@media(max-width:900px){
  .dashboard-box{padding:32px 16px;min-height:auto}
  .dashboard-info h2{font-size:42px}
  .dashboard-order-count{font-size:28px}
  .dashboard-order-count b{font-size:58px}
  .dashboard-search{flex-direction:column}
  .dashboard-search input{width:100%;max-width:none;font-size:24px;height:58px}
  .dashboard-search button{width:100%;height:58px;font-size:24px}
  .dashboard-actions{width:100%;flex-direction:column;gap:18px}
  .dashboard-btn{width:100%;min-width:0;font-size:28px}
}


.dashboard-counts{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:36px;
}
.dashboard-sell-count{
  margin:0;
  padding:12px 28px;
  min-width:210px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  font-size:28px;
  font-weight:600;
}
.dashboard-sell-count b{
  color:#e60000;
  font-size:62px;
  line-height:1;
  margin-left:18px;
}
.dashboard-storage-panel{
  position:absolute;
  top:14px;
  right:18px;
  width:250px;
  min-height:180px;
  padding:20px 18px;
  display:grid;
  align-content:center;
  gap:13px;
  box-sizing:border-box;
  overflow:hidden;
  border:1px solid rgba(82,145,255,.32);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(7,19,52,.92),rgba(25,38,90,.82) 48%,rgba(46,25,100,.78)),
    linear-gradient(rgba(73,189,255,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(73,189,255,.1) 1px,transparent 1px);
  background-size:auto,22px 22px,22px 22px;
  color:#eaf4ff;
  box-shadow:0 18px 42px rgba(8,27,77,.22),inset 0 1px rgba(255,255,255,.22),0 0 0 1px rgba(255,255,255,.08);
}
.dashboard-storage-panel::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#20d7ff,#3578ff,#8b4dff,#22e7b0,#20d7ff);
  background-size:200% 100%;
  animation:ai-spectrum 7s linear infinite;
}
.dashboard-storage-panel::after{
  content:"";
  position:absolute;
  right:-38px;
  top:-48px;
  width:130px;
  height:130px;
  border-radius:50%;
  border:18px solid rgba(74,218,255,.09);
  box-shadow:0 0 0 18px rgba(137,92,255,.07),0 0 45px rgba(38,199,255,.18);
}
.dashboard-storage-orbit{
  position:absolute;
  left:13px;
  top:14px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#38e8ff;
  box-shadow:0 0 14px #38e8ff,23px 29px 0 -2px rgba(139,92,246,.9),84px 5px 0 -3px rgba(34,231,176,.9);
}
.dashboard-storage-item{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 13px;
  border:1px solid rgba(132,190,255,.22);
  border-radius:13px;
  background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055));
  box-shadow:inset 0 1px rgba(255,255,255,.15);
}
.dashboard-storage-item span{
  color:#a8d9ff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  white-space:nowrap;
}
.dashboard-storage-item strong{
  font-size:24px;
  line-height:1;
  color:#fff;
  text-shadow:0 0 16px rgba(55,221,255,.58);
  white-space:nowrap;
}
@media(max-width:900px){
  .dashboard-counts{flex-direction:column;gap:16px}
  .dashboard-sell-count{width:100%;min-width:0;font-size:24px}
  .dashboard-sell-count b{font-size:52px}
  .dashboard-storage-panel{
    position:relative;
    top:auto;
    right:auto;
    width:min(100%,360px);
    min-height:0;
    margin:4px auto 0;
  }
}

.fault-label{color:#e60000 !important;font-size:28px;font-weight:700;}
.fault-add-row{display:flex;align-items:stretch;gap:10px;margin:0 0 8px}.field .fault-add-row input{min-width:0;flex:1;border:2px solid #2563eb;border-radius:6px}.fault-add-button{flex:0 0 auto;background:#2563eb;color:#fff;font-size:16px;font-weight:700}.fault-save-message{min-height:20px;margin-bottom:6px;font-size:14px}.fault-save-message.success{color:#15803d}.fault-save-message.error{color:#dc2626}
.fault-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;box-sizing:border-box}
.fault-check{display:flex !important;align-items:center;gap:10px;margin:0 !important;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;font-weight:600 !important;cursor:pointer;line-height:1.35}
.fault-check input{width:20px !important;height:20px;margin:0;flex:0 0 auto;cursor:pointer}
.fault-check span{overflow-wrap:anywhere}
.fault-choice{display:flex !important;align-items:center;gap:10px;min-width:0;flex:1;margin:0 !important;cursor:pointer}.fault-delete-button{width:30px;height:30px;flex:0 0 30px;padding:0;border:0;border-radius:6px;background:#dc2626;color:#fff;font-size:24px;line-height:28px;cursor:pointer}.fault-delete-button:disabled{opacity:.55;cursor:wait}
@media(max-width:700px){.fault-add-row{flex-direction:column}.fault-add-button{width:100%}.fault-checks{grid-template-columns:1fr}}
.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;flex-wrap:wrap}
.page-info{font-weight:600;color:#344054}
.order-batch-form{margin:0}
.order-batch-bar{display:flex;align-items:center;gap:12px;margin:0 0 10px 0}
.orders-table .select-col{width:36px;text-align:center;padding-left:6px;padding-right:6px}
.orders-table .select-col input{width:18px;height:18px;cursor:pointer}

/* Orders page date and time display */
.orders-heading-row{
  display:grid;
  grid-template-columns:180px minmax(0,1fr) 120px;
  align-items:center;
  gap:20px;
  margin-bottom:18px;
}
.orders-heading-row h2{margin:0}
.ai-clock{
  position:relative;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:62px;
  padding:9px 27px;
  box-sizing:border-box;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(103,128,190,.22);
  border-radius:22px;
  background:linear-gradient(115deg,rgba(244,248,255,.96),rgba(255,255,255,.98) 48%,rgba(242,246,255,.96));
  box-shadow:0 12px 30px rgba(39,69,135,.12),inset 0 1px 0 rgba(255,255,255,.95);
  color:#536078;
  font-variant-numeric:tabular-nums;
  letter-spacing:.035em;
}
.ai-clock::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:1px;
  border-radius:20px;
  background:linear-gradient(100deg,rgba(255,255,255,.7),transparent 40%,rgba(116,143,255,.06));
  pointer-events:none;
}
.ai-clock-glow{
  position:absolute;
  z-index:-2;
  right:12%;
  bottom:-42px;
  width:170px;
  height:78px;
  border-radius:50%;
  background:rgba(80,116,255,.2);
  filter:blur(28px);
  pointer-events:none;
}
.ai-clock-date,.ai-clock-weekday{
  position:relative;
  z-index:1;
  font-size:19px;
  font-weight:400;
  white-space:nowrap;
}
.ai-clock-time{
  position:relative;
  z-index:1;
  color:#080b12;
  font-size:30px;
  font-weight:800;
  line-height:1;
  letter-spacing:.07em;
  white-space:nowrap;
  text-shadow:0 1px 0 #fff;
}
.ai-clock-divider{
  width:1px;
  height:25px;
  flex:0 0 1px;
  background:linear-gradient(transparent,rgba(83,101,145,.38),transparent);
}
@media(max-width:900px){
  .orders-heading-row{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
  .ai-clock{align-self:stretch;justify-self:auto;gap:13px;padding:9px 16px;border-radius:18px}
  .ai-clock-date,.ai-clock-weekday{font-size:16px}
  .ai-clock-time{font-size:25px}
}
@media(max-width:520px){
  .ai-clock{flex-wrap:wrap;gap:7px 12px;padding:12px}
  .ai-clock-time{font-size:23px}
  .ai-clock-divider{display:none}
}

.detail-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inline-delete{display:inline-block;margin:0}
.lang-it .orders-page-box{max-width:1500px}.lang-it .orders-table{table-layout:fixed}.lang-it .orders-table th,.lang-it .orders-table td{padding:7px 5px;font-size:12px;line-height:1.3;overflow-wrap:anywhere;vertical-align:middle}.lang-it .orders-table th:nth-child(1){width:15%}.lang-it .orders-table th:nth-child(2){width:11%}.lang-it .orders-table th:nth-child(3){width:7%}.lang-it .orders-table th:nth-child(4){width:10%}.lang-it .orders-table th:nth-child(5){width:7%}.lang-it .orders-table th:nth-child(6){width:13%}.lang-it .orders-table th:nth-child(7){width:13%}.lang-it .orders-table th:nth-child(8){width:11%}.lang-it .orders-table th:nth-child(9){width:13%}.lang-it .orders-table .status-select{max-width:100%;padding:6px 8px;font-size:12px}.lang-it .orders-table .badge{display:inline-block;padding:4px 6px;font-size:12px}.lang-it .orders-table .actions{padding-right:2px}.lang-it .orders-table .actions .btn{margin:0 3px 4px 0;padding:6px 8px;border-radius:6px;font-size:12px;line-height:1.2;white-space:normal;text-align:center}
.lang-zh .orders-page-box{max-width:1500px}.lang-zh .orders-table{table-layout:fixed}.lang-zh .orders-table th,.lang-zh .orders-table td{padding:8px 6px;font-size:13px;line-height:1.35;overflow-wrap:anywhere;vertical-align:middle}.lang-zh .orders-table th:nth-child(1){width:15%}.lang-zh .orders-table th:nth-child(2){width:12%}.lang-zh .orders-table th:nth-child(3){width:7%}.lang-zh .orders-table th:nth-child(4){width:10%}.lang-zh .orders-table th:nth-child(5){width:7%}.lang-zh .orders-table th:nth-child(6){width:14%}.lang-zh .orders-table th:nth-child(7){width:7%}.lang-zh .orders-table th:nth-child(8){width:10%}.lang-zh .orders-table th:nth-child(9){width:18%}.lang-zh .orders-table .status-select{max-width:100%;padding:6px 8px;font-size:13px}.lang-zh .orders-table .badge{display:inline-block;padding:5px 7px;font-size:13px}.lang-zh .orders-table .actions{padding-right:2px}.lang-zh .orders-table .actions .btn{margin:0 4px 5px 0;padding:7px 9px;border-radius:6px;font-size:13px;line-height:1.2;white-space:nowrap;text-align:center}.orders-table .badge,.orders-table .status-select{white-space:nowrap}
.lang-it .orders-table th:nth-child(1),.lang-zh .orders-table th:nth-child(1){width:3%}
.lang-it .orders-table th:nth-child(2){width:14%}.lang-it .orders-table th:nth-child(3){width:10%}.lang-it .orders-table th:nth-child(4){width:7%}.lang-it .orders-table th:nth-child(5){width:9%}.lang-it .orders-table th:nth-child(6){width:7%}.lang-it .orders-table th:nth-child(7){width:12%}.lang-it .orders-table th:nth-child(8){width:12%}.lang-it .orders-table th:nth-child(9){width:10%}.lang-it .orders-table th:nth-child(10){width:16%}
.lang-zh .orders-table th:nth-child(2){width:14%}.lang-zh .orders-table th:nth-child(3){width:11%}.lang-zh .orders-table th:nth-child(4){width:7%}.lang-zh .orders-table th:nth-child(5){width:9%}.lang-zh .orders-table th:nth-child(6){width:7%}.lang-zh .orders-table th:nth-child(7){width:13%}.lang-zh .orders-table th:nth-child(8){width:7%}.lang-zh .orders-table th:nth-child(9){width:10%}.lang-zh .orders-table th:nth-child(10){width:19%}
.btn.orange{background:#ea580c}
.btn.teal{background:#0f766e}
.btn.dark-red{background:#991b1b}
.status-filters{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
  margin:10px 0 24px;
}
.status-filters .btn{
  min-width:120px;
  padding:14px 24px;
  box-sizing:border-box;
  text-align:center;
  font-size:22px;
  font-weight:700;
  border-radius:12px;
}
@media(max-width:700px){
  .status-filters{gap:10px;}
  .status-filters .btn{min-width:105px;padding:12px 16px;font-size:18px;}
}

/* Company settings */
.top-menu .company-nav{color:#fff;border-bottom:0;padding-bottom:0}
.company-page{max-width:1180px;margin:34px auto 50px;padding:0 20px;box-sizing:border-box;color:#17191d;letter-spacing:0}
.company-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.company-kicker{color:#087f8c;font-size:13px;font-weight:800;text-transform:uppercase;margin-bottom:7px}
.company-heading h1{margin:0;font-size:38px;line-height:1.1}
.company-ready{display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid #b9dfe2;border-radius:8px;background:#f4fbfb;color:#14565d;font-weight:700;font-size:13px}
.company-ready span{width:9px;height:9px;border-radius:50%;background:#12a66a;box-shadow:0 0 0 4px rgba(18,166,106,.12)}
.company-alert{padding:13px 16px;border-radius:8px;margin-bottom:16px;font-weight:700}
.company-alert.success{background:#eaf8f1;border:1px solid #a9dfc2;color:#16643f}
.company-alert.error{background:#fff0f0;border:1px solid #efb4b4;color:#9c2525}
.company-console{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.4fr);border:1px solid #d8dee8;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(16,24,40,.1)}
.company-preview{background:#191c20;color:#fff;padding:34px 30px;min-height:440px;box-sizing:border-box}
.company-preview-label{color:#7dd3d8;font-size:13px;font-weight:800;margin-bottom:26px}
.company-monogram{width:62px;height:62px;border:1px solid #4fd1c5;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#0f766e;color:#fff;font-size:30px;font-weight:800;margin-bottom:22px}
.company-preview h2{font-size:28px;line-height:1.2;margin:0 0 28px;overflow-wrap:anywhere}
.company-preview dl{margin:0}
.company-preview dl div{padding:14px 0;border-top:1px solid #343a40}
.company-preview dt{color:#9ba4ae;font-size:12px;font-weight:700;margin-bottom:5px}
.company-preview dd{margin:0;color:#f7f8fa;font-size:15px;line-height:1.45;overflow-wrap:anywhere}
.company-form{padding:34px;display:grid;grid-template-columns:1fr 1fr;gap:22px 18px;align-content:start}
.company-field.full,.company-form-actions.full{grid-column:1 / -1}
.company-field label{display:block;margin-bottom:8px;color:#344054;font-size:13px;font-weight:800}
.company-field input,.company-field textarea{width:100%;box-sizing:border-box;border:1px solid #cfd7e3;border-radius:8px;background:#fbfcfe;color:#111827;padding:13px 14px;font:inherit;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}
.company-field textarea{min-height:118px;resize:vertical}
.company-field input:focus,.company-field textarea:focus{border-color:#0891a0;background:#fff;box-shadow:0 0 0 4px rgba(8,145,160,.12)}
.company-field input:disabled,.company-field textarea:disabled{background:#eef1f5;color:#8b94a1;cursor:not-allowed}
.company-form-actions{display:flex;justify-content:flex-end;padding-top:4px}
.company-save{min-width:190px;padding:14px 22px;border:0;border-radius:8px;background:#0f766e;color:#fff;font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(15,118,110,.22)}
.company-save:hover{background:#0b625c}
.company-save:disabled{background:#98a2b3;box-shadow:none;cursor:not-allowed}
@media(max-width:900px){
  .company-page{margin-top:24px;padding:0 14px}
  .company-heading{align-items:flex-start;flex-direction:column}
  .company-heading h1{font-size:32px}
  .company-console{grid-template-columns:1fr}
  .company-preview{min-height:0;padding:26px 22px}
  .company-form{padding:24px 20px;grid-template-columns:1fr}
  .company-field.full,.company-form-actions.full{grid-column:auto}
  .company-save{width:100%}
}

/* Simplified company layout */
.company-simple-page{position:relative;max-width:1500px;min-height:calc(100vh - 68px);margin:0 auto;padding:28px 34px 70px;box-sizing:border-box;color:#252525;letter-spacing:0}
.company-timezone-controls{position:absolute;top:28px;left:34px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.company-timezone-form{display:flex;align-items:center;gap:12px}.company-timezone-button{min-width:170px;padding:11px 16px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.company-timezone-button:hover{background:#1d4ed8}.company-timezone-form span{color:#475467;font-size:13px;font-weight:600}
.company-simple-page .company-alert{max-width:900px;margin:0 auto 18px}
.company-simple-form{width:100%}
.company-simple-heading{text-align:center;margin-bottom:54px}
.company-simple-heading h1{margin:0 0 22px;font-size:38px;line-height:1.2;font-weight:500}
.company-name-line{display:flex;justify-content:center;align-items:baseline;gap:10px;font-size:34px;line-height:1.2}
.company-name-line label{flex:0 0 auto}
.company-name-line input{width:min(420px,55vw);padding:0;border:0;border-bottom:1px solid transparent;background:transparent;color:#202020;font:inherit;outline:none;text-align:left}
.company-name-line input:focus{border-bottom-color:#333}
.company-simple-grid{display:grid;grid-template-columns:1fr 1.35fr 1.15fr;gap:72px;align-items:start}
.company-simple-item{min-width:0;text-align:center}
.company-current{display:flex;align-items:baseline;gap:10px;min-height:45px;margin-bottom:15px;text-align:left;font-size:25px;line-height:1.3;white-space:nowrap}
.company-current span{flex:0 0 auto;font-weight:500}
.company-current strong{min-width:0;font-weight:500;overflow:hidden;text-overflow:ellipsis}
.company-simple-item>input{width:100%;height:64px;padding:10px 14px;box-sizing:border-box;border:3px solid #363636;border-radius:0;background:#fff;color:#111;font-size:22px;outline:none}
.company-simple-item>input:focus{border-color:#087f8c;box-shadow:0 0 0 4px rgba(8,127,140,.12)}
.company-simple-item>input:disabled,.company-name-line input:disabled{background:#e5e7eb;color:#8b94a1;cursor:not-allowed}
.company-simple-item>button{margin-top:13px;padding:8px 18px;border:0;background:transparent;color:#262626;font-size:24px;line-height:1.2;cursor:pointer}
.company-simple-item>button:hover{color:#087f8c}
.company-simple-item>button:disabled{color:#98a2b3;cursor:not-allowed}
.company-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:50px}.company-info-item{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.company-info-item label{padding-top:8px;font-size:24px;font-weight:700;white-space:nowrap}.company-info-item textarea{width:100%;min-height:220px;padding:16px;box-sizing:border-box;border:3px solid #363636;border-radius:0;background:#fff;font:18px/1.55 Arial,'Microsoft YaHei',sans-serif;resize:vertical}.company-info-item textarea:focus{border-color:#087f8c;outline:none;box-shadow:0 0 0 4px rgba(8,127,140,.12)}.company-info-save{text-align:center;margin-top:18px}.company-info-save button{padding:11px 32px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-size:20px;font-weight:700;cursor:pointer}.company-info-save button:disabled{background:#98a2b3;cursor:not-allowed}
.company-printing-notice{margin:38px 0 0;padding:0 10px;color:#ff4040;font-size:24px;line-height:1.45;font-weight:800;text-align:left;overflow-wrap:anywhere}
@media(max-width:1050px){
  .company-simple-grid{gap:30px}
  .company-current{font-size:20px}
}
@media(max-width:760px){
  .company-simple-page{padding:24px 16px 50px}
  .company-timezone-controls{position:static;margin-bottom:24px}.company-timezone-form{flex-wrap:wrap}.company-timezone-form span{width:100%}
  .company-simple-heading{margin-bottom:34px}
  .company-simple-heading h1{font-size:32px}
  .company-name-line{font-size:24px;align-items:center}
  .company-name-line input{width:55vw}
  .company-simple-grid{grid-template-columns:1fr;gap:30px}
  .company-current{min-height:0;font-size:20px;white-space:normal}
  .company-simple-item>input{height:56px;font-size:18px}
  .company-simple-item>button{font-size:20px}
  .company-info-grid{grid-template-columns:1fr;gap:26px;margin-top:34px}.company-info-item{grid-template-columns:1fr;gap:8px}.company-info-item label{font-size:20px}.company-info-item textarea{min-height:170px;font-size:16px}
  .company-printing-notice{margin-top:28px;padding:0;font-size:18px}
}
