/* Schoolamo app shell — derived from the approved Schoolamo PWA. */
:root{font-family:ui-rounded,"Avenir Next",Avenir,system-ui,sans-serif;color:#14213d;background:#eef3ff;font-synthesis:none;--sa-blue:#286ee0;--sa-deep:#2169df;--sa-violet:#6650dc;--sa-ink:#14213d;--sa-muted:#64728c;--sa-line:#e1e8f3;--sa-surface:#f8faff;--sa-mint:#e7f8f2;--sa-pale-blue:#eaf2ff;--sa-gold:#fff4df;--sa-violet-pale:#f1edff}*{box-sizing:border-box}body{min-width:320px;margin:0;background:#eef3ff;color:var(--sa-ink)}body>header{position:sticky;top:0;z-index:50;display:flex;align-items:center;min-height:68px;padding:10px max(18px,calc((100vw - 960px)/2 + 18px));gap:14px;background:linear-gradient(135deg,#168bd9,#2d6ee0 55%,#6650dc);color:#fff}body>header .brand{display:flex;align-items:center;gap:10px;margin-right:auto;color:#fff;text-decoration:none;font-size:1.16rem;font-weight:800;letter-spacing:.025em}.schoolamo-brand-mark{display:block;width:46px;height:46px;flex:none;background:center/contain no-repeat url("schoolamo-mark-outline-v1.svg")}.schoolamo-wordmark{position:relative;display:inline-flex;align-items:flex-start;color:#fff}.schoolamo-amo{position:relative;display:inline-block;padding-bottom:1px;color:#fff}.schoolamo-amo i{position:absolute;right:0;bottom:1px;left:0;height:2px;border-radius:99px;background:linear-gradient(90deg,#20c59d 0 33%,#ffc025 33% 66%,#64b5ff 66%)}body>header nav{display:flex;align-items:center;gap:3px;margin-left:auto}body>header nav a{padding:8px 10px;border-radius:11px;color:#fff;text-decoration:none;font-size:.83rem;font-weight:750;opacity:.94}body>header nav a:hover,body>header nav a:focus{background:#ffffff20;color:#fff}main{max-width:960px;min-height:calc(100dvh - 68px);margin:0 auto;padding:28px 22px 72px;background:var(--sa-surface)}h1{margin:0 0 16px;font-size:clamp(1.65rem,5vw,2.3rem);letter-spacing:-.06em;color:var(--sa-ink)}h2{letter-spacing:-.045em}p{line-height:1.48}.card,form{margin:14px 0;padding:17px;border:1px solid var(--sa-line);border-radius:19px;background:#fff;box-shadow:none}.card:nth-of-type(3n+1){background:var(--sa-pale-blue)}.card:nth-of-type(3n+2){background:var(--sa-mint)}.grid{gap:12px}.metric{color:var(--sa-deep)}.subnav{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 18px;padding:7px;border:1px solid var(--sa-line);border-radius:16px;background:#fff}.subnav a{padding:8px 10px;border-radius:10px;color:var(--sa-muted);text-decoration:none;font-size:.83rem;font-weight:800}.subnav a:hover{background:#eaf2ff;color:var(--sa-deep)}label{display:block;margin:.75rem 0 .32rem;color:#43516a;font-size:.86rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #dce5f1;border-radius:12px;background:#fff;color:var(--sa-ink);font:inherit;padding:.68rem .75rem}input:focus,select:focus,textarea:focus{outline:3px solid #2169df22;border-color:var(--sa-deep)}button,.button{border:0;border-radius:12px;background:linear-gradient(135deg,var(--sa-blue),var(--sa-violet));color:#fff;box-shadow:none;font-weight:800}button:hover,.button:focus,.button:hover{filter:brightness(1.05)}table{width:100%;overflow:hidden;border:1px solid var(--sa-line);border-radius:17px;background:#fff;box-shadow:none}th{background:#edf4ff;color:#56657d;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}th,td{padding:.78rem;border-bottom:1px solid var(--sa-line);text-align:left}tr:last-child td{border-bottom:0}tr:hover td{background:#fbfcff}.flash{border:1px solid #bce9d1;border-radius:14px;background:#effbf3;color:#136b3b}.flash.error{border-color:#f4cccc;background:#fff2f2;color:#a62121}.tag{border-radius:999px}.schoolamo-bottom-nav{display:none}@media(min-width:1000px){main{max-width:1180px;margin:24px auto;min-height:calc(100dvh - 48px);border-radius:30px;box-shadow:0 0 48px #15336a14}}@media(max-width:760px){body>header{min-height:62px;padding:8px 14px}.schoolamo-brand-mark{width:40px;height:40px}body>header .brand{font-size:1.06rem}body>header nav{display:none}main{padding:22px 14px 105px}.subnav{overflow:auto;flex-wrap:nowrap;white-space:nowrap}.card,form{padding:15px;border-radius:17px}table{display:block;overflow-x:auto;white-space:nowrap}.schoolamo-bottom-nav{position:fixed;z-index:60;right:14px;bottom:max(12px,env(safe-area-inset-bottom));left:14px;display:flex;align-items:center;justify-content:space-around;height:69px;border:1px solid var(--sa-line);border-radius:22px;background:#fffffff2;box-shadow:0 8px 26px #122a5722;backdrop-filter:blur(16px)}.schoolamo-bottom-nav a{min-width:52px;color:var(--sa-muted);font-size:.65rem;text-align:center;text-decoration:none}.schoolamo-bottom-nav a span,.schoolamo-bottom-nav a small{display:block}.schoolamo-bottom-nav a span{font-size:1.28rem;line-height:1.1}.schoolamo-bottom-nav a small{font-size:.62rem}.schoolamo-bottom-add{display:grid!important;place-items:center;width:48px;min-width:48px;height:48px;margin-top:-22px;border:4px solid var(--sa-surface);border-radius:50%;background:linear-gradient(135deg,var(--sa-blue),var(--sa-violet));color:#fff!important;font-size:2rem!important;line-height:1}}

/* Die Startansicht besitzt ihren eigenen großen App-Kopf und eigene Navigation. */
body.schoolamo-home-screen>header{display:none}body.schoolamo-home-screen>main{max-width:none;min-height:100dvh;margin:0;padding:0;background:transparent;box-shadow:none}body.schoolamo-home-screen .schoolamo-bottom-nav{display:none!important}
