:root {
  color-scheme: light;
  --bg: #f2f3f7;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-solid: #ffffff;
  --surface-muted: rgba(246, 247, 251, 0.86);
  --border: rgba(38, 43, 55, 0.09);
  --border-strong: rgba(38, 43, 55, 0.15);
  --text: #17181c;
  --muted: #747783;
  --accent: #6e54ff;
  --accent-2: #3a9bff;
  --blue: #2d8cff;
  --purple: #7d5cff;
  --yellow: #ffb92e;
  --green: #35b873;
  --red: #f25555;
  --orange: #f48b32;
  --shadow: 0 20px 50px rgba(51, 55, 75, 0.12), 0 2px 8px rgba(51, 55, 75, 0.05);
  --small-shadow: 0 8px 22px rgba(51, 55, 75, 0.09);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #101116;
  --surface: rgba(35, 37, 45, 0.7);
  --surface-solid: #1d1f26;
  --surface-muted: rgba(41, 43, 52, 0.78);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.15);
  --text: #f7f7f9;
  --muted: #9da0aa;
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.35), 0 2px 10px rgba(0, 0, 0, 0.18);
  --small-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; letter-spacing: -0.012em; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.wallpaper { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.wallpaper::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 65% 15%, rgba(126, 92, 255, .09), transparent 36%), radial-gradient(circle at 12% 78%, rgba(45, 140, 255, .08), transparent 31%); }
