:root{--primary:#606874;--primary-hover:#1f2937;--bg:#fff;--surface:#fff;--text-main:#424242;--text-muted:#343c47;--border:#e5e7eb;--radius:8px;--radius-sm:6px;--shadow:0 1px 2px 0 #0000000d;--shadow-lg:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--ring:0 0 0 2px #0000000f}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:#f9fafb;min-height:100vh;padding:1.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}h1,h2,h3,h4{color:var(--text-main);font-weight:600}.app-container{grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}@media (width>=1024px){.app-container{grid-template-columns:1.1fr .9fr;align-items:start}}.panel{background:var(--surface);border-radius:var(--radius);border:0px solid var(--border);padding:1.5rem}.section-title{border-bottom:2px solid var(--border);color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.5rem;padding-bottom:.8rem;font-size:1rem;display:flex}.collapsible-section{border:none}.collapsible-section>summary{cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.collapsible-section>summary::-webkit-details-marker{display:none}.collapsible-section>summary:before{content:"◆";color:var(--text-muted);font-size:.65rem;transition:transform .25s;display:inline-block}.collapsible-section[open]>summary:before{transform:rotate(45deg)}.collapsible-section>.section-content{padding-top:.75rem}.form-group{margin-bottom:.5rem}.form-row{align-items:flex-start;gap:.75rem;display:flex}.form-row>*{flex:1}.overtime-controls{flex:none;align-items:center;gap:.5rem;display:flex}@media (width<=600px){.overtime-row{flex-direction:column;align-items:stretch!important}.overtime-controls{justify-content:flex-start}}label{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;font-weight:500;display:block}input[type=text],input[type=number],select,textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-main);background:#fff;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;transition:all .15s}textarea{resize:vertical;min-height:80px}input:focus,select:focus,textarea:focus{box-shadow:var(--ring);border-color:#9ca3af;outline:none}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-outline{color:var(--text-main);border:1px solid var(--border);background:0 0}.btn-outline:hover{background:#f3f4f6}.btn-icon{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;padding:.4rem;transition:all .15s;display:inline-flex}.btn-icon:hover{color:var(--text-main);background:#f3f4f6}.btn-icon.danger:hover{color:#6b7280;background:#f3f4f6;border-color:#d1d5db}.time-slot{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.time-slot-label{min-width:70px;color:var(--text-muted);font-size:.8rem}.preview-container{position:sticky;top:1.5rem}.preview-output{border:1px solid var(--border);background:#fff;max-height:calc(100vh - 8rem);padding:1.5rem;font-family:inherit;font-size:.9rem;line-height:1.6;overflow-y:auto}.preview-output h2{margin-bottom:.5rem;font-size:1.2rem}.preview-output h3{background:#f3f4f6;border-left:3px solid #d1d5db;margin-top:1.25rem;margin-bottom:.5rem;padding:.25rem .5rem;font-size:1rem}.copy-success{color:#374151;align-items:center;gap:.2rem;font-size:.75rem;display:flex}.stat-box{border-radius:var(--radius-sm);border:1px solid var(--border);text-align:center;background:#f9fafb;padding:.4rem}.input-suffix:after{content:"%";color:var(--text-muted);font-size:.8rem;position:absolute;right:.6rem}.bp-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.bp-row .bp-label{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.bp-row input[type=text]{text-align:right;flex:0 0 80px;width:80px}.bp-row .bp-unit{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.bp-row .bp-separator{color:#d1d5db;margin:0 .15rem;font-size:.85rem}.bp-row .bp-percent{color:var(--text-main);white-space:nowrap;margin-left:.25rem;font-size:.9rem;font-weight:400}.dest-row{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.dest-row input{flex:1}.dest-row .row-actions{flex-shrink:0;gap:.25rem;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d1d5db}.custom-datalist{z-index:50;background-color:#f3f4f6;border:none;border-radius:4px;width:100%;max-height:150px;margin:4px 0 0;padding:0;list-style:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.custom-datalist li{color:var(--text-main);cursor:pointer;border-bottom:1px solid #e5e7eb;padding:.5rem .75rem;font-size:.9rem}.custom-datalist li:last-child{border-bottom:none}.custom-datalist li:hover{background-color:#e5e7eb}
