body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.admin-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.admin-panel{background:#fff;border-radius:16px;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;overflow:hidden;width:100%}.admin-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:24px}.admin-header h2{color:#333;font-size:24px;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:8px;color:#999;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;transition:all .3s ease;width:32px}.close-btn:hover{background:#f5f5f5;color:#333}.admin-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;overflow-y:auto;padding:24px}.admin-form h3,.admin-posts h3{color:#333;font-size:18px;margin:0 0 16px}.admin-form form{display:flex;flex-direction:column;gap:12px}.admin-form input,.admin-form textarea{border:1px solid #ddd;border-radius:8px;color:#333;font-family:Montserrat,sans-serif;font-size:14px;padding:12px}.admin-form textarea{min-height:200px;resize:vertical}.form-actions{display:flex;gap:8px}.cancel-btn,.delete-btn,.edit-btn,.save-btn{border:none;border-radius:8px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;padding:10px 20px;transition:all .3s ease}.save-btn{background:#284497;color:#fff;flex:1 1}.save-btn:hover{background:#1e3470}.cancel-btn{background:#f5f5f5;color:#666}.cancel-btn:hover{background:#e5e5e5}.posts-list{display:flex;flex-direction:column;gap:8px}.post-item{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .3s ease}.post-item:hover{background:#f0f0f0}.post-item-content h4{color:#333;font-size:14px;font-weight:600;margin:0 0 4px}.post-item-content small{color:#999;font-size:12px}.post-item-actions{display:flex;gap:8px}.edit-btn{background:#284497;color:#fff;font-size:12px;padding:6px 12px}.edit-btn:hover{background:#1e3470}.delete-btn{background:#f44;color:#fff;font-size:12px;padding:6px 12px}.delete-btn:hover{background:#c00}@media (max-width:768px){.admin-content{grid-template-columns:1fr}.admin-panel{max-height:95vh}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app,body{background:#284497}.app{align-items:center;display:flex;flex-direction:column;min-height:100vh;overflow:hidden;padding:80px 20px 0;position:relative}.live-webcam{overflow:hidden;position:fixed;z-index:0}.live-webcam,.live-webcam:after{height:100%;left:0;pointer-events:none;top:0;width:100%}.live-webcam:after{background:linear-gradient(180deg,#284497bf,#284497b3 50%,#284497bf);content:"";position:absolute;z-index:1}.live-webcam iframe{filter:blur(1px) grayscale(20%);height:120vh;left:50%;opacity:.35;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1.2);width:120vw}.app:after,.app:before{display:none}@keyframes subtleRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo{filter:invert(1);left:50%;mix-blend-mode:difference;position:fixed;top:30px;transform:translateX(-50%);z-index:200}.logo img{display:block;height:50px;width:auto}.scroll-button{align-items:center;background:#0000;border:none;border-radius:50%;bottom:30px;color:#fff6;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:30px;transition:all .4s cubic-bezier(.4,0,.2,1);width:50px;z-index:100}.scroll-button:hover{color:#fffc;transform:translateY(3px)}.content{margin:0 auto;max-width:600px;position:relative;width:100%;z-index:10}.no-posts{padding:60px 20px;text-align:center}.no-posts h2{font-size:20px;margin-bottom:15px}.no-posts p{font-size:13px;opacity:.8}.post{margin-bottom:100px;padding:0}.post-image{border-radius:0;box-shadow:0 2px 20px #00000026;margin-bottom:40px;position:relative;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.post-image:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");content:"";height:100%;left:0;mix-blend-mode:overlay;opacity:.03;pointer-events:none;position:absolute;top:0;width:100%}.post-image:hover{transform:scale(1.002)}.post h2{font-size:18px;font-weight:500;letter-spacing:.02em;line-height:1.3;margin-bottom:28px;text-transform:none}.post h3{font-size:14px;font-weight:500;letter-spacing:.03em;line-height:1.4;margin:40px 0 20px;opacity:.9}.post p{font-size:12px;font-weight:400;letter-spacing:.02em;line-height:2;margin-bottom:28px;opacity:.85}.post time{border-top:1px solid #ffffff0f;display:block;font-size:10px;font-weight:400;letter-spacing:.08em;margin-top:40px;opacity:.4;padding-top:28px;text-transform:uppercase}.external-link{background:#ffffff14;border-radius:24px;color:#fff;display:inline-block;font-size:14px;font-weight:500;margin-top:20px;padding:14px 28px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.external-link:hover{background:#ffffff26;transform:translateY(-2px)}.footer{align-items:center;display:flex;gap:40px;justify-content:center;margin-top:80px;padding:60px 20px;width:100%}.footer a{color:#fff;font-size:13px;font-weight:400;letter-spacing:1px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer a:hover{color:#ffffffb3;transform:translateY(-1px)}.terms-page{min-height:100vh;padding:80px 20px}.terms-content{margin:0 auto;max-width:700px}.back-link{color:#ffffffb3;display:inline-block;font-size:14px;margin-bottom:40px;text-decoration:none;transition:all .3s ease}.back-link:hover{color:#fff;transform:translateX(-4px)}.terms-content h1{font-size:42px;font-weight:700;margin-bottom:40px}.terms-content h2{font-size:20px;font-weight:600;margin:30px 0 12px}.terms-content p{font-size:15px;line-height:1.7;margin-bottom:16px;opacity:.85}.terms-content a{color:#fff;text-decoration:none}.loading{align-items:center;display:flex;justify-content:center;min-height:60vh}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.password-overlay{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#284497f2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.password-prompt{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:40px;width:90%}.password-prompt h3{color:#333;font-size:24px;font-weight:600;margin:0 0 24px}.password-prompt input{border:2px solid #e5e5e5;border-radius:8px;font-family:Montserrat,sans-serif;font-size:16px;padding:14px;transition:border-color .3s ease;width:100%}.password-prompt input:focus{border-color:#284497;outline:none}.password-prompt .error{color:#f44;font-size:14px;margin:12px 0 0}.password-actions{display:flex;gap:12px;margin-top:24px}.password-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;padding:12px;transition:all .3s ease}.password-actions button:first-child{background:#f5f5f5;color:#666}.password-actions button:first-child:hover{background:#e5e5e5}.password-actions button:last-child{background:#284497;color:#fff}.password-actions button:last-child:hover{background:#1e3470}@media (max-width:600px){.logo{left:50%;top:20px;transform:translateX(-50%)}.logo img{height:40px}.scroll-button{bottom:20px;right:20px}.footer{gap:30px}.terms-content h1{font-size:32px}}
/*# sourceMappingURL=main.b0c91193.css.map*/