.wallpaper i { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .42; }
.wallpaper i:nth-child(1) { width: 420px; height: 420px; right: -160px; top: -170px; background: linear-gradient(135deg, #c9b9ff, #8cc8ff); }
.wallpaper i:nth-child(2) { width: 280px; height: 280px; left: -120px; bottom: 9%; background: linear-gradient(135deg, #8fe1ff, #b5a3ff); }
.wallpaper i:nth-child(3) { width: 180px; height: 180px; left: 42%; top: 36%; background: linear-gradient(135deg, #f8bde5, #c3b9ff); opacity: .15; }
.glass { background: var(--surface); border: 1px solid rgba(255,255,255,.52); box-shadow: var(--shadow); backdrop-filter: blur(30px) saturate(145%); -webkit-backdrop-filter: blur(30px) saturate(145%); }
:root[data-theme="dark"] .glass { border-color: var(--border); }

.gate { position: relative; z-index: 2; min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.gate-card { width: min(440px, 100%); border-radius: 32px; padding: 44px; text-align: center; }
.app-mark, .brand-mark { display: grid; place-items: center; background: linear-gradient(145deg, var(--accent), var(--accent-2)); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.4), 0 12px 28px rgba(97, 77, 255, .28); }
.app-mark { width: 74px; height: 74px; border-radius: 21px; margin: 0 auto 26px; font-size: 23px; font-weight: 750; }
.gate-card h1 { margin: 6px 0 10px; font-size: 36px; letter-spacing: -.045em; }
.gate-copy { color: var(--muted); line-height: 1.55; margin: 0 auto 28px; max-width: 340px; }
.overline { margin: 0; color: var(--accent); font-size: 11px; letter-spacing: .16em; font-weight: 760; }
.gate-form { display: grid; gap: 14px; text-align: left; }
.gate-form label, .form-grid label, .tool-form label { color: var(--muted); font-size: 12px; font-weight: 650; }
.gate-form label span, .form-grid label span { display: block; margin: 0 0 7px 3px; }
input, textarea, select { width: 100%; border: 1px solid var(--border); color: var(--text); background: var(--surface-muted); outline: 0; border-radius: 13px; padding: 13px 14px; transition: border .2s, box-shadow .2s, background .2s; }
input:focus, textarea:focus, select:focus { border-color: rgba(110,84,255,.55); box-shadow: 0 0 0 4px rgba(110,84,255,.11); background: var(--surface-solid); }
textarea { min-height: 190px; resize: vertical; line-height: 1.55; }
.primary-button, .secondary-button { border: 0; min-height: 44px; padding: 0 18px; border-radius: 13px; font-weight: 720; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: transform .18s, box-shadow .18s, opacity .18s; }
.primary-button { background: linear-gradient(135deg, var(--accent), #7d66ff); color: white; box-shadow: 0 10px 24px rgba(110,84,255,.24); }
.secondary-button { background: var(--surface-solid); border: 1px solid var(--border); box-shadow: var(--small-shadow); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-1px); }
.primary-button:active, .secondary-button:active { transform: scale(.98); }
.primary-button.compact { min-height: 42px; }
.gate-form .primary-button { margin-top: 4px; width: 100%; }
.form-message { min-height: 20px; color: var(--red); font-size: 13px; margin: 15px 0 -9px; }

.app-shell { position: relative; z-index: 1; min-height: 100vh; display: grid; grid-template: 72px 1fr / 218px 1fr; gap: 14px; padding: 14px; }
.menubar { grid-column: 1 / -1; border-radius: 20px; display: grid; grid-template-columns: 210px minmax(260px, 520px) 1fr; align-items: center; padding: 0 17px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 760; }
.brand-mark { width: 37px; height: 37px; border-radius: 11px; font-size: 12px; }
.global-search { justify-self: center; width: 100%; height: 42px; border-radius: 13px; background: var(--surface-muted); border: 1px solid var(--border); display: flex; align-items: center; gap: 9px; padding: 0 11px; }
.global-search input { border: 0; background: transparent; box-shadow: none; padding: 0; border-radius: 0; }
.global-search kbd { border: 1px solid var(--border); border-radius: 7px; color: var(--muted); padding: 2px 6px; font-size: 11px; white-space: nowrap; }
.menubar-actions { justify-self: end; display: flex; gap: 9px; }
.circle-button, .avatar-button { width: 39px; height: 39px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface-muted); display: grid; place-items: center; cursor: pointer; }
.avatar-button { color: #fff; background: linear-gradient(135deg, #575b66, #1d1f26); font-weight: 750; }
.sidebar { grid-row: 2; border-radius: 24px; padding: 16px 11px; display: flex; flex-direction: column; justify-content: space-between; position: sticky; top: 100px; height: calc(100vh - 100px); }
.sidebar nav { display: grid; gap: 5px; }
.nav-item { width: 100%; border: 0; background: transparent; display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 13px; cursor: pointer; color: var(--muted); text-align: left; }
.nav-item b { font-size: 14px; font-weight: 650; }
.nav-item:hover { background: var(--surface-muted); color: var(--text); }
.nav-item.active { color: var(--accent); background: rgba(110,84,255,.12); }
.sidebar-bottom { display: grid; gap: 10px; }
.storage-widget { border-radius: 16px; background: var(--surface-muted); padding: 13px; }
.storage-widget > div:first-child { display: grid; grid-template-columns: 23px 1fr; align-items: center; }
.storage-widget b { font-size: 12px; }
.storage-widget small { grid-column: 2; color: var(--muted); font-size: 10px; }
.storage-track { height: 5px; background: var(--border); border-radius: 5px; margin-top: 11px; overflow: hidden; }
.storage-track i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); border-radius: inherit; transition: width .4s; }
.workspace { grid-column: 2; min-width: 0; padding: 38px clamp(18px, 4vw, 64px) 90px; }
.view { display: none; animation: reveal .32s ease both; }
.view.active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(6px); } }
.welcome-row, .page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
.welcome-row h1, .page-heading h1 { font-size: clamp(32px, 4.2vw, 50px); margin: 7px 0 7px; letter-spacing: -.055em; line-height: 1; }
.welcome-row > div > p:last-child, .page-heading > div > p:last-child { color: var(--muted); margin: 0; }
.heading-actions { display: flex; gap: 10px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.quick-card { min-height: 150px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-solid); box-shadow: var(--small-shadow); padding: 19px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.quick-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.quick-card > span { width: 43px; height: 43px; border-radius: 13px; display: grid; place-items: center; color: white; margin-bottom: auto; }
.quick-card.blue > span { background: linear-gradient(145deg, #68b9ff, #2d79ff); }
.quick-card.yellow > span { background: linear-gradient(145deg, #ffd768, #f2a41f); }
.quick-card.purple > span { background: linear-gradient(145deg, #bd9aff, #7854ed); }
.quick-card.green > span { background: linear-gradient(145deg, #65da9b, #2aa969); }
.quick-card b { font-size: 15px; margin-top: 16px; }
.quick-card small { color: var(--muted); margin-top: 3px; }
.panel-section { margin-top: 38px; }
.section-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.section-title h2 { margin: 0 0 4px; font-size: 20px; letter-spacing: -.025em; }
.section-title p { margin: 0; color: var(--muted); font-size: 13px; }
.text-button { border: 0; background: transparent; color: var(--accent); font-weight: 650; cursor: pointer; }
.recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.empty-card { min-height: 155px; border: 1px dashed var(--border-strong); border-radius: var(--radius-lg); display: grid; place-items: center; color: var(--muted); text-align: center; padding: 24px; grid-column: 1 / -1; }
.empty-card span { width: 42px; height: 42px; margin: auto; }
.item-card { min-height: 155px; border-radius: var(--radius-lg); background: var(--surface-solid); border: 1px solid var(--border); box-shadow: var(--small-shadow); padding: 17px; position: relative; overflow: hidden; cursor: pointer; transition: transform .2s; }
.item-card:hover { transform: translateY(-2px); }
.item-card .item-icon { width: 45px; height: 45px; border-radius: 14px; display: grid; place-items: center; color: #fff; margin-bottom: 22px; }
.item-card h3 { margin: 0; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.item-card p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.item-icon.document, .file-icon.document { background: linear-gradient(145deg, #5caeff, #3175f0); }
.item-icon.presentation, .file-icon.presentation { background: linear-gradient(145deg, #ffac67, #f06b3f); }
.item-icon.spreadsheet, .file-icon.spreadsheet { background: linear-gradient(145deg, #56d38c, #249d61); }
.item-icon.image, .file-icon.image { background: linear-gradient(145deg, #c18fff, #7651e9); }
.item-icon.note { background: linear-gradient(145deg, #ffd86a, #f2a826); }
.item-icon.file, .item-icon.archive, .item-icon.application, .file-icon.file, .file-icon.archive, .file-icon.application { background: linear-gradient(145deg, #a9acb5, #696d78); }
.folder-row { display: flex; gap: 10px; overflow: auto; padding: 2px 2px 17px; }
.folder-chip { min-width: 150px; border: 1px solid var(--border); border-radius: 17px; background: var(--surface-solid); padding: 13px; display: flex; align-items: center; gap: 10px; cursor: pointer; box-shadow: var(--small-shadow); }
.folder-chip.active { border-color: rgba(110,84,255,.45); background: rgba(110,84,255,.1); }
.folder-chip span { color: var(--accent); }
.folder-chip b { font-size: 13px; }
.folder-chip small { display: block; color: var(--muted); margin-top: 2px; }
.drop-zone { min-height: 150px; border-radius: var(--radius-xl); border-style: dashed; display: flex; align-items: center; justify-content: center; gap: 15px; cursor: pointer; box-shadow: none; margin-bottom: 30px; }
.drop-zone.dragging { border-color: var(--accent); background: rgba(110,84,255,.12); }
.drop-zone > span { width: 46px; height: 46px; border-radius: 14px; background: rgba(110,84,255,.12); color: var(--accent); display: grid; place-items: center; }
.drop-zone b, .drop-zone small { display: block; }
.drop-zone small { color: var(--muted); margin-top: 4px; }
.file-title { align-items: center; }
.file-title select { width: auto; min-width: 160px; padding: 10px 35px 10px 12px; }
.file-list { display: grid; gap: 8px; }
.file-row { display: grid; grid-template-columns: 45px minmax(0, 1fr) 125px 100px 86px; gap: 13px; align-items: center; border-radius: 16px; border: 1px solid var(--border); background: var(--surface-solid); padding: 11px 13px; }
.file-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; }
.file-name { min-width: 0; }
.file-name b { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file-name small, .file-cell { color: var(--muted); font-size: 11px; }
.row-actions { display: flex; justify-content: flex-end; gap: 4px; }
.icon-button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; border-radius: 10px; cursor: pointer; color: var(--muted); }
.icon-button:hover { color: var(--text); background: var(--surface-muted); }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.note-card { min-height: 210px; border-radius: var(--radius-lg); padding: 20px; border: 1px solid rgba(0,0,0,.04); box-shadow: var(--small-shadow); cursor: pointer; display: flex; flex-direction: column; }
.note-card.yellow { background: #fff2b8; color: #292414; }
.note-card.blue { background: #cce8ff; color: #142a3b; }
.note-card.purple { background: #e4d8ff; color: #2c2142; }
.note-card.green { background: #cdf2d9; color: #173824; }
.note-card h3 { margin: 0 0 10px; font-size: 17px; }
.note-card p { margin: 0; white-space: pre-wrap; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; font-size: 13px; line-height: 1.55; opacity: .78; }
.note-card time { margin-top: auto; font-size: 10px; opacity: .55; padding-top: 16px; }
.app-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.compact-grid { grid-template-columns: repeat(6, 1fr); }
.app-card { min-height: 150px; border: 1px solid var(--border); background: var(--surface-solid); border-radius: var(--radius-lg); padding: 18px; position: relative; box-shadow: var(--small-shadow); text-decoration: none; color: inherit; transition: transform .2s; }
.app-card:hover { transform: translateY(-3px); }
.app-card .app-icon { width: 48px; height: 48px; border-radius: 14px; color: white; display: grid; place-items: center; font-weight: 750; margin-bottom: 23px; box-shadow: inset 0 1px rgba(255,255,255,.35); }
.app-icon.blue { background: linear-gradient(145deg,#66baff,#2d79ff); }.app-icon.purple { background: linear-gradient(145deg,#bd9aff,#7651e9); }.app-icon.green { background: linear-gradient(145deg,#64d99b,#28a867); }.app-icon.orange { background: linear-gradient(145deg,#ffb574,#ee7041); }
.app-card h3 { font-size: 14px; margin: 0 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.app-card p { color: var(--muted); font-size: 11px; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.delete-chip { position: absolute; top: 10px; right: 10px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--surface-muted); color: var(--muted); cursor: pointer; opacity: 0; transition: opacity .2s; }
.app-card:hover .delete-chip { opacity: 1; }
.tools-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tool-card { border-radius: var(--radius-xl); padding: 25px; box-shadow: var(--small-shadow); }
.tool-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.tool-icon { width: 47px; height: 47px; border-radius: 15px; color: white; display: grid; place-items: center; }
.tool-icon.orange { background: linear-gradient(145deg,#ffb064,#f17238); }.tool-icon.purple { background: linear-gradient(145deg,#b792ff,#6e54dc); }
.tool-heading h2 { margin: 0 0 3px; font-size: 18px; }.tool-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.tool-form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.tool-form.single { grid-template-columns: 1fr; }
.tool-form label { position: relative; }
.tool-form label > span { position: absolute; right: 13px; bottom: 13px; color: var(--muted); }
.tool-form input { margin-top: 7px; padding-right: 42px; }
.tool-result { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tool-result.vertical { grid-template-columns: 1fr; }
.tool-result span { color: var(--muted); font-size: 11px; }.tool-result strong { display: block; color: var(--text); font-size: 20px; margin-top: 4px; }
.future-card { border: 1px dashed var(--border-strong); box-shadow: none; display: grid; place-items: center; align-content: center; text-align: center; min-height: 260px; color: var(--muted); }
.future-card > span { width: 40px; height: 40px; }.future-card h2 { color: var(--text); font-size: 17px; margin: 11px 0 3px; }.future-card p { margin: 0; font-size: 12px; }
.mobile-dock { display: none; }

.modal { border: 0; border-radius: 27px; width: min(620px, calc(100vw - 28px)); max-height: calc(100vh - 40px); color: var(--text); padding: 0; overflow: auto; }
.modal::backdrop { background: rgba(20,22,30,.32); backdrop-filter: blur(5px); }
.modal-shell { padding: 25px; }
.modal header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.modal h2 { margin: 5px 0 0; font-size: 26px; letter-spacing: -.04em; }
.modal header .circle-button { font-size: 22px; }
.form-grid { display: grid; gap: 13px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
.modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.color-options { display: flex; gap: 9px; }
.color-options label { margin: 0; }
.color-options input { position: absolute; opacity: 0; pointer-events: none; }
.color-swatch { width: 29px; height: 29px; border-radius: 50%; display: block; border: 3px solid transparent; cursor: pointer; }
.color-options input:checked + .color-swatch { border-color: var(--surface-solid); outline: 2px solid var(--accent); }
.color-swatch.yellow { background: #f2bd34; }.color-swatch.blue { background: #4299ed; }.color-swatch.purple { background: #875fe9; }.color-swatch.green { background: #40b979; }.color-swatch.orange { background: #ee7b43; }
.upload-progress { display: grid; gap: 10px; }
.progress-item { background: var(--surface-muted); border-radius: 13px; padding: 11px 13px; }
.progress-item div { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; margin-bottom: 8px; }.progress-item div b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.progress-track { height: 5px; background: var(--border); border-radius: 5px; overflow: hidden; }.progress-track i { display: block; width: 15%; height: 100%; background: linear-gradient(90deg,var(--accent),var(--accent-2)); animation: progress 1.4s infinite ease-in-out; }
@keyframes progress { 0% { transform: translateX(-100%); width: 25%; } 50% { width: 65%; } 100% { transform: translateX(400%); width: 25%; } }
.toast-stack { position: fixed; right: 22px; bottom: 22px; z-index: 20; display: grid; gap: 8px; }
.toast { padding: 12px 16px; border-radius: 13px; background: rgba(29,31,38,.92); color: white; box-shadow: var(--shadow); font-size: 13px; animation: toast-in .25s ease both; }
.toast.error { background: rgba(187,54,54,.95); }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } }
[data-icon] { display: inline-grid; place-items: center; }
[data-icon] svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1150px) {
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .recent-grid { grid-template-columns: repeat(3, 1fr); }
  .app-grid, .compact-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .app-shell { display: block; padding: 10px; }
  .menubar { height: 64px; grid-template-columns: 1fr auto; padding: 0 12px; position: sticky; top: 8px; z-index: 10; }
  .brand > span { display: none; }
  .global-search { grid-column: 1 / -1; position: fixed; top: 86px; left: 18px; right: 18px; width: auto; z-index: 8; box-shadow: var(--small-shadow); background: var(--surface-solid); }
  .sidebar { display: none; }
  .workspace { padding: 95px 8px 105px; }
  .mobile-dock { position: fixed; z-index: 12; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 67px; border-radius: 22px; padding: 7px 8px; display: grid; grid-template-columns: repeat(5,1fr); }
  .mobile-dock button { border: 0; background: transparent; color: var(--muted); display: grid; place-items: center; align-content: center; gap: 2px; }
  .mobile-dock button.active { color: var(--accent); }
  .mobile-dock small { font-size: 9px; font-weight: 650; }
  .welcome-row, .page-heading { align-items: flex-start; }
  .welcome-row h1, .page-heading h1 { font-size: 36px; }
  .recent-grid { grid-template-columns: repeat(2,1fr); }
  .app-grid, .compact-grid { grid-template-columns: repeat(3,1fr); }
  .notes-grid { grid-template-columns: repeat(2,1fr); }
  .tools-grid { grid-template-columns: 1fr; }
  .file-row { grid-template-columns: 42px minmax(0,1fr) 76px; }
  .file-row .file-cell { display: none; }
}

@media (max-width: 560px) {
  .gate { padding: 14px; }.gate-card { padding: 30px 22px; }
  .welcome-row, .page-heading { display: grid; }
  .heading-actions { width: 100%; }.heading-actions > * { flex: 1; }
  .quick-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }.quick-card { min-height: 135px; padding: 15px; }
  .recent-grid { grid-template-columns: repeat(2,1fr); }.item-card { min-height: 142px; }
  .app-grid, .compact-grid { grid-template-columns: repeat(2,1fr); }
  .notes-grid { grid-template-columns: 1fr; }
  .form-grid.two { grid-template-columns: 1fr; }.form-grid .full { grid-column: 1; }
  .file-title { align-items: flex-start; gap: 10px; }.file-title select { min-width: 140px; }
  .tool-form { grid-template-columns: 1fr; }
}
