.app-header{width:100%;background-color:red;color:#000;text-align:center;font-size:40px;font-weight:700;padding:50px}.home-wrapper{min-height:100vh;width:100%;background-color:#222;display:flex;justify-content:center;align-items:flex-start}.home-container{width:100%;max-width:480px;padding:32px 20px 20px;margin:0 auto}.home-title{background-color:red;color:#000;text-align:center;font-size:22px;font-weight:700;padding:12px;border-radius:6px;margin-bottom:32px}.grid{display:flex;flex-direction:column;gap:18px}.grid button{width:100%;padding:14px 40px;border-radius:99px;background-color:#fff;color:red;font-size:30px;font-weight:600;display:flex;justify-content:space-between;align-items:center;transition:transform .1s ease,background-color .15s ease}.grid button:active{transform:scale(.97);background-color:#f0f0f0}.icon{width:70px;height:60px;object-fit:contain;flex-shrink:0}.page{padding:16px}.page h2{margin-bottom:16px}.button-list{display:flex;flex-direction:column;gap:15px}.button-list button{width:100%;padding:10px;border-radius:20px;border:none;background-color:#595e66;color:#fff;font-size:25px;font-weight:00;transition:background-color .15s ease,transform .1s ease}.button-list button:active{background-color:red;transform:scale(.98)}.back-button{width:100%;margin-bottom:20px;padding:5px;border-radius:20px;border:none;background-color:#ddd4d4;color:red;border:rgb(7,7,7) solid 3px;font-size:30px;font-weight:500}.back-button:active{background-color:#001aff}.list{list-style-type:disc;padding-left:30px;line-height:1.5}.list li{margin-bottom:10px}.list ul{list-style-type:circle;margin-top:8px;margin-left:20px}.list ul ul{list-style-type:square;margin-left:20px}.list strong{color:#f80}.section{margin-bottom:24px}.section h3{margin-bottom:8px}.section p{margin-bottom:8px;line-height:1.5}.image{width:300%;max-width:500px;margin:12px auto 0;display:block;border-radius:8px}.table-wrapper{width:100%;overflow-x:auto}.contacts-table{width:100%;border-collapse:collapse;margin-top:16px;font-size:14px}.contacts-table th,.contacts-table td{border:1px solid #ddd;padding:8px;text-align:left}.contacts-table th{background-color:#f0f0f0;font-weight:600}.contacts-table a{color:#1976d2;text-decoration:none;font-weight:500}.contacts-table a:active{text-decoration:underline}.section{margin-bottom:50px}.image{width:100%;height:auto;max-width:500px;display:block;margin:12px auto;border-radius:8px}.list{list-style-type:disc;padding-left:20px;margin-top:8px;line-height:1.5}.list li{margin-bottom:6px}.page{padding:16px;max-width:100%;overflow-x:hidden}.notes{margin-top:32px}.notes h3{margin-bottom:8px}.notes textarea{width:100%;min-height:320px;padding:12px;border-radius:8px;border:1px solid #ccc;font-size:15px;line-height:1.4;resize:vertical}.notes textarea:focus{outline:none;border-color:#1976d2}.gallery-thumbs{display:flex;flex-direction:column;gap:12px}.gallery-thumb{width:100%;max-width:420px;margin:0 auto;display:block;border-radius:8px;cursor:zoom-in}.gallery-overlay{position:fixed;inset:0;background:#000000f2;z-index:999999;display:flex;justify-content:center;align-items:center;padding:16px}.gallery-full{max-width:100%;max-height:100%;object-fit:contain;touch-action:none;-webkit-user-select:none;user-select:none;transition:transform .05s linear;will-change:transform}.gallery-close{position:fixed;top:30px;right:14px;width:44px;height:44px;border-radius:999px;background:#fff3;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center}.gallery-caption{position:fixed;bottom:14px;left:14px;right:14px;color:#fff;font-size:14px;text-align:center;opacity:.85}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#222;color:#fff}a{color:#0009aa;text-decoration:none}a:hover{color:#018112}button{font-family:inherit;cursor:pointer;border:none;background:none}
