:root{--blue: #0477cf;--blue-deep: #0366b0;--ink: #1f2933;--muted: #6b7785;--line: #e3e9f0;--card: #ffffff;--page: #f4f8fd;--error: #a8442c;--ok: #2f7355}*{box-sizing:border-box}body{margin:0;background:var(--page);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}.page{min-height:100vh}.topbar{background:var(--blue);padding:1rem 1.5rem;display:flex;align-items:center}.brand-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.app{max-width:980px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.app-footer{text-align:center;color:var(--muted);font-size:.8rem;padding:0 1.25rem 1.5rem}.app-header{text-align:center;margin-bottom:2rem}.app-header h1{color:var(--blue);font-size:2rem;margin:0 0 .35rem}.subtitle{color:var(--muted);margin:0;font-size:1.05rem}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.service-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.service-line-title{display:block;font-weight:700;font-size:1.05rem}.hint{color:var(--muted);font-size:.9rem}.service-line select{min-width:240px;padding:.55rem .7rem;border:1px solid var(--line);border-radius:8px;background:var(--card);font:inherit;color:var(--ink)}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.slot{display:flex;flex-direction:column}.slot-label{text-align:center;font-weight:700;margin-bottom:.75rem}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;border:1.5px dashed var(--line);border-radius:10px;background:#fafcfe;color:var(--muted);cursor:pointer;text-align:center;transition:border-color .15s,background .15s}.dropzone:hover{border-color:var(--blue);background:#f0f7fe}.dz-icon{width:44px;height:44px;color:var(--blue)}.file-panel{margin-top:.6rem;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--card)}.file-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .6rem;border-bottom:1px solid var(--line);background:#fafcfe;font-size:.82rem;color:var(--muted)}.clear-all{border:none;background:transparent;color:var(--blue);font:inherit;font-size:.82rem;cursor:pointer;padding:0}.clear-all:hover:not(:disabled){text-decoration:underline}.clear-all:disabled{color:var(--muted);cursor:not-allowed}.file-list{list-style:none;margin:0;padding:0;max-height:240px;overflow-y:auto;overscroll-behavior:contain}.file-list li{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.9rem}.file-list li:nth-child(odd){background:var(--page)}.file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:.2rem .4rem}.remove:hover{color:var(--error)}.actions{margin-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.9rem}.actions button{background:var(--blue);color:#fff;border:none;border-radius:8px;padding:.7rem 2.5rem;font:inherit;font-weight:600;cursor:pointer}.actions button:hover:not(:disabled){background:var(--blue-deep)}.actions button:disabled{opacity:.5;cursor:not-allowed}.status{margin:0;font-size:.95rem}.status-error{color:var(--error)}.status-done{color:var(--ok)}@media (max-width: 640px){.slots{grid-template-columns:1fr}}
