.recordings-page{min-height:100vh;background:linear-gradient(180deg,#e8f4fc,#ffffff);display:flex;flex-direction:column;padding:2rem}.recordings-page>:not(.scroll-to-top){width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.recordings-hero{background:linear-gradient(135deg,#3b95f7,#2563eb 50%,#1d4ed8);border-radius:20px;padding:2rem 2.5rem;margin-bottom:2rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;min-height:140px}.recordings-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:rgba(255,255,255,.1);border-radius:50%;pointer-events:none}.recordings-hero-content{position:relative;z-index:2}.recordings-hero h1{font-size:2.2rem;font-weight:700;color:white;margin:0 0 .5rem}.recordings-hero p{font-size:1.1rem;color:rgba(255,255,255,.9);margin:0}.recordings-mascot{width:200px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));transition:transform .3s ease}.recordings-mascot:hover{transform:translateX(5px);filter:drop-shadow(0 4px 20px rgba(59,149,247,.5))}.recordings-toolbar{background:white;border-radius:16px;border:1px solid #e9ecef;padding:1rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,.04)}.selects{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;max-width:1200px;margin:0 auto}.field{display:flex;flex-direction:column;gap:.5rem;color:#5f6368}.field,.field span{font-size:.875rem;font-weight:600}.field span{color:#202124;letter-spacing:.01em}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%235f6368" d="M6 9L1 4h10z"/></svg>') no-repeat right 12px center;border:2px solid #e1e5ea;border-radius:12px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;font-weight:500;color:#202124;min-width:180px;outline:none;transition:all .2s ease;cursor:pointer}.field select:hover:not(:disabled){border-color:#1a73e8;background-color:#f8f9fa}.field select:focus{border-color:#1a73e8;box-shadow:0 0 0 3px rgba(26,115,232,.1)}.field select:disabled{background-color:#f5f5f5;color:#9aa0a6;cursor:not-allowed;opacity:.6}.recordings-container{padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;width:100%;min-height:calc(100vh - 120px)}.recording-card{width:100%;max-width:920px;background:white;border:1px solid #e9ecef;border-radius:12px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .3s ease}.recording-card:hover{box-shadow:0 8px 24px rgba(26,115,232,.12);transform:translateY(-2px);border-color:#1a73e8}.recording-card h3{margin-bottom:1.25rem;font-size:1.5rem;font-weight:600;color:#202124;line-height:1.3}.video-embed{width:100%;overflow:hidden;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);background:#000}.video-embed iframe{display:block;width:100%;aspect-ratio:16/9;border:none}.empty,.loading,.placeholder{color:#5f6368;font-size:1.1rem;font-weight:400;text-align:center;line-height:1.6;display:flex;align-items:center;justify-content:center;min-height:400px}.empty{flex-direction:column;gap:1rem}.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn{background:#1a73e8;color:white;border:none;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;margin-top:.5rem}.btn:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,115,232,.3)}.btn:active{transform:translateY(0)}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:white;border:2px solid #e9ecef;border-radius:50%;box-shadow:0 4px 16px rgba(0,0,0,.12);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#5f6368;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(20px);z-index:50}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:#1a73e8;color:white;border-color:#1a73e8;transform:translateY(-4px);box-shadow:0 8px 24px rgba(26,115,232,.25)}.scroll-to-top:active{transform:translateY(-2px)}@media (max-width:768px){.recordings-page{min-height:calc(100vh - 70px);padding:1rem}.recordings-hero{flex-direction:column;text-align:center;padding:1.5rem;min-height:auto;gap:1rem}.recordings-hero h1{font-size:1.6rem}.recordings-hero p{font-size:.9rem}.recordings-mascot{width:130px}.recordings-toolbar{padding:1rem}.selects{gap:1rem;flex-direction:column;align-items:stretch}.field{width:100%}.field select{min-width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:1rem}.recordings-container{padding:1.5rem 1rem;gap:1.5rem;min-height:calc(100vh - 140px)}.recording-card{max-width:100%;padding:1.5rem;border-radius:10px}.recording-card h3{font-size:1.25rem;margin-bottom:1rem}.video-embed{border-radius:10px}.empty,.loading,.placeholder{font-size:1rem;padding:0 1rem;min-height:300px}.scroll-to-top{bottom:90px;right:1rem;width:48px;height:48px;font-size:20px}}.correction-section{margin-top:1rem;border-top:1px solid #f5d4d4;padding-top:.75rem}.correction-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem .85rem;background:#fff5f5;border:1px solid #f5c2c2;border-radius:8px;color:#c92a2a;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .15s,border-color .15s}.correction-toggle.open,.correction-toggle:hover{background:#ffeaea;border-color:#e89090}.correction-chevron{font-size:.75rem;color:#c92a2a}.correction-content{margin-top:.75rem;background:#fff;border:1px solid #f5c2c2;border-radius:8px;padding:.5rem}.correction-image{display:block;width:100%;height:auto;border-radius:6px}