@charset "UTF-8";@font-face{font-family:Orbitron;src:url(/fonts/SpaceGrotesk-Regular.woff2) format("woff2"),url(/fonts/SpaceGrotesk-Regular.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:Zalando;src:url(/fonts/ZalandoSans-Regular.woff2) format("woff2"),url(/fonts/ZalandoSans-Regular.woff) format("woff");font-weight:400;font-display:swap}@font-face{font-family:ZalandoMedium;src:url(/fonts/ZalandoSans-Medium.woff2) format("woff2"),url(/fonts/ZalandoSans-Medium.woff) format("woff");font-weight:500;font-display:swap}@font-face{font-family:ZalandoBold;src:url(/fonts/ZalandoSans-Bold.woff2) format("woff2"),url(/fonts/ZalandoSans-Bold.woff) format("woff");font-weight:700;font-display:swap}.header{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:20px;padding:20px}.header__date{font-size:21px;letter-spacing:.25px;font-weight:500}.header__button{position:fixed;left:20px;z-index:1;display:flex;justify-content:center;align-items:center;gap:5px;margin-right:auto;background-color:var(--mode-bg);border-radius:10px;padding:10px 15px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s ease-in-out,background-color .15s ease-in-out;font-size:18px}.header__button:hover{background-color:var(--btn-add-hover)}@media(max-width:768px){.header__button{position:relative;left:0;order:1;width:100%}}.header__mode{position:relative;width:60px;height:30px;padding:2px;border-radius:20px;background-color:var(--mode-bg);cursor:pointer;overflow:hidden;transition:all .3s ease}.header__mode:before{content:"";position:absolute;top:-6px;left:-4px;width:45px;height:45px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:all .4s cubic-bezier(.68,-.55,.27,1.55);z-index:2;background-image:url(/img/lightmode.png)}body.dark-mode .header__mode:before{background-image:url(/img/darkmode.png);transform:translate(26px)}.container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;padding:20px}.stoper{position:relative;width:100%;max-width:450px;transition:opacity .3s ease-in-out,transform .3s ease-in-out;overflow:hidden;-webkit-user-select:none;user-select:none;transform:scale(0)}.stoper.visible{animation:visible .15s ease-in-out forwards}.stoper img{object-fit:cover;width:100%;transform:translateY(30px);transition:filter .15s ease-in-out;filter:drop-shadow(0px 0px 5px var(--mode-bg))}.stoper__time{position:absolute;top:55%;left:50%;transform:translate(-50%,-55%);font-size:45px;font-family:Orbitron,sans-serif;color:var(--btn-hover);-webkit-user-select:none;user-select:none;transition:filter .15s ease-in-out}.stoper__time span{width:55px;display:inline-block}@media(max-width:768px){.stoper__time{white-space:nowrap;font-size:30px}.stoper__time span{width:40px}}.stoper__buttons{display:flex;gap:20px;justify-content:center;align-items:center;position:absolute;left:50%;top:70%;transform:translate(-50%,-70%);transition:filter .15s ease-in-out}.stoper__buttons--item{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--btn-idle);font-size:40px;transition:color .2s ease-in-out,filter .2s ease-in-out}.stoper__buttons--item:hover{color:var(--btn-hover)}.stoper__buttons--item.active{color:var(--btn-active);filter:drop-shadow(var(--btn-playing-glow))}@media(max-width:768px){.stoper__buttons{width:100%;max-width:150px;justify-content:space-between;top:75%;transform:translate(-50%,-90%)}.stoper__buttons--item{font-size:35px;width:30px;display:flex;justify-content:center;align-items:center}}.stoper__title{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;max-width:400px;gap:15px;top:0;left:50%;transform:translate(-50%);text-align:center;cursor:pointer}.stoper__title:hover .stoper__title--label{color:var(--success-hover)}.stoper__title:after{content:"";position:absolute;left:0;bottom:-15px;width:100%;height:5px;border-radius:50px;background:#bbcbff;background:linear-gradient(270deg,#bbcbff,#3e5193)}.stoper__title--label{position:relative;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:ZalandoMedium,sans-serif;font-size:21px;word-wrap:break-word;line-height:1.2;color:var(--text);transition:color .15s ease-in-out}.stoper__title--input{position:absolute;z-index:1;top:5px;width:100%;min-height:3em;max-height:3em;padding:.75em 1em;line-height:1.5em;border:2px solid #ccc;border-radius:16px;background-color:#fff;color:var(--text);font-family:inherit;font-size:1rem;box-sizing:border-box;outline:none;opacity:0;pointer-events:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color .15s ease-in-out,opacity .15s ease-in-out,color .15s ease-in-out}.dark-mode .stoper__title--input{background-color:#333;border-color:#555}.stoper__title--input.active{opacity:1;pointer-events:all}.stoper__title--input:focus{border-color:var(--mode-bg);box-shadow:0 0 0 4px #646cff26}.stoper__manage{position:absolute;top:85%;left:50%;transform:translate(-47%,-85%);display:flex;justify-content:center;align-items:center;transition:filter .15s ease-in-out}.stoper__manage span{font-size:24px;padding:10px 15px;cursor:pointer;transition:color .15s ease-in-out}.stoper__manage--delete{color:var(--error)}.stoper__manage--delete:hover{color:var(--error-hover)}.stoper__manage--save{color:var(--success)}.stoper__manage--save:hover{color:var(--success-hover)}.stoper__manage--note{color:#c3ad38}.stoper__manage--note:hover{color:#e9cd3f}@media(max-width:768px){.stoper__manage{top:90%;transform:translate(-45%,-75%)}.stoper__manage span{font-size:21px}}.stoper--removing{animation:removing .15s ease-in-out forwards}.stoper.isEditing .stoper__title--label{display:none}.stoper.isEditing .stoper__title:after{content:none}.stoper.isEditing .stoper__time,.stoper.isEditing .stoper__buttons,.stoper.isEditing .stoper__manage{filter:blur(4px);pointer-events:none}.stoper.isEditing img{filter:drop-shadow(0px 0px 5px var(--mode-bg)) blur(4px)}@keyframes visible{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes removing{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.addStoper{height:500px}.addStoper__button{position:absolute;top:50%;left:50%;width:100px;height:100px;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;border:2px solid var(--mode-bg);border-radius:50px;cursor:pointer;transition:box-shadow .15s ease-in-out,transform .15s ease-in-out}.addStoper__button i{font-size:50px;color:var(--mode-bg);padding:20px}.addStoper__button:hover{box-shadow:0 0 15px var(--mode-bg);transform:translate(-50%,-50%) scale(1.05)}.savedButton{position:absolute;top:50%;left:-40px;transform:translateY(-50%);width:40px;padding:30px 15px;box-sizing:border-box;cursor:pointer;background-color:var(--mode-bg);border-radius:15px 0 0 10px;font-size:21px;transition:background-color .15s ease-in-out}.savedButton i{transition:transform .15s ease-in-out}.savedButton:hover{background-color:var(--btn-add-hover)}.savedPanel{position:fixed;right:0;box-sizing:border-box;height:100%;top:0;z-index:1000;background-color:var(--mode-bg);padding:20px 10px 20px 20px;width:100%;max-width:500px;transition:transform .15s ease-in-out;transform:translate(500px)}.savedPanel.active{transform:translate(0)}.savedPanel.active .savedButton{background-color:var(--btn-add-hover)}.savedPanel.active .savedButton i{transform:rotate(180deg)}.savedPanel__empty{text-align:center;font-size:20px}.savedPanel__header{display:flex;justify-content:space-between;align-items:center;gap:15px;max-width:calc(100% - 20px)}@media(max-width:768px){.savedPanel__header{max-width:100%;gap:5px}}.savedPanel__header--title{font-family:ZalandoMedium,sans-serif;margin:0}.savedPanel__header--search{font-size:21px;margin:0 0 0 auto;padding:10px;cursor:pointer;transition:color .15s ease-in-out}.savedPanel__header--search:hover{color:#3e519350}.dark-mode .savedPanel__header--search:hover{color:#bbcbff50}.savedPanel__header--close{display:none;font-size:26px;padding:10px;cursor:pointer;transition:color .15s ease-in-out}.savedPanel__header--close:hover{color:#3e519350}.dark-mode .savedPanel__header--close:hover{color:#bbcbff50}@media(max-width:768px){.savedPanel__header--close{display:inline}}.savedPanel__search{height:40px;max-height:0;transition:max-height .15s .05s ease-in-out}.savedPanel__search--input{width:calc(100% - 40px);padding:10px;border-radius:10px;border:none;font-size:16px;background-color:#fefefe;color:var(--text);transition:transform .15s .05s ease-in-out;transform:rotateX(-90deg);transform-origin:top}.dark-mode .savedPanel__search--input{background-color:#363636}.savedPanel__search--input:focus{outline:none}.savedPanel__search.active{max-height:40px;transition:max-height .15s ease-in-out}.savedPanel__search.active .savedPanel__search--input{transform:rotateX(0);transition:transform .15s ease-in-out}.savedPanel__list{display:flex;flex-direction:column;gap:20px;padding-right:10px;margin:10px 0 0 -10px;overflow-y:auto;max-height:calc(100% - 100px);scrollbar-gutter:stable both-edges}.savedPanel__list{--sb-track-color: none;--sb-thumb-color: var(--btn-add-hover);--sb-size: 10px}.savedPanel__list::-webkit-scrollbar{width:var(--sb-size)}.savedPanel__list::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:0}.savedPanel__list::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:0}@supports not selector(::-webkit-scrollbar){.savedPanel__list body{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.savedPanel__list--item{position:relative;background-color:var(--btn-add-hover);padding:10px;border-radius:10px;display:flex;flex-direction:column;gap:5px;transition:transform .15s ease-in-out;transform:scale(1);transform-origin:top right}.savedPanel__list--item.deleting{transform:scale(0)}.savedPanelItem__label{font-family:ZalandoMedium,sans-serif;font-size:18px;font-weight:500;word-wrap:break-word;padding-right:20px}.savedPanelItem__time,.savedPanelItem__mod,.savedPanelItem__created,.savedPanelItem__savedAt,.savedPanelItem__notes{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-size:14px;color:#00000080}.dark-mode .savedPanelItem__time,.dark-mode .savedPanelItem__mod,.dark-mode .savedPanelItem__created,.dark-mode .savedPanelItem__savedAt,.dark-mode .savedPanelItem__notes{color:#ffffff80}.savedPanelItem__time i,.savedPanelItem__mod i,.savedPanelItem__created i,.savedPanelItem__savedAt i,.savedPanelItem__notes i{display:inline;width:15px}.savedPanelItem--delete{position:absolute;top:0;right:0;cursor:pointer;padding:10px;color:var(--error);transition:color .15s ease-in-out}.savedPanelItem--delete:hover{color:var(--error-hover)}.savedPanelItem--restore{display:flex;justify-content:flex-end;align-items:center;gap:5px;padding:5px 10px;background-color:var(--mode-bg);border-radius:10px;max-width:max-content;margin-left:auto;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:14px;transition:background-color .15s ease-in-out}.savedPanelItem--restore:hover{background-color:var(--btn-idle)}@media(max-width:768px){.savedPanel{width:100vw;padding:10px 0 10px 10px;max-width:100vw;transform:translate(100vw)}}.emptyContainer{position:fixed;display:flex;bottom:10px;left:50%;transform:translate(-50%,150%);width:100%;height:70%;transition:transform 1.2s ease-in-out}.emptyContainer__image{width:100%;max-width:1000px;margin:0 auto;height:100%}.emptyContainer.active{transform:translate(-50%)}.stoper__notes-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:800px;height:60vh;background:var(--bg, #1e1e1e);border-radius:16px;box-shadow:0 20px 50px #00000080;z-index:1002;display:none;flex-direction:column}.stoper__notes-panel.active{display:flex}.stoper__notes-panel .notes-header{padding:10px 15px;background:var(--mode-bg);color:#fff;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:16px;border-top-right-radius:16px}.stoper__notes-panel .notes-header h3{margin:0;font-size:21px}.stoper__notes-panel .notes-header .notes-close{background:none;border:none;color:#fff;font-size:34px;cursor:pointer;transition:color .15s ease-in-out}.stoper__notes-panel .notes-header .notes-close:hover{color:#ccc}.stoper__notes-panel .notes-content{flex:1;overflow-y:auto;background-color:#fff}.dark-mode .stoper__notes-panel .notes-content{background-color:#222}.stoper__notes-panel .notes-content>div:last-child{height:calc(100% - 80px);padding:15px}.stoper__notes-panel .notes-content>div:last-child>div{height:100%;padding:0}.stoper__notes-panel .notes-content{--sb-track-color: none;--sb-thumb-color: var(--mode-bg);--sb-size: 10px}.stoper__notes-panel .notes-content::-webkit-scrollbar{width:var(--sb-size)}.stoper__notes-panel .notes-content::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:0}.stoper__notes-panel .notes-content::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:0}@supports not selector(::-webkit-scrollbar){.stoper__notes-panel .notes-content{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}.stoper__notes-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:1001}.stoper__notes-overlay.active{display:block}.notes-toolbar{position:sticky;top:0;z-index:1;display:flex;gap:8px;padding:8px;flex-wrap:wrap;background:var(--btn-add-hover)}.notes-toolbar button{padding:5px 10px;border:none;background-color:var(--mode-bg);color:#fff;border-radius:5px;cursor:pointer;font-size:13px;transition:background-color .15s ease-in-out}.notes-toolbar button:hover{background-color:var(--btn-idle)}.notes-toolbar .color-picker-wrapper{display:inline-flex;align-items:center;gap:5px;margin-left:auto}.notes-toolbar input[type=color]{width:30px;height:30px;padding:0;border:none;background:none;cursor:pointer;appearance:none}.notes-toolbar input[type=color]::-webkit-color-swatch-wrapper{padding:0}.notes-toolbar input[type=color]::-webkit-color-swatch{border:none;border-radius:50%}.notes-toolbar input[type=color]::-moz-color-swatch{border:1px solid #ddd;border-radius:50%}.tiptap-editor{min-height:200px;padding:12px 0;outline:none}.tiptap-editor p.is-editor-empty:first-child:before{content:"Zacznij pisać notatki...";color:#aaa;float:left;pointer-events:none;height:0}.tiptap-editor strong{font-weight:700;font-family:ZalandoBold,Zalando,sans-serif}.tiptap-editor table{border-collapse:collapse;width:100%;margin:10px 0}.tiptap-editor table th,.tiptap-editor table td{border:1px solid #ddd;padding:8px}.tiptap-editor table th{background:#f4f4f4}.dark-mode .tiptap-editor table th{background:#363636}.tiptap-editor blockquote{border-left:4px solid var(--mode-bg);padding-left:16px;color:var(--mode-bg);margin:16px 0}.tiptap-editor img{width:100%;max-width:300px;height:auto;display:block;margin:10px auto}:root{font-family:Zalando,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root:not(.dark-mode):not(.light-mode){--bg: #242424;--mode-bg: #bbcbff;--text: #ffffff}}body.dark-mode{--bg: #242424;--mode-bg: #3e5193;--text: #ffffff;--btn-add-hover: #2d428b}body{--bg: #646cff15;--mode-bg: #bbcbff;--text: #363636;--btn-idle:rgba(255, 255, 255, .15);--btn-hover:rgba(255, 255, 255, .3);--btn-add-hover: #a5b9fa;--btn-active:#a78bff;--btn-playing-glow: 0 0 12px rgba(167, 139, 255, .6);--success: #338a36;--success-hover: #4caf50;--error: #bd3c3c;--error-hover: #ff4d4d}body{color:var(--text);background-color:var(--bg);transition:color .15s ease-in-out,background-color .15s ease-in-out}body{--sb-track-color: none;--sb-thumb-color: var(--mode-bg);--sb-size: 10px}body::-webkit-scrollbar{width:var(--sb-size)}body::-webkit-scrollbar-track{background:var(--sb-track-color);border-radius:0}body::-webkit-scrollbar-thumb{background:var(--sb-thumb-color);border-radius:0}@supports not selector(::-webkit-scrollbar){body{scrollbar-color:var(--sb-thumb-color) var(--sb-track-color)}}body.panel-open{overflow:hidden;position:relative}body.panel-open:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-20px)}15%{opacity:1;transform:translate(-50%) translateY(0)}85%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}
