.notes-page{min-height:100vh;background:linear-gradient(180deg,#e8f4fc,#ffffff);display:flex;flex-direction:column;padding:2rem}.notes-page>:not(.zoom-controls):not(.scroll-to-top){width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.notes-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}.notes-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}.notes-hero-content{position:relative;z-index:2}.notes-hero h1{font-size:2.2rem;font-weight:700;color:white;margin:0 0 .5rem}.notes-hero p{font-size:1.1rem;color:rgba(255,255,255,.9);margin:0}.notes-mascot{width:130px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));transition:transform .3s ease}.notes-mascot:hover{transform:translateX(5px);filter:drop-shadow(0 4px 20px rgba(59,149,247,.5))}.notes-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:10px;padding:.5rem 2.5rem .5rem 1rem;font-size:.95rem;font-weight:500;color:#202124;min-width:160px;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}.notes-container{padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;width:100%;min-height:calc(100vh - 120px)}.empty,.loading,.placeholder{color:#5f6368;font-size:1.1rem;font-weight:400;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.6;min-height:400px}.empty{flex-direction:column;gap:1rem}.empty .btn{background:#1a73e8;color:white;padding:.75rem 1.5rem;border-radius:50px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.empty .btn:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,115,232,.3)}.loading{font-size:1.1rem;color:#5f6368;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.note-page{position:relative;margin-bottom:2rem;max-width:920px}.note-img{width:100%;max-width:920px;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:box-shadow .3s ease;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.note-page:hover .note-img{box-shadow:0 8px 24px rgba(0,0,0,.12)}.watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-30deg);font-size:3rem;font-weight:700;color:rgba(0,0,0,.06);letter-spacing:2px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-to-top{bottom:2rem;right:2rem;width:56px;height:56px;background:white;border:2px solid #e9ecef;box-shadow:0 4px 16px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;font-weight:700;color:#5f6368;transition:all .3s ease;transform:translateY(20px);z-index:50}.scroll-to-top.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){.notes-page{min-height:calc(100vh - 70px);padding:1rem}.notes-hero{flex-direction:column;text-align:center;padding:1.5rem;min-height:auto;gap:1rem}.notes-hero h1{font-size:1.6rem}.notes-hero p{font-size:.9rem}.notes-mascot{width:85px}.notes-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}.notes-container{padding:1.5rem 1rem;min-height:300px}.empty,.loading,.placeholder{font-size:1rem;margin-top:4vh;padding:0 1rem}.note-page{margin-bottom:1.5rem}.note-img{max-width:100%;border-radius:8px}.watermark{font-size:2rem}.scroll-to-top{bottom:90px;right:1rem;width:48px;height:48px;font-size:20px}}.zoom-controls{position:fixed;right:24px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;background:white;padding:12px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:100;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.zoom-controls.visible{opacity:1;visibility:visible}.zoom-controls button{width:40px;height:40px;border:1px solid #ccc;background:white;border-radius:6px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#555}.zoom-controls button:hover:not(:disabled){background:#f0f0f0;border-color:#999;transform:scale(1.05)}.zoom-controls button:active:not(:disabled){transform:scale(.95)}.zoom-controls button:disabled{opacity:.4;cursor:not-allowed;color:#ccc}.zoom-level{min-width:50px;text-align:center;font-size:13px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:6px 8px;border-radius:4px;transition:background .2s;color:#333}.zoom-level:hover{background:#f0f0f0}.note-page{display:flex;justify-content:center;align-items:center;width:100%}.note-img{display:block;margin:0 auto}.scroll-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:#007bff;color:white;border:none;font-size:24px;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:100}.scroll-to-top:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.scroll-to-top.visible{opacity:1;visibility:visible}@media (max-width:768px){.zoom-controls{display:none!important}.scroll-to-top{right:16px;bottom:16px;width:44px;height:44px}}